![]() |
[Release] Shop 1.7 - Printable Version +- MyBB-Plugins Forums (http://forums.mybb-plugins.com) +-- Forum: Archived Forums (http://forums.mybb-plugins.com/Forum-Archived-Forums) +--- Forum: MyBB 1.6.x (http://forums.mybb-plugins.com/Forum-MyBB-1-6-x) +---- Forum: NewPoints (http://forums.mybb-plugins.com/Forum-NewPoints) +----- Forum: Plugins (http://forums.mybb-plugins.com/Forum-Plugins) +----- Thread: [Release] Shop 1.7 (/Thread-Release-Shop-1-7) |
RE: [Release] Shop 1.1 - Diogo Parrinha - 05-23-2010 Let me know if this works. Find: PHP Code: $query = $db->simple_select('newpoints_shop_items', 'iid,name,icon', 'visible=1'); Add before: PHP Code: $postbit_items_cache = array(); RE: [Release] Shop 1.1 - Lennart Sauter - 06-23-2010 (05-04-2010, 11:22 PM)Pirata Nervo Wrote:(05-04-2010, 05:36 AM)Disciple of Nagash Wrote: Well I am looking at switching over from MyPS and MyStore as this looks great. The only thing I am concerned about is that the ability to buy the following features: I'd take the change requests if there is an option to proove if an item has been bought. I guess I'd have to load the items of the current user and then check for PHP Code: $item['name'] == "name_of_change_item" I did not go too much into details on the shop system so far and don't have a lot of time. By the way Pirata Nervo, will there be significant updates to the shop and NewPoint systems for 1.6? Especially with the license switch of MyBB, will you put it under LGPL too? Kind regards Lennart Sauter RE: [Release] Shop 1.1 - Diogo Parrinha - 06-23-2010 Everytime an item is bought, the info is logged so admins can check it from the ACP. I'm not going to change anything apart from fixing bugs, the license will remain GPL. RE: [Release] Shop 1.1 - Lennart Sauter - 06-23-2010 Well, the process would be better automatic, right? Okay, thanks for infos ![]() RE: [Release] Shop 1.1 - PrinceTaz - 06-23-2010 How can I put it on my theme? RE: [Release] Shop 1.1 - Diogo Parrinha - 06-23-2010 (06-23-2010, 02:57 AM)Lennart Sauter Wrote: Well, the process would be better automatic, right? Not sure what you mean by automatic. Things are automatically logged already. (06-23-2010, 04:14 AM)PrinceTaz Wrote: How can I put it on my theme? Sorry but I do not understand RE: [Release] Shop 1.1 - mephistox - 07-03-2010 It's possible to add your own shop? (You want to sell your items, and define the price) or if you have some item you can enter to determinated forums?. PD: Great Plugin. RE: [Release] Shop 1.1 - Diogo Parrinha - 07-09-2010 (07-03-2010, 10:16 AM)mephistox Wrote: It's possible to add your own shop? (You want to sell your items, and define the price) or if you have some item you can enter to determinated forums?. Do you mean each user has a shop? RE: [Release] Shop 1.1 - jetext - 07-09-2010 HI; can you add this features: 1- after anyone buy a thing, system sent an auto private message from that user ID (buyer) to admin or one other selectable ID. 2- add an option to redirect user after buying. thanks. RE: [Release] Shop 1.1 - Diogo Parrinha - 07-10-2010 (07-09-2010, 06:00 PM)jetext Wrote: HI; Probably |