The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I think you're having trouble putting things in the footer because that template is actually evaluated in global.php at the beginning of member.php. Is there a reason those need to be in the footer? You could probably put them somewhere else and have it work. Also, you have the part worked out that gets the value in js, but I think you could also do something like:
Code:
<script type="text/javascript"> var jusrerpc = $bbuserinfo[field6]; </script> In any case, the javafields line would need curly braces like this: Code:
<div id='JUSERLOC' style='display:none;'>{$vbulletin->javafields['fullLocation']}</div> But like I said, I don't think it'll work in the footer. If you really need it there you might be able to find a way to do it in an earlier hook in global.php. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|