Free ads for subscribers
I'm trying to set up 2 user levels for my site- standard and premium. For premium users, I want people to pay a monthly fee, and be able to post unlimited ads for free.
Does anyone have an example of modifying the ad-posting pages to conditionally allow free ads?
My tentative plan is to use the
Wp-Members plugin to set up the subscription. I was told by their developer that I could query the database tables that
wp-Member uses to check that the user has subscribed.
I would need to edit the Classipress code to bypass the payment, set the price to 0, or enable a free ad packs for those users.
If anyone has done a similar modification or knows how, I'd appreciate any help.