03-17-2015, 05:38 PM
Hello guys
Thank you for this great plugin.
Actually i am having trouble, on getting this plugin to work in 1.8.4
What i want to do is display the last post avatar for on the forum index (forumdisplay.php) only for certain users. I have disabled the avatar for all users expect for premium users, but it shows a blank avatar.
So i want to be able to conditionally display the avatar. Smth like
<if user['usergroup'] == x then >
<div>avatar......</div>
</if>
I have searched all around, used everything with $global etc, but it doesnt seem to work.
Thank you for this great plugin.
Actually i am having trouble, on getting this plugin to work in 1.8.4
What i want to do is display the last post avatar for on the forum index (forumdisplay.php) only for certain users. I have disabled the avatar for all users expect for premium users, but it shows a blank avatar.
So i want to be able to conditionally display the avatar. Smth like
<if user['usergroup'] == x then >
<div>avatar......</div>
</if>
I have searched all around, used everything with $global etc, but it doesnt seem to work.