Ads Manager by Siropu

Ads Manager by Siropu [Paid] 1.26.9

No permission to buy (€49.99)
You can achieve that by creating an ad with the option "Exclude From Slot Count" enabled and "Display Order" set to 2. In the package settings, set "Ads Display Order" to "Ad Order Asc". When an ad will be created by an advertiser, your ad will not be displayed.
Are you still able to sell multiple ad slots with the paying advertiser's banners being random on every page load without your adsense from showing?
 
In that case, it won't work. But you can do something else instead. Go to Ads Manager > Tools > Generate Placeholders and generate a placeholder for your package(s). Then, edit the placeholder and paste your adsense code in the code filed of the banner, removing the "Target URL" data.
 
Hi,
Purchased and methodically going through setup- almost ready to go live, just testing things out.
I've set user permissions etc- but when a guests/not logged in users tries to checkout, this happens;

Code:
Missing user ID.

[LIST=1]
[*]Siropu_AdsManager_Helper_General::uploadBanner() in Siropu/AdsManager/ControllerPublic/Index.php at line 275
[*]Siropu_AdsManager_ControllerPublic_Index->actionAdsSave() in XenForo/FrontController.php at line 351
[*]XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
[*]XenForo_FrontController->run() in /home/onefootb/public_html/index.php at line 13
[/LIST]

Any ideas @Siropu ?
 
It is not designed to work with guests. Advertisers need to register so that ads and invoices can be associated with their user id.
I suggest enabling the guest mode to allow guests to see the packages and link to the register page if they want to purchase ads.
 
Hi will this work with
Social Groups 1.4.1
[Nobita] Social Groups

and place google adsense or other advertising banners being displayed in all groups upon creation of any new group.?

Thanks
 
It is not designed to work with guests. Advertisers need to register so that ads and invoices can be associated with their user id.
I suggest enabling the guest mode to allow guests to see the packages and link to the register page if they want to purchase ads.

Thanks, we've now enabled guest mode as suggested and we're happy with that.

One other problem, though.

When Ads Manager is enabled, we have thousands of line of error code display (please see attached - it's too long to copy and paste!)

Any insight would be welcomed.
 

Attachments

Hi will this work with
Social Groups 1.4.1
[Nobita] Social Groups
I'm not familiar with that add-on, but since Ads Manager works with hooks, you can add hooks in templates (if there aren't any added by the add-on author) and it should work fine. There are a few global positions like Above/Below content and Above/Below breadcrumbs that work with any XF page.

One other problem, though.
I think it's related to another add-on and I've send you a fix via PM.
 
Hello, I'm interested in your addon, but I have a question. Could it be possible to set a php callback as a banner type? I'm a developer and some banners have backend processing. I know I could do it using an iframe and setting this iframe as an ad. But it would be lot more cleaner to process a php callback that returns the HTML as a string.

Could this be possible?

Thanks
 
We have one website that has an API Endpoint and we want to ad Ads in Xenforo based on that API. This could be done creating a XenForo Addon that has all the logic to work with the api, caching, etc etc, and responds it to the Ad manager as String
 
Hi,

The only two adverts I can get to display is the below bottom breadcrumb position, and a popup ad, despite seemingly setting up others with the same settings. See attached.
Capture.webp
packages.webp
Where settings should I be looking at first to identify why this is happening? Positions like top sidebar, bottom sidebar, below stickies, and first post ad are all failing to display or register any impressions at all.

Thanks for taking the time to reply.
 
Why does this add-on override link css styling for links that aren't even keyword ads.

Before installing this add-on, the following styling in EXTRA.css worked fine for external links:

Code:
.externalLink {
    background: rgba(0, 0, 0, 0) url("/images/link_arrow.png") no-repeat scroll 2px 5px !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
    text-decoration: none !important;
}

But now it no longer does, this add-on's code has somehow taken over.

How can I get my styling back?

I tried adding my custom values into the Ads manager style properties but was unsuccessful...
 
Why does this add-on override link css styling for links that aren't even keyword ads.
It doesn't. It just replaces normal text keywords with links that doesn't have the externalLink class. Use the class .samKeyword instead.
 
It doesn't. It just replaces normal text keywords with links that doesn't have the externalLink class. Use the class .samKeyword instead.
I apologize. The problem I was having had nothing to do with your add-on. It was something else and I figured it out.

(Siropu's add-ons are all awesome, folks! We have the Chat and Ads Manager).
 
Back
Top Bottom