Ads Manager 2 Lite by Siropu

Ads Manager 2 Lite by Siropu [Paid] 1.2.13

No permission to buy (€29.99)
How do I set up an ad from a banner graphic on my server? I want to add it to a package with other ads (code).
 
Last edited:
The Lite version is for users who do not want to sell ads. It doesn't have the advertiser features but it has everything else.
 
The Lite version is for users who do not want to sell ads. It doesn't have the advertiser features but it has everything else.
Ok. What about Adsense autoads? Is there an option for that? Or would I have to put regular Adsense and just choose the ad placements?
 
how to change dimension of popup ad?

I wish to use it as splash page, that cover almost entire page for guest or unregistered users
 
Add in extra.less:
CSS:
.samOverlay
{
     .overlay
     {
          max-width: 90%;
          height: 90%;
     }
     .overlay-content,
     .blockMessage
     {
          height: 100%;
     }
}
 
Add in extra.less:
CSS:
.samOverlay
{
     .overlay
     {
          max-width: 90%;
          height: 90%;
     }
     .overlay-content,
     .blockMessage
     {
          height: 100%;
     }
}

perfect. it works

I also wanna add button "enter" under the warning message, to close the popup,

how to do it?

I found this function
<a class="overlay-titleCloser js-overlayClose">ENTRA</a>

but I don't know how to put it in the center.

if I can ask
 
HTML:
<div style="text-align: center;">
    <a class="overlay-titleCloser js-overlayClose">ENTRA</a>
</div>
 
yep, I used that.
but doesn't work.
the close function stay at the right, like the X for closing the popup. and include X
so text is on the right and is ENTRA X
 
perfect. it works

miss to find a xenforo function to close the entire site, to use it as "exit"

but maybe is not necessary
 
Top Bottom