Ads Manager by Siropu

Ads Manager by Siropu [Paid] 1.26.9

No permission to buy (€49.99)
This addon is amazing bro !

I have been trying to figure out why my code ad isn't showing into my ad_header placeholder and I have no idea why. I didn't set any criterea at all.

I got another adds into threads and 4th post of threadlist, they worked like a charm but this one Im not getting why its not being showed.

https://www.promoforum.com.br/
 
Look into "ad_header" template and see if the ad_header hook is in place.
Then do a template search for "ad_header" and see what you find. There should be two results. If you only find one (ad_header template), that means that the hook isn't used in your style.
 
Strange.. Im using UI.X and I just found one instance. They offer a "Preview Advertisement Templates" and you are right.. I could not find a node there.
 
You can include the ad_header template yourself above the logo in the header template.
Code:
<xen:include template="ad_header" />
 
You can include the ad_header template yourself above the logo in the header template.
Code:
<xen:include template="ad_header" />
I have opened a ticked with themehouse since I checked templates and its already in there. Check the response I received:

I checked your site and I see something with the class name samCodeUnit. I also see it has a class of header which is used in other places on the site, might be best to namespace that yourSiteName--header-ad for example. But it does seem to be displaying.

If you check your javascript console, I see a JS error from adsbygoogle.js. I assume there may just be some issue there and not with the ad_header code itself.

I just checked the ad by google and its fine.. Dont think thats the problem... but as far as I know, this "sam" thing is from the addon, right ?
 
So the ad is in the template but it doesn't show up? Is it a responsive adsense unit?
Yes and no. The adsense is the "Default" one.. Same as the others that already show into the page.

If you inspect the right side of the "logo area" when you open the site, you can see that its there but hidden:

PHP:
<div class="pageContent noBorderRadiusBottom">       
        <div id="logo"><a href="https://www.promoforum.com.br/">
            <span></span>
            <img src="styles/uix/uix/Completo.png" alt="Promo Forum">           
        </a></div>   
    <div class="funbox">
    <div class="funboxWrapper">
    <ul class="samCodeUnit header" data-pos="ad_header">
    
        <li class="SamLink" data-id="5" data-cv="1" data-cc="1">
            <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Topo Header -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-1665493134489557" data-ad-slot="3920812347" data-ad-format="auto" data-adsbygoogle-status="done"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>           
        </li>   
</ul>   
    </div>
    </div>
        <span class="helper"></span>
        </div>
 
@Siropu please, can you add "automatic approve", I'm losing a lot of customers with wants to adv but they can't pay when finished to create the adv. I first need to approve it, and oly after that approve they can pay and show advs. There is no one way to change it.

1) Create Adv and when finish, automatic redirect to payment...
2) Pay
3) bingo, showing in the web

As your text says:
-------------------------------------------------------------
"Advertise Here" Link
If enabled, this will add an "Advertise Here" link under the ad unit if there are ad slots available, to attract more advertisers.
-------------------------------------------------------------

I have attract so many advertisers, but when they finish, they just cannot pay and show his AD's. I need to stay online 24h per day on the web to activate AD's and in this way, i'm still losing advertisers. The right way is just finish to edit adv and then -> REDIRECT TO PAYMENT

I can't understand why we need to "approve" it. Who will pay to try show something bad?
If its not possible, ill just need to change all my forum software and rollback to Simple forum machines.

Please, add this option for us, I believe its not hard to you! This is just breaking all my sales.

Thanks for all!
 
Last edited:
I can't understand why we need to "approve" it. Who will pay to try show something bad?
Advertisers might not think that their ad is "bad", but you might think so. Even Google and Facebook review all the ads submitted.

This is just breaking all my sales.
The problem here I think is that your advertisers are not serious about advertising on your board.

I can add a user group permission that will skip the approval process, and generate the invoice once the ad is created.
 
I can add a user group permission that will skip the approval process, and generate the invoice once the ad is created.

Wow, if you can do that, this will be wonderful for me. But I'm sure, not only for me, a lot of users will like it.
If possible skip the approval and redirect automatic to the "invoice" screen where users can pay, will be THE BEST!

I'm talking to you about this because for me, every user that I'm here on computer and I approve in the same time, they pay, but if i wait 1 hour to approve, they not come back only to pay.

My god, my dreams is to "do not back" to smf again!
 
I'd really like to see a "home" link on the advertiser page.

Once they click on to Your Ads or Create an ad, it would be good to get back to the welcome phrase by clicking on the title at the top "Ad Manager" as I'd like to put a few more instructions and guidelines in the welcome phrase and it would seem intuitive to get back to it by clicking on that title

SafariScreenshot014.webp
 
+1 for that

I have to create new template with some info content and add it in menu.
Default solution without some main/info page it is not very good

20-18-07.webp
 
@Siropu The largest table in my DB is "xf_siropu_ads_manager_stats_daily" is there a way to limit this?
For how long does it store the stats? Can I change that somewhere? I can't find stats logging options :confused:

Thanks! :)
 
The stats are stored as long as the ads exists. If you delete the ads, you delete the stats. You can delete individual stats from the stats page in ACP or all stats from Ads Manager tools when debug is enabled.
 
My in house ads have been running for a long time, so a few years of stats.
I don't want to delete the ads and I don't want to delete all of the stats. (I think they are used to serve the best performing ads first)

Wouldn't it be a good idea to have a log limit? Like 365 days or something. Or something we can set. It's useless to keep it for more than a year, It's just taking up space.
The table is larger than my search index.
 
Top Bottom