Log in

View Full Version : I know, people hate these :)


MillerLight
01-22-2006, 05:44 PM
Hello,

I have looked for a couple days, and haven't found something that fits the needs required.

I am looking for a product / plugin, that allows you to add a unique image per a user basis. This image will show up in the user(s) post-bit display.

The intent is to reflect that a member is a premium member, by showing a unique image.

I was using the Pay-Pal donation hack, but for 3.5.3 the hack has became a little to buggy, and I un-installed it.

Any help would be appreciated.

Marco van Herwaarden
01-22-2006, 08:20 PM
You could use a predefined (admin uploaded) Avatar, and limit the usergroups that got access to it.

jgrakowski
01-22-2006, 08:29 PM
why not just use ranks? Name a usergroup "Premium Member" and make the rank for that usergroup, set postcount requirement to zero and whatever image you plugin will be shown for anyone in that usergroup.

MillerLight
01-23-2006, 01:33 AM
Thanks for the replys.

My solution was to create a custom usergroup, then insert this in the post-bit.

<if condition="is_member_of($post, 12)"><img src="images/ranks/star23.gif" /></if>