im trying to display the forum statistics somewhere around the navigation.. i thought putting this :
Code:
<dl>
<dt>{vb:rawphrase threads}</dt>
<dd>{vb:raw totalthreads}</dd>
<dt>{vb:rawphrase posts}</dt>
<dd>{vb:raw totalposts}</dd>
<dt>{vb:rawphrase members}</dt>
<dd>{vb:raw numbermembers}</dd>
</dl>
would do the job, but it doesnt , any ideas ?
thanks
oh by the way , this information will go in navbar template..
I found this , but it only works for the header...
http://www.vbulletin.com/forum/showt...uot-in-header?
Thanks