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?
 
Back
Top Bottom