The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Problem With vbBux/vbPlaza 1.5.7 and vBulletin 3.6 Details »» | |||||||||||||||||||||||||||
Problem With vbBux/vbPlaza 1.5.7 and vBulletin 3.6
Developer Last Online: Mar 2013
Whenever you go into an option like change usertitle or something that requires you to fill in a field, the field is missing. The other options like immunity and whatever work just fine. Only problems are with the options that have fields to fill out. Any idea what the problem is? I didn't have this problem previous to upgrading to 1.5.7 and 3.6 it only occured after. Thanks.
Show Your Support
|
Comments |
#2
|
|||
|
|||
nope, works on mine.
|
#3
|
|||
|
|||
I fixed it. You have to run the following two queries to get the username and user title input fields working. If you're missing any other input fields, let me know:
[sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:17:"vbplaza_use rtitle";s:9:"inputname";s:9:"usertitle";s:10:"inpu tvalue";s:0:"";}}' WHERE `itemid` =14 LIMIT 1 ;[/sql] [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_use rname";s:9:"inputname";s:8:"username";s:10:"inputv alue";s:0:"";}}' WHERE `itemid` =1 LIMIT 1 ;[/sql] Once you've done that, go to your admincp, then to vbPlaza Maintenance, then click on Rebuild Datastore. MGM out |
#4
|
||||
|
||||
Thanks that fixed those, I'm still missing the fields for:
Change Others Usertitle Sticky, Unstick, Close, Open, Bump and Debump thread options Thanks for your help. |
#5
|
|||
|
|||
Ok, here's the full list:
Change Username [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_use rname";s:9:"inputname";s:8:"username";s:10:"inputv alue";s:0:"";}}' WHERE `itemid` =1 LIMIT 1 ;[/sql] Change User Title [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:17:"vbplaza_use rtitle";s:9:"inputname";s:9:"usertitle";s:10:"inpu tvalue";s:0:"";}}' WHERE `itemid` =14 LIMIT 1 ;[/sql] Change Others User Title [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:2:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_use rname";s:9:"inputname";s:8:"username";s:10:"inputv alue";s:0:"";}i:1;a:3:{s:10:"phrasename";s:17:"vbp laza_usertitle";s:9:"inputname";s:9:"usertitle";s: 10:"inputvalue";s:0:"";}}' WHERE `itemid` =15 LIMIT 1 ;[/sql] Sticky Thread [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_thr eadid_or_url";s:9:"inputname";s:8:"threadid";s:10: "inputvalue";s:0:"";}}' WHERE `itemid` =19 LIMIT 1 ;[/sql] Unsticky Thread [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_thr eadid_or_url";s:9:"inputname";s:8:"threadid";s:10: "inputvalue";s:0:"";}}' WHERE `itemid` =20 LIMIT 1 ;[/sql] Close Thread [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_thr eadid_or_url";s:9:"inputname";s:8:"threadid";s:10: "inputvalue";s:0:"";}}' WHERE `itemid` =22 LIMIT 1 ;[/sql] Open Thread [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_thr eadid_or_url";s:9:"inputname";s:8:"threadid";s:10: "inputvalue";s:0:"";}}' WHERE `itemid` =23 LIMIT 1 ;[/sql] Bump Thread [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_thr eadid_or_url";s:9:"inputname";s:8:"threadid";s:10: "inputvalue";s:0:"";}}' WHERE `itemid` =28 LIMIT 1 ;[/sql] Debump Thread [sql]UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_thr eadid_or_url";s:9:"inputname";s:8:"threadid";s:10: "inputvalue";s:0:"";}}' WHERE `itemid` =29 LIMIT 1 ;[/sql] Don't forget to run Rebuild Datastore in the vbPlaza Maintenance! That's all of em! Hope I helped MGM out |
#6
|
||||
|
||||
That appears to have done the trick. You sir are a great man! Thanks for your help.
|
#7
|
|||
|
|||
Is this a problem in vbPlaza or did someone just edit them improperly?
-CMX |
#8
|
|||
|
|||
Quote:
MGM out |
#9
|
|||
|
|||
That's so weird, I just did a clean install on my wife's site and it has all of the inputfields? Hmm
So the problem only occurs during an upgrade? -CMX |
#10
|
|||
|
|||
Quote:
MGM out |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|