ericgtr |
12-17-2005 10:00 PM |
Optionally open thread in new window
This is something my users really enjoy. Appended to the end of each thread title in the forumdisplay is an image that they can click on to open it in a new window.
In your threadbit template find:
Code:
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
Add this underneath:
Code:
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" target="_blank"><img src="$stylevar[imgdir_misc]/new_window.gif" alt="New Window" width="16" height="16" border="0"></a>
Now upload this image to your forums/images/misc directory http://www.guitars101.com/vb/images/...new_window.gif
That's it! :)
|