PDA

View Full Version : vbBux / vbPlaza v1.5.7 has been released!


CMX_CMGSCCC
06-29-2006, 11:50 PM
U better get it while it's HOT!! --> https://vborg.vbsupport.ru/showthread.php?t=106953

The following updates have happened in v1.5.7:

COMPATIBILE WITH vBulletin v3.5.x AND v3.6.x!!!!

NOTE: As of this version, there is a Template Patcher helper inside the Admin CP. Admin CP -> vbPlaza Maintenance -> Auto Patch Templates, when you run this the first time, it will just list the changes that it has found/not found. If you press Attempt Auto Patches, it will modify the template changes it has found only. It will also modify all styles for your forums. I have tested this on all 3 of my licensed vBulletin production websites and the patches all worked great.

1) Bugfix: Fixed some compatibility issues due to the upcoming vBulletin 3.6.0.
2) Bugfix: Viewing a profile of someone who has negative vbBux does not cause an error anymore.
3) Bugfix: ibProArcade Arcade Pass purchases do not see the confirmation screen when playing games anymore.
4) Bugfix: Lottery Tickets Amount is always forced to 1 if someone enters an amount less than 1. (Like 0.00001)
5) Bugfix: Editing a post now awards the proper points to the post owner.
6) Bugfix: Downloading attachments using the 'stc' is not exploitable anymore.
7) Bugfix: Uploading an attachment from an URL saves the 'Cost to Download' properly.
8) Bugfix: vbPlaza Administrator Options now function 100% correctly.
9) Bugfix: vbPlaza Moderator Options now function 100% correctly.
10) Bugfix: Usergroup Markup Text system has been updated and should the same for the three different places its needed/checked.
11) Bugfix: Lottery PM should now work again for users who won the Lottery.
12) Moved the vbBux / vbPlaza Version Number into the 'version' vBulletin settings and added phrases for them as well.
13) Most Sold on the main vbPlaza page does not show items that have 0 quantities sold. (If all items have 0 quantity, it displays a message that there are no items sold yet.)
14) Most Sold on the main vbPlaza page now shows the top 10 items instead of the top 5 items.
15) vbp_X tables are renamed to vbplaza_X so it will not conflict with vbPortal anymore.
16) Give Gifts, Awareness Ribbons & Primary Usergroup are all now expirable items in vbPlaza. (For future purchases ONLY.)
17) New vbPlaza Option Setting inside User CP -> Edit vbPlaza Options -> Hide Points in Posts. Each user can hide the points inside of posts if the administrator enables the option to show this feature inside of Admin CP -> vbPlaza Settings.
18) New vbPlaza Option Setting inside User CP -> Edit vbPlaza Options -> Hide Username Changes in Posts. Each user can hide the username changes inside of posts if the administrator enables the option to show this feature inside of Admin CP -> vbPlaza Settings.
19) New vbPlaza Option Setting inside User CP -> Edit vbPlaza Options -> Hide User Title Changes in Posts. Each user can hide the user title changes inside of posts if the administrator enables the option to show this feature inside of Admin CP -> vbPlaza Settings.
20) Change User Title & Change Other's User Title have a new Option Setting to parse BB Code or not. To enable/disable this feature goto Admin CP -> vbPlaza -> Manage Options -> Change User Title -> Option Settings at the very bottom.
21) Ribbons system has been moved into the database. You can add/delete/edit/update ribbons from the Admin CP -> vbPlaza Ribbons.
22) Can add new variables to the config.php to require Super Administrators to administer parts of vbPlaza.
a) $config['vbPlaza']['admincp']['requiresuperadmin'] = true; // will require super admin access to adminster most of the vbPlaza Admin CP features.
b) $config['vbPlaza']['modcp']['requiresuperadmin'] = true; // will require super admin access to adminster most of the vbPlaza Mod CP features.
c) $config['vbPlaza']['gifts']['requiresuperadmin'] = true; // will require super admin access to adminster vbPlaza Gifts features.
d) $config['vbPlaza']['lottery']['requiresuperadmin'] = true; // will require super admin access to adminster vbPlaza Lottery features.
e) $config['vbPlaza']['ribbons']['requiresuperadmin'] = true; // will require super admin access to adminster vbPlaza Ribbons features.
23) New Feature: When deleting a post/thread, the amount of vbbux given for that post is now deleted from the users points total.
24) Added support for ibProArcade v2.5.6's feature to allow Unregistered users access to the arcade properly.
25) New Feature: vbPlaza Lottery now have 2 more fields, Maximum Tickets & Minimum Tickets. Maximum Tickets is used when purchasing tickets, as soon as the lottery sells out of tickets, or time runs out, it will end the lottery. Minimum Tickets will actually carry the lottery over to the next time frame if there were not X number of tickets purchased for the lottery.
26) New vbPlaza Settings: Always Use Default Avatar Settings, Max Avatar Width, Max Avatar Height, Max Avatar Size When Not Found. These settings will allow better control over the sizes that users can use for the Custom Avatar vbPlaza Options. It will also check the permissions from the database, not the usergroup cache when checking sizes. So if you have 80 x 80, size 20000 entered for the Registered usergroup, but have Can Upload Avatar set to No. It will still use the 80 x 80, size 20000 limits for the Registered users.

As u can see, a pretty bangin' update!

-CMX

Skyline_GT
06-30-2006, 01:03 AM
I don't know why after I import the file, the page is blank.. and my vplaza product is gone :(

william5
06-30-2006, 06:48 AM
After a brand new install on vBulletin 3.0.6 Beta 3 I got this under

Admin CP > vbBux > Mass forum settings


Database error in vBulletin 3.6.0 Beta 3:

Invalid SQL:

SELECT *
FROM vbvbp_option
ORDER BY displayorder;

MySQL Error : Table '*****.vbvbp_option' doesn't exist
Error Number : 1146
Date : Friday, June 30th 2006 @ 03:47:24 AM
Script : http://www.blah.com/forums/blah/vbplaza.php?do=massforums
Referrer : http://www.blah.com/forums/blah/index.php?do=nav
IP Address : 0.0.0.0
Username : My username :)
Classname : vB_Database


EDIT: Actually I get it under EVERY setting option except "Manage Settings" :(

I have reuploded the product to no success :(

ericgtr
06-30-2006, 12:32 PM
Edit: Upgrading to 3.6 beta 3 resolved the issue below.

I reported this one on your board a couple of days ago I re-uploaded everything again today and am still having this problem with 3.6:


Database error in vBulletin 3.6.0 Beta 1:

Invalid SQL:

INSERT IGNORE INTO phrasetype
(fieldname, title, editrows, product)
VALUES
(,
'vbplaza',
'vbPlaza Phrases',
3,
'vbbuxplaza');

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
'vbplaza',
'vbPlaza Phrases',
3,
'vbbuxplaza')' at line 4
Error Number : 1064
Date : Friday, June 30th 2006 @ 09:29:57 AM
Script : http://www.talkedabout.com/admincp/plugin.php?do=productimport
Referrer : http://www.talkedabout.com/admincp/plugin.php?do=productadd
IP Address : xx.xx.xx.xx
Username : me
Classname : vb_database

FLMom
06-30-2006, 01:59 PM
YAY!! Thanks for all of your hard work!

aramik
06-30-2006, 10:17 PM
still no download mod :(?

tuanluu
07-01-2006, 02:48 AM
wow this mod so updated .. thnks

Ohiosweetheart
07-01-2006, 03:37 AM
You rock CMX!

Skyline_GT
07-01-2006, 05:37 AM
I don't know why after I import the file, the page is blank.. and my vplaza product is gone :(
anyone can help me?

Lottis
07-02-2006, 06:15 AM
anyone can help me?
Try to upload ALL the files again to server in the right places.
Import product and owerwrite the old.
Refresh your site in admincp, perhaps this will work.

Skyline_GT
07-03-2006, 02:14 AM
Try to upload ALL the files again to server in the right places.
Import product and owerwrite the old.
Refresh your site in admincp, perhaps this will work.
tried it, doesn't work.

Pamela
07-03-2006, 05:53 PM
I have a question...

I have vbPlaza v1.5.6 already installed. If I upgrade to v1.5.7, will my members lose all their points and gifts etc. and have to start from scratch again? Or is all that info still all retained?

Thanks! :)

fly
07-05-2006, 04:14 PM
I have a question...

I have vbPlaza v1.5.6 already installed. If I upgrade to v1.5.7, will my members lose all their points and gifts etc. and have to start from scratch again? Or is all that info still all retained?

Thanks! :)
I can almost guarentee that any mod that you update will keep the current settings, including this one...

dashaka2
07-05-2006, 07:17 PM
Help !!!

im having problems with editing posts and delete/merge threads

when editing posts, strange html markups pops out

What can I do to fix this?????????

Skyline_GT
07-11-2006, 02:05 AM
I wonder is there anymore support on this mod?

fly
07-11-2006, 11:32 AM
hmmm CMX must be gone again...

Pamela
08-30-2006, 04:25 AM
I can almost guarentee that any mod that you update will keep the current settings, including this one...

Great! Thank you! :)