Ads Manager 2 by Siropu

Ads Manager 2 by Siropu [Paid] 2.6.5

No permission to buy (€50.00)
Is it a bug that is looks like this, with the >= symbols after the radio button?
And why is the radio button there? The discount is reflected in the price below without clicking it. Thanks
1777587478259.webp
 
What's the best way to increase the font size of the package description under the Package column header?
 
What is the best and safest way to clear and restart statistics from scratch?

Is truncating both xf_siropu_ads_manager_stats_click and xf_siropu_ads_manager_stats_daily the safe way?
 
The one affected is one of the carousel below top breadcrumb. There is no way it has 0 views and 16 clicks. It does not make any sense.
Can you please show me the carousel settings?

Is it a bug that is looks like this, with the >= symbols after the radio button?
And why is the radio button there? The discount is reflected in the price below without clicking it.
This feature was designed to work differently. If I sell per week/month, I give the discount if the advertiser buys 2 or more not the default 1. The button is there to convert.

What's the best way to increase the font size of the package description under the Package column header?
In extra.less template:
CSS:
body[data-template="siropu_ads_manager_package_list"] .dataList-subRow
{
    font-size: 16px;
}
What is the best and safest way to clear and restart statistics from scratch?
Using the built in reset feature. You can find it in the options menu in ad list.
 
Can you please show me the carousel settings?
I added another text based ads under the Carousel package today and it has the same symtomp.
It has 1 view and 2 clicks. CTR 100%

I believe it has something to do with the Carousel setting where the number of ads are lower than # of ads to show or something.
 
@Siropu, quick question, for a promo thread, the advertise here link that shows in the forum, how can I have that go to the packages page and not the actual promo thread creation page? (Template edit?)
Thanks!
 
I would like to display a banner for the post's author within the post_macros template.
Something like this, for instance:
Bash:
<xf:if is="$post.user_id == $banner.user_id">
<xf:macro id="siropu_ads_manager_ad_macros::ad_unit" arg-position="business_signatur_banner" />
</xf:if>
How can I achieve this?
 
I would like to display a banner for the post's author within the post_macros template.
Something like this, for instance:
Bash:
<xf:if is="$post.user_id == $banner.user_id">
<xf:macro id="siropu_ads_manager_ad_macros::ad_unit" arg-position="business_signatur_banner" />
</xf:if>
How can I achieve this?
I’ve taken another look at this matter, but I’m still stuck.
Perhaps I’m approaching the whole thing the wrong way.

Using the Ads Manager, I want to enable commercial members to display a banner beneath their signatures.
The placement option itself is already available...
However, the banner should naturally only appear beneath their own signature—not beneath everyone else's.
Does anyone happen to have a tip on how I can implement this?
 
Have you tried Position criteria > Thread post author is the AD owner?

I hadn't actually found this setting yet.
That brings me closer to a solution, but it still doesn't yield the desired result.
Below is a small series of tests; I won't be able to conduct any more until the next few days.
In some respects, the results are indeed correct.
However, based on what I've seen so far, it appears that whenever the setting "Thread post author is the AD owner - on" is enabled, no banner is displayed.
Edit:
Just as an additional note:
I created a new "thread view position" for this purpose.
And I implemented it using a template modification within post_macros.

Find:
Bash:
<xf:macro id="message_macros::signature" arg-user="{$post.User}" />
Replace:
Bash:
$0
<xf:macro id="siropu_ads_manager_ad_macros::ad_unit" arg-position="nanto_business_signatur" />


Posts in his own topic
Thread author is the AD owner - on
Thread post author is the AD owner - off
Banner is displayed.

Posts in his own topic
Thread author is the AD owner - on
Thread post author is the AD owner - on
Banner is not displayed.

Posts in his own topic
Thread author is the AD owner - off
Thread post author is the AD owner - on
Banner is not displayed.


Posts in Other People's Threads
Thread author is the AD owner - on
Thread post author is the AD owner - off
Banner is not displayed.

Posts in Other People's Threads
Thread author is the AD owner - on
Thread post author is the AD owner - on
Banner is not displayed.

Posts in Other People's Threads
Thread author is the AD owner - off
Thread post author is the AD owner - on
Banner is not displayed.
 
Last edited:
Back
Top Bottom