Quote:
Originally Posted by m3rl1n
Joe think little confusion on both parts maybe mainly caused by me, I know vb has never displayed the icons try keep it simple as confusion maybe as before my fault. Think basically i was asking "if" it was possible for the threads showing on master forum to show the forum icons from the forum the threads originate from?
Once again sorry for the confusion.
|
If it is, I am not sure how. I don't think it would be easy.
Quote:
Originally Posted by Eagle Eyes
How do i make the forum name clickable to that forum below the thread name in forumdisplay?
|
Edit the
All Topic In Threadbit Plugin.
Find the 2 instances of:
{vb:raw thread.forumtitle}
Change them
BOTH to:
Code:
<a href=\'forumdisplay.php?{vb:raw session.sessionurl}f={vb:raw thread.forumid}\'>{vb:raw thread.forumtitle}</a>
That should do it.