| Customizing SMF > Modifications and Packages |
| SMFShop- Version 3.2 Now SMF 2.0 Support! |
| (1/567) > >> |
| SMFHacks.com Team:
Link to MOD SMF Shop Development Plans Any bugs, feature request please post on the forums located at http://www.smfshop.com Version 3.2 !Fixed some caching issues if you used the caching. The money is now cleared when being added/subtracted from a user. Version 3.1.7 !Added better request protection for race conditions when sending items/shop money Version 3.1.6.1 !Fixed bug in Change Membergroup item Version 3.1.5 !Fixed some bugs with inserts for SMF 2.0 RC2 !Fixed bug with send email item if a textarea was included as an extra field !Fixed bug for SMF 1.1.x for only using integers instead of floats for board bonuses. Version 3.1.4 for SMF 2.0 RC2 +Added support for SMF 2.0 RC2 Version 3.1.1 for SMF 1.1.X +Added checking if the username already exists when using the Change Username item. +Edited several item files to use updateMemberData() instead of using a database query +Added support for board-specific credit amounts, based off request at http://www.daniel15.com/forum/index.php/topic,554.html. This may not be fully functional at the moment. ![Shop.template.php] Fixed bug on View Other Members' Inventory page (reported by Sakuragi - http://www.daniel15.com/forum/index.php/topic,525.45.html) ![install_SMF1-1.xml] Fixed bug regarding Load.php edit (reported by feeble - http://www.daniel15.com/forum/index.php/topic,635.html) ![Steal.php] Fixed bug reported by jdv (thanks to Sakuragi) - http://www.daniel15.com/forum/index.php/topic,559.0.html ![Shop-Inventory.php] Fixed bug when viewing member's inventory, reported by thelastkiss (http://www.daniel15.com/forum/index.php/topic,532.msg2772.html#msg2772) ![Shop.template.php] Removed unneeded (commented) code ![Shop.template.php] Fixed 'Buy Stuff' display issue in Firefox Version 3.1 for SMF 1.1.X !Fixed missing global in ChangeDisplayName item !Fixed missing global IncreaseKarma item !Fixed issues with mod_security with ;id= in the url !Fixed two broken link trees action=shop;do=invother and action=shop missing ? !Fixed some joins for better mysql 5 support +Added Shop.english-utf8.php if you are using utf8 on your board !Fixed some spelling bugs in Shop.english.php !Removed ` from queries in the installScript file for Shop which could fail in some setups. |
| Midgard:
Good work, i'm previewing... |
| Daniel15:
hold on, i'm just getting some screenshots... |
| Jerry:
daniel it works fine so far, but when you have no items in inventory the menu spans the whole page, is there a way to make a box eqaul size to the inventory box (when you have items) show text that says no items? And: --- Code: ---Fatal error: shop(): Failed opening required 'Sources/shop/items/ChangeUsername.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /xxx/xxx/public_html/test/Sources/shop/Shop.php on line 238 --- End code --- |
| Daniel15:
oh damn case sensitive files... rename Sources/shop/items/ChangeUserName.php to ChangeUsername.php (note different case of the 'N'). and to fix the inventory problem, open /Themes/default/Shop.template.php, look for line like this: {$context['shop_items_list']} and replace with: {$context['shop_items_list']} that should work. i'm uploading a fixed ZIP file now --daniel15 |
| Navigation |
| Message Index |
| Next page |