Resource icon

Ads 1.3

No permission to download

Basti

Administrator
Staff member
Basti submitted a new resource:

Ads - Static / rotating ads

Features
- Show static / rotating ads globally in your template or in a specific area.
- Currently featuring 4 default zones, 3 global and 1 on the details page.
- Creating new zones is as easy as a typing a few characters when you add a banner
- Additional specific areas are gateway page and ab breaks template

Read more about this resource...
 

Basti

Administrator
Staff member
Yes
1) in admin settings -> ranking settings -> Show ads after these ranks (separate with commas)
- place your desired rank there, e.g 1 will place the ad below rank 1

2) add a banner
- under the zone select box you have a link called "ad zone", click that
- make the display type select box which shows up: "Ad Breaks"
- in the input above it, paste "ad_break_top"

3) open your skins ad_break_top.html and paste {$zone_ad_break_top}
 

lcssurf

Member
Yes
1) in admin settings -> ranking settings -> Show ads after these ranks (separate with commas)
- place your desired rank there, e.g 1 will place the ad below rank 1

2) add a banner
- under the zone select box you have a link called "ad zone", click that
- make the display type select box which shows up: "Ad Breaks"
- in the input above it, paste "ad_break_top"

3) open your skins ad_break_top.html and paste {$zone_ad_break_top}
wow, works perfectly!
just one more question: is there another method of editing the banner's css other than in the html itself?

Other bad thing: my banner (zone_c) is blocking by Adblock (similiar).... Some Tip About that?
I already tried to place the banner in html, but still blocking...
72/5000
 
Last edited:

Basti

Administrator
Staff member
just one more question: is there another method of editing the banner's css other than in the html itself?
Not sure what you mean by editing css, but you could simply surround the ad with a class on banner field imput. Not sure what exactly you placed, but something like this
Code:
<div class="my-css-class">
    <a href="link-to-ad"><img src="path-to-image"></a>
</div>
then you can use is css something like
Code:
.my-css-class {
    text-align: center;
}
Other bad thing: my banner (zone_c) is blocking by Adblock (similiar).... Some Tip About that?
It depends what you placed really, is it a real ad like adsense? then you probably cant do much about it, since you cant control it.
If its something manual, like image, make sure you not name the css class or path to the image 'banner', 'ad', 'ads' etc. Those words usually get blocked right on these days
 

lcssurf

Member
thank bro, that works! \o/
It depends what you placed really, is it a real ad like adsense? then you probably cant do much about it, since you cant control it.
If its something manual, like image, make sure you not name the css class or path to the image 'banner', 'ad', 'ads' etc. Those words usually get blocked right on these days
about this, that is not a adsense, but still blocking.
 

Basti

Administrator
Staff member
about this, that is not a adsense, but still blocking
Still blocking without those words? Cant make out what the "it works" relates to :)
If so, can you post you code here?
 

lcssurf

Member
Still blocking without those words? Cant make out what the "it works" relates to :)
If so, can you post you code here?
I did it using another method... lol It is not necessary... thank you
So bro, just one more question, I promise hehehe'
"Is possible to separate the banners by categories?"
as, category 1, shows just banners about category 1...
 

Basti

Administrator
Staff member
No that won't be possible sorry. But it's a good idea for an update :)
Don't know when i can get to it though, as visiolist 1.7 has priority at the moment, and well normal pay the bills work
 

lcssurf

Member
No that won't be possible sorry. But it's a good idea for an update :)
Don't know when i can get to it though, as visiolist 1.7 has priority at the moment, and well normal pay the bills work
no problem... but do you think that is possible making a new plugin? heheh'
again, thank you a lot!
 
Top