The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
$template_hook wrapped in a div class
Okay, here's the situation. I just installed vB Blogs and everything is working great however, $template_hook[postbit_userinfo_right_after_posts] is not playing nice with my postbit_legacy template - (screenshot one).
I know I need to wrap the $template_hook in the following div class... Code:
<div class="info">$template_hook[postbit_userinfo_right_after_posts]</div> To fix this I know that I need to wrap the entire thing with and if statement, like so... Code:
<if condition="$show['infraction']"><div class="info">$vbphrase[infractions]: $post[warnings]/$post[infractions] ($post[ipoints])</div></if> Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|