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') . '";');
What do I need to place and where?
--------------- 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.