MyBB Community Forums

Full Version: How to show some content in selected user profile ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there
I want to add an image to some selected user profile page by using template conditionals. That image will be visible for all users. How can I do this with template conditionals ?? What condition will I need to use ??
You can use the following:

<!-- Give UID 1 a image on their profile -->
<if $memprofile['uid'] == 1 then><img src="x" width="40" height="40" /></if>