PDA

View Full Version : Show subscribers in postbit vb3


Funkie
01-18-2004, 06:24 PM
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

tomshawk
01-18-2004, 06:47 PM
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 :p

Zachery
01-18-2004, 07:27 PM
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 useits just some template mods :) try vBulletintemplates.com :)

Funkie
01-18-2004, 07:58 PM
yeah I know its a simple postbit mod but I wondered what the actual coding was

Zachery
01-18-2004, 08:06 PM
yeah I know its a simple postbit mod but I wondered what the actual coding was
www.vbulletintemplates.com (http://www.vbulletintemplates.com)

id suggest learning XHTML / HTML and CSS and trying it your self