Quote:
Originally Posted by Funkie
Is there a way to add a graphic in the profile field in postbit say under the join date automaticly when a member has paid a Subscription? on my old vb2x I used a hack for donators to have ??? in thier profile that I had to add manualy to each member when they donated but surly now you have the Subscriptions function there must be a call I can use
|
I'm not sure how you'd put the code into the postbit itself
but
couldn't you just create a usergroup for subscribed users, then put an if statement in the postbit
say
if vbphrase[usergroupid] <--(this being the suscribed usergroup) post image
I know the wording is wrong, but maybe someone can get the wording right for you.
then again, I'm no coder, I may be completely off track