PDA

View Full Version : Input fields not appearing


MGM
07-03-2006, 06:05 AM
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 (https://vborg.vbsupport.ru/showpost.php?p=1021129&postcount=3517).

If you would like to see my forum, the url to the buy username action is here: http://www.forevergaming.com/forums/vbplaza.php?do=action&itemid=1

MGM out

FreshFroot
07-11-2006, 05:29 AM
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

baradaarab
07-11-2006, 05:46 PM
The username one somehow fixed itself over time... I'm not sure how. But the user title one still doesnt work.

MGM out

FreshFroot
07-11-2006, 11:06 PM
Well I hope it works soon... or someone finds a fix......otherwise I'm gonna have to change usernames/titles manually.....

.Tim
07-12-2006, 02:38 AM
I'm having the same problem.
https://vborg.vbsupport.ru/showthread.php?t=120751
Hope someone figures out a fix soon.

MGM
07-12-2006, 06:59 PM
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:

UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:17:"vbplaza_usertitle";s:9:"inputname";s:9:"usertitle";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =14 LIMIT 1 ;

UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =1 LIMIT 1 ;

Once you've done that, go to your admincp, then to vbPlaza Maintenance, then click on Rebuild Datastore.

MGM out

FreshFroot
07-13-2006, 12:26 AM
Thanks MGM works great :D

MGM
07-13-2006, 02:22 PM
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
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =1 LIMIT 1 ;

Change User Title
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:17:"vbplaza_usertitle";s:9:"inputname";s:9:"usertitle";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =14 LIMIT 1 ;

Change Others User Title
UPDATE `vbplaza_item` SET `inputfields` = 'a:2:{i:0;a:3:{s:10:"phrasename";s:16:"vbplaza_username";s:9:"inputname";s:8:"username";s:10:"inputvalue";s:0:"";}i:1;a:3:{s:10:"phrasename";s:17:"vbplaza_usertitle";s:9:"inputname";s:9:"usertitle";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =15 LIMIT 1 ;

Sticky Thread
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =19 LIMIT 1 ;

Unsticky Thread
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =20 LIMIT 1 ;

Close Thread
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =22 LIMIT 1 ;

Open Thread
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =23 LIMIT 1 ;

Bump Thread
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =28 LIMIT 1 ;

Debump Thread
UPDATE `vbplaza_item` SET `inputfields` = 'a:1:{i:0;a:3:{s:10:"phrasename";s:23:"vbplaza_threadid_or_url";s:9:"inputname";s:8:"threadid";s:10:"inputvalue";s:0:"";}}' WHERE `itemid` =29 LIMIT 1 ;

Don't forget to run Rebuild Datastore in the vbPlaza Maintenance!

That's all of em! Hope I helped :)

MGM out

CMX_CMGSCCC
07-13-2006, 08:00 PM
Again I ask, is this a problem with v1.5.7?

-CMX

MGM
07-13-2006, 09:08 PM
Again I ask, is this a problem with v1.5.7?

-CMX
It seems to be, yes. The problem did not appear during any other upgrade except 1.5.7. However, for me, personally, I upgraded from 1.5.5 to 1.5.7 I believe, so it may be a problem with 1.5.6 as well.

MGM out

CMX_CMGSCCC
07-13-2006, 09:30 PM
I'll look into this, thx

-CMX

FreshFroot
07-16-2006, 06:04 AM
well for it me it happent' when I upgraded to 1.5.7... I'm not sure if you fixed it in the 1.5.8 yet....