Currently Posted July 8, 2013 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted July 8, 2013 I got no idea how to add any donation item for Flux Control Panel's donation shop. I'm looking at the "shopcategories.php" <?php // These are categories for the item shop. Pay close attention to the numbers, // as these numbers are stored in the database when you add an item to a specific // category, so it knows which category the item belongs to. // You may add/remove categories from here as you see fit. return array( 0 => 'Headgears', // Headgears category, most likely doesn't include wings. 1 => 'Wings', // Wings category, though most of the time wings are headgear, this is more dedicated. 2 => 'Armors', // Armors category, most likely doesn't include headgears. 3 => 'Weapons', // Weapons category. 4 => 'Healing Items', // Good category to place healing items under, e.g., Yggdrasil Berries and the like. 5 => 'Pets', // Some people may choose to sell pet eggs or pet-related items under here. 6 => 'Miscellaneous', // Anything you can't really categorize, you can put under this category. 7 => 'Cards' // Cards category. ); ?> However, I do not know if I only edit this .php or there's more. Also, I do not know what to do with this shopcategories.php. Please help? Link to comment Share on other sites More sharing options...
simplemhan Posted July 8, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted July 8, 2013 go to your fluxcp panel loginin using the administrator account click item db click add item then fill up the form or if your using item_db.sql you can edit that item and add it to you donation list aka shopcategories Link to comment Share on other sites More sharing options...
Currently Posted July 9, 2013 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Author Share Posted July 9, 2013 By flux control panel, do you mean where I can edit server.php or access.php? Link to comment Share on other sites More sharing options...
simplemhan Posted July 9, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted July 9, 2013 can you re phrase what ur saying Link to comment Share on other sites More sharing options...
Question
Currently
I got no idea how to add any donation item for Flux Control Panel's donation shop.
I'm looking at the "shopcategories.php"
However, I do not know if I only edit this .php or there's more.
Also, I do not know what to do with this shopcategories.php.
Please help?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts