The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Just as with vB3 (then it worked) I want to use the nametags feature but with vB4 it doesn't work anymore.
This is the code I use in the footer: Code:
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
<script type="text/javascript">
try {
var re_name_tag = "{vb:raw bbuserinfo.username}";
reinvigorate.track("xxxxx-xxxxxxxxxx");
} catch(err) {}
</script>
But when I submit: The following error occurred when attempting to evaluate this template: Unclosed Curly Brace Expression This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish. I can use the Code:
<vb:literal> Please help. |
|
#2
|
||||
|
||||
|
Simple trick would be
Code:
<vb:literal><script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
<script type="text/javascript">
try {
var re_name_tag = "</vb:literal>{vb:raw bbuserinfo.username}<vb:literal>";
reinvigorate.track("xxxxx-xxxxxxxxxx");
} catch(err) {}
</script></vb:literal>
|
|
#3
|
|||
|
|||
|
Yes futureaudio already pmmed me with this solution and it worked. Thanks to you to Zachery.
|
|
#4
|
|||
|
|||
|
Your lucky, I get only myself as a user and i know i have 60+ people :P
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|