The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Yep. With this code, $vbulletin->userinfo['fieldx'] is not parsed - only visible fields ($customfields in the template) are parsed.
|
#12
|
|||
|
|||
Quote:
|
#13
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=82693" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=82693</a>
This explains how to parse BBCode |
#14
|
||||
|
||||
Couldn't you just add this (changing the 7 to what field you need):
PHP Code:
PHP Code:
|
#15
|
|||
|
|||
The issue with that is you'll parse the viewing users profile field, which is not what the original request is about. They want to parse the viewed users profile field. (ps i havent forgotten about you )
|
#16
|
||||
|
||||
How would you do it to include ALL fieldx variables or would you have to do them one by one on each line?
But is the idea right and in the right spot anyway? (hehe np on the not forgetting. I understand. ) |
#17
|
||||
|
||||
Wrong location, wrong array
If it's only a few, I'd use member_complete and list them one by one. |
#18
|
|||
|
|||
So is there anyway to do this? I don't care if every userinfo[fieldx] is parsed right now .. I just need something that works. Haha.
|
#19
|
||||
|
||||
You can find a tutorial for parsing bbcode here: https://vborg.vbsupport.ru/showthread.php?t=82693
|
#20
|
|||
|
|||
Quote:
https://vborg.vbsupport.ru/showpost....8&postcount=25 https://vborg.vbsupport.ru/showpost....5&postcount=30 I obviously don't know the right variable to pass or something ($userinfo[field27] is what I need parsed); that's why I came to this forum to ask for some help. Please? can you just help me figure out what the right code? $userinfo[field27] = $parser->do_parse($userinfo[field27]); Doesn't work. So I don't know what to do. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|