The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Input fields not appearing Details »» | |||||||||||||||||||||||||
For some reason the input box to type in usernames and custom titles (to, for example, change your username or custom title) isnt appearing. I have no templates changed.
Currently running vB 3.6 Beta 3 with the latest version of vbBux/Plaza. I also installed the ibProArcade addon that came with the zip. Any way to fix this error? I also posted this in the vbBux thread available here. If you would like to see my forum, the url to the buy username action is here: http://www.forevergaming.com/forums/...ction&itemid=1 MGM out Show Your Support
|
Comments |
#2
|
||||
|
||||
I have the same problem... when a user tried to change their username.. there is no box to type it into... HOWEVER, I am using vB 3.5.4
|
#3
|
|||
|
|||
The username one somehow fixed itself over time... I'm not sure how. But the user title one still doesnt work.
MGM out |
#4
|
||||
|
||||
Well I hope it works soon... or someone finds a fix......otherwise I'm gonna have to change usernames/titles manually.....
|
#5
|
||||
|
||||
I'm having the same problem.
https://vborg.vbsupport.ru/showthread.php?t=120751 Hope someone figures out a fix soon. |
#6
|
|||
|
|||
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 |
#7
|
||||
|
||||
Thanks MGM works great
|
#8
|
|||
|
|||
Here's the full list... if anybody has any of the below that doesnt work, run the query for the ones that dont work:
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 |
#9
|
|||
|
|||
Again I ask, is this a problem with v1.5.7?
-CMX |
#10
|
|||
|
|||
Quote:
MGM out |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|