The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
||||
|
||||
![]()
Please bare with me, as I'm slightly confused on how to implement the code.
I used the following tutorial to create a new template called memberinfo_userdetails: https://vborg.vbsupport.ru/showthrea...ghlight=plugin The contents of this template are numerous custom user fields, including $userinfo[field31] which is the one I need parsed. I have 2 plugins: Cached - memberinfo_userdetails Code:
$globaltemplates = array_merge($globaltemplates, array('memberinfo_userdetails')); memberinfo_userdetails Code:
eval('$memberinfo_userdetails = "' . fetch_template('memberinfo_userdetails') . '";'); --------------- Added [DATE]1209429644[/DATE] at [TIME]1209429644[/TIME] --------------- ====UPDATE==== I used your file Boofo: https://vborg.vbsupport.ru/showpost....6&postcount=31 It does parse the line breaks correctly, however it does not parse the quotes, it simply shows " instead. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|