The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
It worked on vBulletin 3.5.4, but it's not working in 3.6.x anymore. :surprised:
Basically, I'm trying to port my modification of having your profile in your UserCP home to the newer version of vBulletin. However, the custom profile fields aren't playing very well. The weird part, to me at least, is that it's displaying the user information corrently. However, it's not displaying the actual titles of the fields. In the last series of vBulletin, it used titles. Now it uses phrases. That's where I jump off. Here's what I'm using. Doesn't show titles. Does show the user's info. PHP Code:
Edit: I attached an image as well. This is of the 3.5.4 version when everything was working. I just took out my information. This is what I'm referring to though to give an idea as to what I'm actually doing. I also made a test account on my website if you want to get a feel for the non-working version. User: test Pass: test http://forums.xinnyburt.com http://forums.xinnyburt.com/usercp.php |
#2
|
||||
|
||||
![]()
Prease help. ; ;
|
#3
|
||||
|
||||
![]()
*twiddles thumbs* Anyone?
|
#4
|
||||
|
||||
![]()
You will get to tell the script what $vbphrase['fieldXX_title']'s are. From your codes above, it's no difference with assigning $profilefield['title'] = $somephrase['field_title'], which is apparently a NULL.
|
#5
|
||||
|
||||
![]()
Completely over my head there. So what's wrong with it? Can my plugin not see the vbphrases? That wouldn't make sense, because it obviously can for the other stuff. O_o
|
#6
|
||||
|
||||
![]()
it could only if you include that phrase group to your $phrasegroups array. One way to get around that is to query the db to get those phrases:
PHP Code:
|
#7
|
||||
|
||||
![]()
Bah. I still don't get it. This is why I hate php. >_<;
|
#8
|
||||
|
||||
![]()
well, you can try to include these 2 phrasegroups in the array $phrasegroups:
PHP Code:
|
#9
|
|||
|
|||
![]()
<a href="https://vborg.vbsupport.ru/showthread.php?t=123619" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=123619</a>
does this help? |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|