Ads Manager 2 by Siropu

Ads Manager 2 by Siropu [Paid] 2.4.22

No permission to buy (€49.99)
Is there anywhere a documentation, how to use the different ad types?

Some are realy difficult, for example the pop-up ads. Would be great to have something about them.
 
Is there anywhere a documentation, how to use the different ad types?
Not at the moment. If you have any questions, please ask.

Some are realy difficult, for example the pop-up ads.
It can be difficult if you want to use custom javascript popups which I don't recommend. Else, you just provide a title and the content which can be a simple text or HTML code/XF template syntax.
 
If you have any questions, please ask.
OK, here i am :-)

First question was solved now, seems that it was a problem in chrome, with a privacy add on, that not worked correctly.


Then next question. Can you please show an example in the following two pictures, how to generate an Pop-up correctly? Every way i tried, the picture is not shown in the ad.

Bildschirmfoto 2024-03-19 um 15.45.14.webp

Third question. I want to show two pop-up. Lets say one starts top left, one starts middle of the screen. With my old JS scripts it works, but i am not able to transform this into your great add-on.

Perhaps it is possible with a code in the next picture.

Bildschirmfoto 2024-03-19 um 15.45.25.webp

But i am a user, not a coder. So i don't know, what to enter there.

That shall be enough now. :-) I think, when i try to generate affiliate ads, i will have some more questions. :-)
 

Attachments

  • Bildschirmfoto 2024-03-19 um 15.36.28.webp
    Bildschirmfoto 2024-03-19 um 15.36.28.webp
    18.3 KB · Views: 4
  • Bildschirmfoto 2024-03-19 um 15.38.44.webp
    Bildschirmfoto 2024-03-19 um 15.38.44.webp
    18.8 KB · Views: 4
Last edited:
Can you please show an example in the following two pictures, how to generate an Pop-up correctly?
To display an image with a link:
HTML:
<a href="http://target-url-here"><img src="http://image-url-here"></a>

Without a link:
HTML:
<img src="http://image-url-here">

With my old JS scripts it works,
Have you tried adding the JS script code in the "custom popup code" field?
 
The ad manager has not worked on my site recently. I deleted all ad packages, and when I added new packages, it displayed: We are sorry, currently there are no advertising packages available. Please advise on a solution.
 
Hi @Siropu

I see that with the new version 2.3 beta 1 some things about Font Awesome have been changed... With previous versions I used the following codes, but when testing with beta 1 they are no longer shown. How could I update it?

Thx

HTML:
<div class="cuadros-inferiores-texto"><a href="./post-thread"><i class="fas fa-file-plus icono-responder"></i>Añadir</a></div>
 
Last edited:
I'm trying to place two small banners side by side displaying in thread view above messages in one node.

They keep displaying as one above the other, how can I set them to show as side by side?
 
Create a package of the same type as your ads. Edit each ad and select that package to inherit its settings. In the package settings, you have the option to set "Display", "Ad display order", "Ad display limit" and much more. Also, when using a package set the position in the package instead and also the criteria you might want, so that you won't have to make the same changes in each ad.
 
Create a package of the same type as your ads. Edit each ad and select that package to inherit its settings. In the package settings, you have the option to set "Display", "Ad display order", "Ad display limit" and much more. Also, when using a package set the position in the package instead and also the criteria you might want, so that you won't have to make the same changes in each ad.
Okay I get that, but I don't seen to be able to display the 2 small banners side by side, in line.
Where is the in line setting?
 
Top Bottom