PDA

View Full Version : is_member_of Issues


Hamma
01-11-2007, 03:08 PM
I am using is_member_of to post a variety of information about users on my forums. Multiple titles and some icons.

ex:
"is_member_of($post,35)" and "is_member_of($post,32,6,27)" etc (inside <IF statements of course)

It works perfect! The problem is this:

When you recieve a PM from someone - no matter who the person is you see your OWN icons and titles on their postbit and not their own. So if my title was "L33t Admin" theirs would be also - in the normal forums postbit it works fine. I am using postbit_legacy

Is there any way around this? I did some searching and nothing - perhaps I should not be using $post? I tried $bbuserinfo and it gave me my titles on everything, even in the forums.

Nobody?