Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 How to make <strong> on user not guests in (forumdisplay_thread)
Jay99 Offline
Junior Member
**
Posts: 12
Joined: May 2011
Post: #1
Rolleyes How to make <strong> on user not guests in (forumdisplay_thread)
<if $mybb->usergroup['gid'] == 1 then>{$thread['profilelink']}

<elseif $mybb->usergroup['gid'] == 2 then>
<strong>{$thread['profilelink']}</strong>

<elseif $mybb->usergroup['gid'] == 3 then>
<strong>{$thread['profilelink']}</strong>

<elseif $mybb->usergroup['gid'] == 4 then>
<strong>{$thread['profilelink']}</strong>

<elseif $mybb->usergroup['gid'] == 5 then>
<strong>{$thread['profilelink']}</strong>

<elseif $mybb->usergroup['gid'] == 6 then>
<strong>{$thread['profilelink']}</strong>

<elseif $mybb->usergroup['gid'] == 7 then>
<strong>{$thread['profilelink']}</strong>

</if>
The problem is that all users (Members & Guests) are not <strong>.

I want the Members only to be <strong>.
(This post was last modified: Today 07:51 AM by Jay99.)
Today 07:46 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: