Jump to content

Joyte

Creator
  • Posts

    28
  • Joined

  • Last visited

Everything posted by Joyte

  1. Joyte

    Unable to save

    Could you give me some more details about your versions? Ember, php, etc. As I said in the discord I could not recreate the issue with PHP 8.1, ember 2.14.0 and resources integration 1.1.5
  2. Joyte

    infinite save loop

    Hey BeePssY, could you please try clear both your browser cache and ember cache? I've created a fresh install of Ember 2.14.0 and 1.1.5 Resources Integration, along with php 8.1 and I wasn't able to recreate the issue. Along with the instructions above, could I please have your versions of ember, resources integration and php? Sidenote, apologies for the extremely late response, i've had some family issues and have only just been able to return to my hobbies.
  3. Changed Status from Pending to Not a Bug
  4. Changed Status from Pending to Closed
  5. you can do that by changing the "page category" in the edit page
  6. hi there, i'll add that in when i can, unfortunately my testing environment is broken right now and it wont be fixed for a little bit. i'm not sure what you mean by "How can i change Rules on the tabs at the top of website?", could you explain further please? thanks
  7. Joyte

    Links bug if set

    Changed Status from Pending to Not a Bug
  8. Joyte

    Links bug if set

    hi there, pretty link is the link that will show up in the url (/resources/rules for example), or in your case probably put "banappeal" in the pretty link section, and it'll show up in the url search bar "https://mydomain.eu/resources/banappeal" you shouldn't be setting it to a google doc link, you can link this in the editor section or put the contents of the google doc in the editor section thanks
  9. Changed Status from Pending to Not a Bug
  10. hey, make sure you save after deleting a resource, you may need to navigate to another resource to press save thanks
  11. Hi QingNing, Can you please explain what you mean? I'm reachable on the support discord, and/or codefling messages.
  12. Joyte

    Not working

    Changed Fixed In to 1.0.3
  13. Joyte

    Not working

    Changed Status from Pending to Closed
  14. Joyte

    Not working

    Hi Spunjee, This issue is because the SQL file is not being run. I'm talking with the creator of the Ember addon to fix this, but for now if you run this code in PHPMyAdmin or your SQL database editor: CREATE TABLE IF NOT EXISTS `resources` ( `id` int(5) NOT NULL, `title` VARCHAR(50) NOT NULL, `logo_url` VARCHAR(100), `protected` TINYINT(1) NOT NULL, `text` TEXT NOT NULL, `navbar_name` VARCHAR(50) NOT NULL, `navbar_icon` VARCHAR(50) NOT NULL, `resource_linking` TINYINT(1) NOT NULL, `resource_pretty_link` VARCHAR(80) NULL, `navbar_category` VARCHAR(50) NOT NULL, `rtype` VARCHAR(50) NULL, `created_at` DATETIME NOT NULL, `updated_at` DATETIME NOT NULL, PRIMARY KEY (`id`) ); After this, it should work fine if installed correctly. Thanks
  15. Version 1.1.5

    240 downloads

    The resources integration is a simple way to add things such as Rules pages, Glossary pages, Changelogs and more to your Ember application. There is an admin interface for easily adding and removing resources, as well as a front end interface for viewing them. Links to the resources are automatically added to the navbar, and you can also limit certain resources to only be visible to certain roles, such as staff. IMPORTANT INFO: If you are using MacOS or a non-chromium browser, inside the select boxes in the Changelog editor you will see question marks instead of the option you pick. This is an issue I cannot solve, as MacOS and non-chromium browsers do not allow custom fonts inside the select box options. A fix is planned to show text describing the element in the future, but this has not been implemented yet. A full description is available here: https://ember.joyte.cc/resources/resources-integration
    Free
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.