MyBB Support

Template Conditionals Logo

Submitted by Purple, , Thread ID: 4507

Thread Closed
Purple
Novice
Level:
0
Reputation:
25
Posts:
36
Likes:
3
Credits:
29
04-06-2015, 04:05 AM
#1
How do I use template conditionals to add a distinct logo for only a certain user to see. The logo I am talking about is the one in the header of course.

RE: Template Conditionals Logo

AndresXZ09
Closed Account
Level:
0
Reputation:
30
Posts:
1.22K
Likes:
139
Credits:
1.51K
04-06-2015, 04:12 AM
#2
<if $GLOBALS['mybb']->user['uid'] == 1 then><img src="blabla.png" /><else><img src="logo.png" /></if>
1

Users browsing this thread: 1 Guest(s)