Hi all,
I want to remove the popup menu above the threads and planning to put them on the sidebar on the same thread page where a user can push the printable version button as it is easy to see aside.
I took this code from Showthread template and tried to set it up on the sidebar, but it doesn't pick the thread number!!
HTML Code:
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}printthread.php?{vb:raw session.sessionurl}t={vb:raw threadid}&pp={vb:raw perpage}&page={vb:raw pagenumber}" accesskey="3" rel="nofollow">{vb:rawphrase show_printable_version}</a>
what is the right way to do that?
Thanks