MyBB Community Forums

Full Version: Make 'New Thread link' automatically adjust to different forums?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay so I have two categorys. General Discussion and VIP Room.

I edited the template and added my own custom icons. When doing so I put a HARD link to the 'New Thread' button, which is General Discussion, now when clicking on 'New Thread' in VIP Room it directs you to a new thread in the other category. My question is how can I make that link change based on the forum you've clicked on?

Right now I have:

<td style = "text-align:center;" width="20%" valign="bottom" ><a href="newthread.php?fid=2"><img src="images/newthread.png" alt="Post Thread" title="Post Thread"  /></a><br />
<a style="margin-bottom: 3px; background-color:#000000; color:#FFFFFF; font-weight:bold;" href="newthread.php?fid=2">Post New<br />Thread</a></td>

Please and Thank You!
Change fid=2 to fid={$mybb->input['fid']}
(2014-05-21, 07:19 PM)dragonexpert Wrote: [ -> ]Change fid=2 to fid={$mybb->input['fid']}

Thanks man! +1