Quote:
Originally Posted by Black Snow
|
Great but were do I add that code in your mod? The expand user info one.
I tried adding it myself but get errors.
Code:
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->
<phpcode>
$xstyleid = '5 3 7';
$nstyleid = preg_split('#\s+#s', $xstyleid, -1, PREG_SPLIT_NO_EMPTY);
if (in_array($style['styleid'],$nstyleid))
{
</phpcode>
your code here
<phpcode>
}
</phpcode>
{vb:raw template_hook.postbit_end}]]></template>