I am happy that an 'ads' tab is provided for CB.
But I have a usecase I would like to explore...
We have two classes of user: free and paid subscriptions.
I would like to see all new and existing Paid users get a small number of free ads by default, and Free users could not post ads.
Paid users could later purchase extra ad credits (etc) after their initial free ads have been used up.
Free users would have to upgrade to paid subscription in order to post ads.
Is this sort of thing do-able 'out of the box'??
or perhaps via a simple SQL command, rough approximation update adsTable set adcredits=3 where adsTable.user=CBuser.user and CBuser.userType=Paid - or such??
Mind you, we'd to to have something automatically creating their complementary credits upon a new paid membership, too...