Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 $forum['fid'] in forumdisplay_newthread
Jordan L. Offline
Junior Member
**
Posts: 3
Joined: Jan 2013
Post: #1
$forum['fid'] in forumdisplay_newthread
Hey there.

Currently I'm having issues trying to alter the text of the forumdisplay_newthread templates based on the FID. Here's my code, I've been altering it and searching the forums on here trying to understand why it is not working without any lucky. From what I understand I don't appear to be doing anything wrong?

PHP Code:
<if $forum['fid'] == '2' then>
<a href="newthread.php?fid={$fid}"><span class="button">Support Thread</span></a><br />
<else>
<a href="newthread.php?fid={$fid}"><span class="button">New Thread</span></a><br />
</if>


Any help would be great. Thanks.

01-01-2013 03:15 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
$forum['fid'] in forumdisplay_newthread - Jordan L. - 01-01-2013 03:15 AM

 Standard Tools
Forum Jump: