1

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..

2

Re: Advertising Management

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

3

Re: Advertising Management

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.

4

Re: Advertising Management

Thanks for the quick reply smile

5

Re: Advertising Management

I looked at the demo and I cant find an option to create an ad-group based on gender ?

6

Re: Advertising Management

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

7

Re: Advertising Management

ah right, that makes sense.
Thanks a lot smile