Jump to content

Joyte

Developer
  • Posts

    26
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Joyte's Achievements

Apprentice

Apprentice (3/15)

  • One Year In
  • Collaborator
  • Dedicated
  • First Post
  • Conversation Starter

Recent Badges

1

Reputation

  1. Changed Status from Pending to Not a Bug
  2. Changed Status from Pending to Closed
  3. you can do that by changing the "page category" in the edit page
  4. 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
  5. Joyte

    Links bug if set

    Changed Status from Pending to Not a Bug
  6. 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
  7. Changed Status from Pending to Not a Bug
  8. hey, make sure you save after deleting a resource, you may need to navigate to another resource to press save thanks
  9. Hi QingNing, Can you please explain what you mean? I'm reachable on the support discord, and/or codefling messages.
  10. Joyte

    Not working

    Changed Fixed In to 1.0.3
  11. Joyte

    Not working

    Changed Status from Pending to Closed
  12. 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
  13. Version 1.1.5

    124 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.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.4k

Files Sold

Total number of files sold.

2m

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.