MyBB Hacks

Full Version: Specific User Postbit Background Picture
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to only give a couple users the ability to add postbit background images without editing any usergroups.

I know how to make it where members can see edit buttons on their own profile but i want to have a universal function that users the same function but without "$memprofile['uid'] " in it.

Code:
<if $GLOBALS['mybb']->user['uid'] == $memprofile['uid'] then>
(text text text)
<else>
<!--NOTHING!-->
</if>


BUT

I really want a very simple/default function that i can use all around for future reference as well please!

Reference URL's