Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Thread Prefix
PetesBonnie Offline
Junior Member
**
Posts: 1
Joined: Feb 2017
Post: #59
RE: Thread Prefix
Hi there,

I have a question regarding the display of the differen prefixes.
So - ich have 4 prefixes for a special category in my forum - my Inplay-Section. Than I have 2 prefixes for another Section in my forum.

Now I want to display the 4 Inplay-Prefixes only in the Inplay-Section and the other 2 prefixes only in the other Section.

I already managed to display the prefixes themselves in the Inplay Section, but the table I wrote for that is also displayed in the other Section.
Don't know if I explained it correctly ... xD Maybe you understand what I wanna do. If you need more Information, let me know!

This is how I would have like to manage the differen display on differen FIDs on my Forum, but it doesn't work:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<if $forum['fid'] == 11 then>
<table width="100%" style="border-bottom: 5px solid #8e7d7d; border-top: 5px solid #8e7d7d;">
  <tr>
    <th width="25%" class="forumhead" style="padding: 5px;">Datum</th>
    <th width="25%" class="forumhead" style="padding: 5px;">Ort</th>
    <th width="25%" class="forumhead" style="padding: 5px;">Tageszeit</th>
    <th width="25%" class="forumhead" style="padding: 5px;">Teilnehmer</th>
  </tr>
  <tr>
    <td width="25%" style="text-align: center; font-size:20px; color: #c5553e; padding: 5px;"><i class="fa fa-calendar-o" aria-hidden="true"></i></td>
    <td width="25%" style="text-align: center; font-size:20px; color: #c5553e;padding: 5px;"><i class="fa fa-map-marker" aria-hidden="true"></i></td>
    <td width="25%" style="text-align: center; font-size:20px; color: #c5553e;padding: 5px;"><i class="fa fa-clock-o" aria-hidden="true"></i></td>
    <td width="25%" style="text-align: center; font-size:20px; color: #c5553e;padding: 5px;"><i class="fa fa-user" aria-hidden="true"></i></td>
  </tr>
  <tr>
    <td width="25%" class="forumdesc" style="padding: 5px;">{$GLOBALS['threadfields']['inplay_date']}</td>
    <td width="25%" class="forumdesc" style="padding: 5px;">{$GLOBALS['threadfields']['inplay_place']}</td>
    <td width="25%" class="forumdesc" style="padding: 5px;">{$GLOBALS['threadfields']['inplay_daytime']}</td>
    <td width="25%" class="forumdesc" style="padding: 5px;">{$GLOBALS['threadfields']['inplay_charas']}</td>
  </tr>
	</table></if>

<if $forum['fid'] == 12 then>
	other prefixex
</if>

02-14-2017 11:02 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Thread Prefix - RateU - 04-27-2010, 07:51 AM
RE: Thread Prefix - ZiNgA BuRgA - 04-27-2010, 02:28 PM
RE: Thread Prefix - RateU - 04-28-2010, 07:32 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 12:03 AM
RE: Thread Prefix - RateU - 08-20-2010, 02:03 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:34 AM
RE: Thread Prefix - RateU - 08-20-2010, 03:39 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:40 AM
RE: Thread Prefix - RateU - 08-20-2010, 03:47 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:49 AM
RE: Thread Prefix - Gypaete - 09-02-2010, 01:41 AM
RE: Thread Prefix - RateU - 08-20-2010, 03:53 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:58 AM
RE: Thread Prefix - RateU - 08-20-2010, 04:02 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 04:05 AM
RE: Thread Prefix - RateU - 08-20-2010, 04:07 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 04:18 AM
RE: Thread Prefix - RateU - 08-20-2010, 04:20 AM
RE: Thread Prefix - Jumper - 09-01-2010, 01:49 AM
RE: Thread Prefix - RateU - 09-01-2010, 02:03 AM
RE: Thread Prefix - Jumper - 09-01-2010, 02:22 AM
RE: Thread Prefix - RateU - 09-01-2010, 02:28 AM
RE: Thread Prefix - Jumper - 09-01-2010, 02:48 AM
RE: Thread Prefix - RateU - 09-01-2010, 04:01 AM
RE: Thread Prefix - Jumper - 09-02-2010, 12:14 AM
RE: Thread Prefix - RateU - 09-02-2010, 02:29 AM
RE: Thread Prefix - Gypaete - 09-02-2010, 03:58 AM
RE: Thread Prefix - RateU - 09-02-2010, 04:18 AM
RE: Thread Prefix - ZiNgA BuRgA - 09-02-2010, 07:31 AM
RE: Thread Prefix - Jumper - 09-02-2010, 08:33 AM
RE: Thread Prefix - ZiNgA BuRgA - 09-02-2010, 08:47 AM
RE: Thread Prefix - Gypaete - 09-02-2010, 08:35 PM
RE: Thread Prefix - ZiNgA BuRgA - 09-02-2010, 08:38 PM
RE: Thread Prefix - Gypaete - 09-02-2010, 09:57 PM
RE: Thread Prefix - RateU - 09-03-2010, 05:35 AM
RE: Thread Prefix - Gypaete - 03-28-2011, 04:40 AM
RE: Thread Prefix - RateU - 03-28-2011, 06:39 AM
RE: Thread Prefix - duhol - 04-08-2011, 06:50 PM
RE: Thread Prefix - RateU - 04-09-2011, 02:04 AM
RE: Thread Prefix - duhol - 04-09-2011, 03:56 AM
RE: Thread Prefix - RateU - 04-09-2011, 06:28 AM
RE: Thread Prefix - ZiNgA BuRgA - 04-09-2011, 10:00 AM
RE: Thread Prefix - leefish - 07-18-2011, 08:29 PM
RE: Thread Prefix - RateU - 07-19-2011, 03:50 AM
RE: Thread Prefix - leefish - 07-19-2011, 11:55 AM
RE: Thread Prefix - RateU - 07-20-2011, 08:51 AM
RE: Thread Prefix - leefish - 07-20-2011, 04:07 PM
RE: Thread Prefix - RateU - 07-21-2011, 04:30 AM
RE: Thread Prefix - WhiteEagle - 10-06-2011, 05:15 AM
RE: Thread Prefix - leefish - 04-03-2012, 12:56 PM
RE: Thread Prefix - ZiNgA BuRgA - 04-03-2012, 03:53 PM
RE: Thread Prefix - leefish - 04-03-2012, 04:35 PM
RE: Thread Prefix - RateU - 04-04-2012, 04:12 AM
RE: Thread Prefix - leefish - 04-04-2012, 04:55 AM
RE: Thread Prefix - Kiero - 09-03-2013, 06:41 PM
RE: Thread Prefix - ZiNgA BuRgA - 09-04-2013, 11:37 AM
RE: Thread Prefix - rkrusty26 - 01-30-2014, 08:32 PM
RE: Thread Prefix - ZiNgA BuRgA - 01-31-2014, 09:35 AM
RE: Thread Prefix - PetesBonnie - 02-14-2017 11:02 PM
RE: Thread Prefix - RateU - 02-15-2017, 02:53 AM

 Standard Tools
Forum Jump: