Jump to content

Joyte

Developer
  • Posts

    18
  • Joined

  • Last visited

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

0

Reputation

  1. Hi QingNing, Can you please explain what you mean? I'm reachable on the support discord, and/or codefling messages.
  2. Joyte

    Not working

    Changed Fixed In to 1.0.3
  3. Joyte

    Not working

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

    80 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
    $24.99
1.1m

Downloads

Total number of downloads.

5.6k

Customers

Total customers served.

81.4k

Files Sold

Total number of files sold.

1.6m

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.