The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
Your being asked to edit your previous post with code tags. here is an attachment that might help. Attachment 131026 |
#12
|
|||
|
|||
There we go
|
#13
|
||||
|
||||
Quote:
Code:
<vb:literal> ... </vb:literal> Code:
<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script> Code:
<script type="text/javascript"> try { reinvigorate.url_filter = function (url) { return url; } reinvigorate.track("XXXXXXXXX"); } catch(err) {} </script> Code:
<script type="text/javascript"> try { var re_name_tag = "{vb:raw bbuserinfo.username}"; reinvigorate.track("XXXXXXXXXX"); } catch(err) {} </script> |
#14
|
|||
|
|||
I just tried adding this to the footer and it says:
Code:
<script type="text/javascript"> try { var re_name_tag = "{vb:raw bbuserinfo.username}"; reinvigorate.track("XXXXXXXXXX"); } catch(err) {} </script> 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. |
#15
|
||||
|
||||
Quote:
Code:
<script type="text/javascript"> var re_name_tag = "{vb:raw bbuserinfo.username}"; reinvigorate.track("XXXXXXXXXX"); </script> if it persists, try: Code:
<script type="text/javascript"> var re_name_tag = '{vb:raw bbuserinfo.username}'; reinvigorate.track('XXXXXXXXXX'); </script> --------------- Added [DATE]1310720348[/DATE] at [TIME]1310720348[/TIME] --------------- The final word however would be a little plugin which adds the full code to the templates at runtime = no complaints |
#16
|
|||
|
|||
Im posting it here in my footer:
Code:
<div class="footerLogo"> <a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}"><img src="images/styles/TotallyPro/style/footerLogo.gif" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a> </div> <div style="clear:both;"></div> </div> </div> <script type="text/javascript"> var re_name_tag = '{vb:raw bbuserinfo.username}'; reinvigorate.track('5m1l8-qh4di00axh'); </script> <!-- Custom Content Wrap End --> This the correct spot |
#17
|
||||
|
||||
It should be right spot ... jush at the end
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|