Version: 4.0.3, by ENZO-F
Developer Last Online: Jun 2017
Category: Major Additions -
Version: 4.2.0
Rating:
Released: 09-13-2011
Last Update: 07-23-2012
Installs: 125
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files
No support by the author.
The time has finally come! vbPlaza is back on vBulletin 4.
vbBux and vbPlaza is the ultimate all in one currency and store system for vBulletin that your members will love! You can award points for user activity on your forum which can then be spent in the vbPlaza or donated to another member.
Store features (shortened):
- A large selection of items available.
- Bank
- Donate
- Admin Donate
- Thief
- User Inventory and History
- Gifts and Ribbons
- Usergroup Permissions
vbBux features (shortened):
- Reward points for user activity
- Full editing functionality through the ACP
- Points for registering
Installation Instructions:
1. Upload all files in the upload folder.
2. Upload the product xml into vBulletin.
3. Configure to your liking.
Change Log
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.3
------------------------------------------------------------------------------------------------------
- UPDATE: Updated to support vBulletin 4.2.X while still supporting 4.1.X.
- BUGFIX: PayPal purchase fixed.
- BUGFIX: PayPal IPN fixed.
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.2
------------------------------------------------------------------------------------------------------
- BUGFIX: Manage User Tracks.
- BUGFIX: Permissions tweak.
- BUGFIX: 4.1.9 Performance tweak.
- BUGFIX: Fixed purchase styles.
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.1
------------------------------------------------------------------------------------------------------
- BUGFIX: Permissions.
- BUGFIX: Navbar Overlay.
------------------------------------------------------------------------------------------------------
vbBux / vbPlaza v4.0.0
------------------------------------------------------------------------------------------------------
- UPDATE: All templates updated to support vBulletin v4.x template changes.
- BUGFIX: Fixed CSS issues on profile.
- BUGFIX: Patched MySQL Injection.
- BUGFIX: Fixed non-functioning variables.
- BUGFIX: Fixed installation process.
- BUGFIX: Fixed upgrade process.
- BUGFIX: Support for PHP 5.3.
------------------------------------------------------------------------------------------------------
Known Issues
------------------------------------------------------------------------------------------------------
- NONE
Please Mark as Installed if you have actually installed this modification and nominate as MoTM!
Download Now
(21.4 KB, 0 views)
(21.4 KB, 0 views)
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Well it tells you the issue. There seems to be a column called "ms_wic_addon_permissions" in your table "usergroup" in the database. But this column is not registered. Do you still have installed the plugin that created this column in the table? Some plugins don't drop their database activities even when uninstalling.
If not you can try to delete it via your Database Manager (phpmyadmin or so.)
You can do this manually or use a SQL command, that might look like this:
Code:
ALTER TABLE 'usergroup' DROP COLUMN 'ms_wic_addon_permissions';
Please keep in mind that this command will delete the whole column from the table and it is not possible to undelete it again, except you're using a backup file.
Hi,
I just installed this on vB 4.2.2
The postbit is showing up fine... but when I click vbPlaza on the navbar it tells me I don't have permission... I am the administrator! I can't find a setting in vbPlaza about who is permitted to use it...but there are rather a lot so I might have missed it.
Also the link in the readme file doesn't work to get a licence.
Fatal error: Call to undefined function do_item_generic() in /home/jook123/public_html/forums/vbplaza/engine.php on line 1180
^getting this error when i try to purchase items
Warning: include_once(..../vbplaza/items/bank.php): failed to open stream: No such file or directory in ..../vbplaza/engine.php(1210) : eval()'d code on line 2
Warning: include_once(): Failed opening '..../vbplaza/items/bank.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in ..../vbplaza/engine.php(1210) : eval()'d code on line 2
Fatal error: Call to undefined function do_item_bank() in /home/jook123/public_html/forums/vbplaza/engine.php(1210) : eval()'d code on line 3
It appears as if you have uploaded the files incorrectly. Please drag and drop the contents of the upload folder (use Ctrl+A to select all files) to your public_html folder.
Well I can say for certain those files exist in the zip file, so if you followed the instructions to the tee, those errors would not be present, as they are saying the files are not on your server.