Hi guys,
It's possible to display Google Adsense Adds in Search Results list?
ThankS!!!
if($countUsers==5) echo('google code');if($countUsers==10) echo('google code');
with this after the fifth and tenth user you will see your ADS. if($countUsers==5){
if(($countUsers%$cols)==0) echo('<div class="row-fluid">');
echo('<div class="span'.$this->span.' col-lg-'.$this->span.' jsn_listprofile">Google Code</div>');
if(($countUsers%$cols)==($cols-1)) echo('</div>');
$countUsers+=1;
}
Easy Profile Support wrote:
Hi Felipe, sorry for late reply, it was too late for us and our offices are closed.
1. Yes, you can try this even with free version only you need to use text field instead radio field.
- Create a text field called "Sport" (available on edit profile/registration/profile pages)
- Create a text field called "Soccer Position" (available on edit profile/registration/profile pages)
- Set this condition on "Sport" field
if equal to custom value "soccer" show "Soccer Position" field.
- Now if you type "soccer" into "Sport" field you will see "Soccer Position" field
NOTE: Conditions have two way, so if this condition is not met "Soccer Position" field will be hidden
2. No sorry, this is not a feature.