MyBB Community Forums

Full Version: Link to parent forum inside of thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Ahh, no, I decided to keep the confirm fields for now so I didn't use it yet ;;;
What about:
<?get_forum_link($thread[´fid´])>

With tempalte conditionals (i think that is the code[/b]).
$forum already available in showthread. If you use XThreads, you can use {$forumurl} variable there.
At least this is what I do in my showthread template:
<a href="{$forumurl}">{$forum['name']}</a>
If you have any special chars for your forum name, you need to do something with it (if you care about the validation).
Thanks RateU, that worked Smile
Pages: 1 2