Quote:
Originally Posted by pooffck1
any way of putting this on a sidebar?
|
but the problem is that it will appear only on "forumhome"
to display on a sidebar, edit the templete "Forumhome_thread_last_bit" and copy variables on your "templete a sidebar"
for exemple :
for the user :
HTML Code:
<a href="$vboptions[bburl]/member.php?$session[sessionurl]u=$userid" class="smallfont">$row[musername]</a>
for the thread :
HTML Code:
<a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$threadid" title="$pagetext"><b>$threadtitle</b></a>