Ads Manager by Siropu

Ads Manager by Siropu [Paid] 1.26.9

No permission to buy (€49.99)
If we could have something like this to exclude pages it would be nice.
(screenshot from widget framework)
Screen Shot 2015-05-26 at 22.22.59.webp

It's against Goodge Adsense TOS to show ads on error, help, or registration pages.
That's the reason for this request.

Also I have a banner that I can't get responsive. It's in a iframe and it's generated dynamically.

<iframe width="728" height="90" scrolling="no" frameborder="0" name="banner" target="_blank" src="https://www.booking.com?aid=305053;...;target_aid=305053;theme=minimal;label=banner"></iframe>

Is it possible to get this responsive?

I also like the idea to associate an ad with a user so they can view stats of that ad.

Thanks :-)
 
Siropu updated Ads Manager by Siropu with a new update entry:

New Features & Bug fix

Version 1.13.0 comes with the following new features:

Change Ad Owner
This feature allows you to easily change the owner of multiple ads at the same time.

Guest Mode
Guest mode allows guests to view the available advertising packages but can't create ads. When they click on "Create Ad", they will get redirected to a custom page (Login/Register or any other page you set).

Some bugs have been fixed such as empty dropdown when no options are available for user ads.

Read the rest of this update entry...
 
Last edited:
I keep missing new posts in this thread, sorry guys.
I have so many things to do that it's hard to keep up with all the stuff that's going on. :oops:

@Fred, I'll see what I can do about it.
@DaveAllen, I want to add more payment options such as bitcoin and others so we'll see.
 
Ok, Thanks Siropu :-)

I'm stil testing, once I got it up and running like I want it I will write a review.
 
If you have 2 ads (with the same code) but split up to display in a different position.
Is it possible to only display the ad one time on the same page? Now I sometimes see the same ad twice on the same page.
 
Hi sipuro

i currently use rotating ads addon.
after seeing your ad manager, i purchased it and installed it already.

after saving it and its active now.
i cannot see the test code i set...


help please....
thanks
 
Last edited:
hi sipuro

have few more questions:

1. How can i set the ads to display
-left side
-center side
-right side
-right side ads, wrapping text on left
 
Last edited:
1. Use the Ads Manager style properties to set width to 100% for the ad unit item you want and then wrap the text with this

Code:
<div style="text-align: center/left/right;">Ad code</div>

To have text on left:
Code:
<div style="text-align: center/left/right;"><span style="float: left;">text</span> Ad code</div>
On the second one you might need to set a max-width: to the div.

2. It doesn't support topic list ads after topic x. I will see if I can add this in the future.
 
thanks siropu :-)

found a bug

step1:
you create an add and select positions "after forum category of your choice..."
bug1.webp

step2:
you go to list positions and edit the positions there
bug1a.webp

step3:
when you go back to the AD you created in step1, the highlighted position is gone...
there no more highlighted position
bug2.webp
 
It's not a bug, you have to do it the other way around. First you edit the position, then you select it.
You can add more positions using the same hook but with different ID.
 
Back
Top Bottom