Log in

View Full Version : Buddy Conditional


danward
09-24-2007, 11:35 AM
How do I find out if a user is the browsing members buddy? (using the postbit) As I want to write an IF statement incorporating it.

I used the code:

<if condition="$show['addbuddylist']">

But this did not work.

Any help appreciated, thanks!

What I basically want to do is:

If the member is my buddy, show one image, if the member isn't my buddy, show another image (in the postbit).

danward
09-25-2007, 09:23 PM
Can anybody help?

WhaLberg
09-25-2007, 09:35 PM
From what I understand, you want to have an image in postbit if the user is in your buddy list or not. This cannot be done by vBulletin conditionals I guess (I am sorry if it can be) but can be done via a plugin.

danward
09-26-2007, 12:53 PM
So nobody knows a way that this can be done?