Topic: Advertising Management
I would like to be able to show one set of adverts to males and another to females ?
Is it possible with the current system or are there any mods to achieve this ?
Thanks in advance..
You are not logged in.
I would like to be able to show one set of adverts to males and another to females ?
Is it possible with the current system or are there any mods to achieve this ?
Thanks in advance..
I will add this question in as well,
On your features page there is no mention about the gift system - Is it possible to sell virtual gifts for real currency payments ? How is this handled - Paypal ?
Thanks
first question i believe yes you can by showing the banners in the templates based on a specific profile value, in your case gender value.
Thanks for the quick reply ![]()
I looked at the demo and I cant find an option to create an ad-group based on gender ?
well no,
you create the banners, in a specifig group,
example u have 2 banner groups:
Malebanner
Femalebanner
then on the page where you want them to show, for example the member_profile page
you edit the template like:
<!-- IF profile_field_gender1_value== "male" -->
{banners:group=Malebanner}
<!-- ENDIF -->something like that
ah right, that makes sense.
Thanks a lot ![]()