Re: Advertising
Posted by
Pedro on
Dec 19, 2012; 3:17am
URL: https://support.nabble.com/Advertising-tp7582401p7582432.html
I've made a solution that shows randomly your ads or his ads. You have to put this piece of code in your show_custom_ads macro:
<n.if.equal value1="[n.random max='2'/]" value2="1">
<then>your code</then>
<else>his code</else>
</n.if.equal>
It probably shows 50% each ad. Let me know what do you think.