1

Topic: Adverts in search results

Not sure if this has been asked before.

Is there a way to add adverts (adsense, etc) in the search results (search_results.tpl), say, after every 2 or 4 profiles? Would I need to delve into the code to do this?

Regards, Peter

2

Re: Adverts in search results

Just a friendly bump smile

Regards, Peter

3

Re: Adverts in search results

Unfortunately the support team doesn't always answer questions which are asked on the forum.

Perhaps you should submit a support ticket,,, and please let us know what the answer is tongue

Kind regards.

4

Re: Adverts in search results

I think I will, just wanted to see if anyone else in the community had managed to, if so, what was the best way.

Regards, Peter

5

Re: Adverts in search results

Something like

<!-- IF rownum == "4" OR rownum == "8" OR rownum == "12" -->
content
<!-- ENDIF -->

Last edited by LawsHosting (2011-10-04 15:20:37)

Regards, Peter

6

Re: Adverts in search results

Uhm...

Thanks !