Quote:
Originally Posted by 6piston
hi lynne
it is for the threadbit
i wish to display the avatars beside the threads in forumdisplay
|
In your plugin, you should also grab the users usergroup ($thread['usergroupid']?). Then, you can actually put a condition around the part where you define the avatar:
PHP Code:
if (is_member_of($thread['usergroupid'], x,y,z))
{
avatar code
}
And then the avatar would only get defined if they were in the correct usergroup. I think....
Quote:
Originally Posted by Mr. INTENSE
I want to show a small GIF image in the upper right hand corner of each post (right above the Join Date), for any user who is a member of a certain user group.
Should I use a modified version of what you recommended above Lynne?
If so, should I add this conditional statement in the Postbit template?
And how could I then make this image clickable, and send the clicker to a specific link?
Thanks in advance as always. 
|
You should start your own thread with your questions. It's too hard to follow two different conversations in one thread.