Ads Manager 2 by Siropu

Ads Manager 2 by Siropu [Paid] 2.5.8

No permission to buy (€49.99)
I am on Ads Manager 2.4.2. I just upgraded Xenforo from 2.2 to 2.3. Anyone know if I can re-enable it or will it break the site? I can't see anything about compatilbility.
 
I am on Ads Manager 2.4.2. I just upgraded Xenforo from 2.2 to 2.3. Anyone know if I can re-enable it or will it break the site? I can't see anything about compatilbility.
That version (2.4.2) is from Oct 3, 2020. You are probably going face some issues since the 2.3 compatible version was released on July 1 (2.5.0)
 
That version (2.4.2) is from Oct 3, 2020. You are probably going face some issues since the 2.3 compatible version was released on July 1 (2.5.0)
It was working fine on 2.2. I use only a tiny smidgen of the features. Would be great if I could carry on using it.
 
I upgraded to Xenforo 2.3 and now our ad manager 2.4.2 has broken, no carousel rotation and some links don't work.
 
XF 2.3
Ads 2.5.0

There are several browser consoles errors regarding the file /js/siropu/am/core.min.js
ReferenceError: $ is not defined
, unitStyle = ($(this).classList.contains("samCarousel"),
Screenshot 2024-07-14 at 9.11.21 AM.webp
 
Hello, upgraded to 2.5, but now the transition options don't work it just stays on slide even if "fade" is checked, also cannot adjust time length between rotations as well as transition speed. The features were working correctly before upgrade. Thanks !
 
Hello, upgraded to 2.5, but now the transition options don't work it just stays on slide even if "fade" is checked, also cannot adjust time length between rotations as well as transition speed. The features were working correctly before upgrade. Thanks !
Look at your browser View -> developer tool to see if there is any javascript error on the page.
 
Look at your browser View -> developer tool to see if there is any javascript error on the page.
I don't see any errors, this is what the element shows (see pic). Set to fade but when the page is viewed it just rapidly slides.

Edit : Added pic, found errors, thanks !
 

Attachments

  • Screenshot 2024-07-14 at 10.26.47 PM.webp
    Screenshot 2024-07-14 at 10.26.47 PM.webp
    39.7 KB · Views: 10
  • Screenshot 2024-07-14 at 10.32.34 PM.webp
    Screenshot 2024-07-14 at 10.32.34 PM.webp
    28.3 KB · Views: 6
This add-on is so robust that I wonder if I'm missing this...

Is there an option that'll allow an admin to create a "sticky thread" on the "what's new" page? This would enable one topic (or more) to stay at the top of the list of discussions that haven't been read yet. If it doesn't already exist, perhaps it could have an admin option to remove the thread (or not) for people who have already viewed it.
 
I may be missing something, but I need the ability to export the statistics from each banner ad, so we can place them into an excel spreadsheet and view performance over time -- I don't see any capability to do this.

The "Export" function on the gear icon only exports data about the ad, not the statistics.

Without the ability to comprehensively export statistics, this add-on is much less useful. Did I miss the feature somewhere?
 
Cant update Ads Manager · 2.4.2 -> 2.5.0


XF\Db\InvalidQueryException
: xf_siropu_ads_manager_package: MySQL query error [1118]: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs in src/XF/Db/AbstractStatement.php at line 230
  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 207
  2. XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 86
  3. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
  4. XF\Db\AbstractAdapter->query() in src/XF/Db/Schema/AbstractDdl.php at line 158
  5. XF\Db\Schema\AbstractDdl->apply() in src/XF/Db/SchemaManager.php at line 157
  6. XF\Db\SchemaManager->alterTable() in src/addons/Siropu/AdsManager/Setup.php at line 888
  7. Siropu\AdsManager\Setup->upgrade2041970Step1() in src/XF/AddOn/StepRunnerUpgradeTrait.php at line 124
  8. Siropu\AdsManager\Setup->upgradeStepRunner() in src/XF/AddOn/StepRunnerUpgradeTrait.php at line 73
  9. Siropu\AdsManager\Setup->upgrade() in src/XF/Admin/Controller/AddOnController.php at line 617
  10. XF\Admin\Controller\AddOnController->actionUpgrade() in src/XF/Mvc/Dispatcher.php at line 362
  11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 265
  12. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
  13. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
  14. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2777
  15. XF\App->run() in src/XF.php at line 798
  16. XF::runApp() in admin.php at line 15
Help - Forum is unavailable :-( !
 
XF\Db\InvalidQueryException: xf_siropu_ads_manager_package: MySQL query error [1118]: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs in src/XF/Db/AbstractStatement.php at line 230
For those who encounter this issue, try running one of these SQL query in your phmyadmin:
SQL:
ALTER TABLE `xf_siropu_ads_manager_package` ROW_FORMAT=DYNAMIC;
ALTER TABLE `xf_siropu_ads_manager_package` ROW_FORMAT=COMPRESSED;
 
I use this addon to create navigation buttons on my forum that look like this:

1722023569827.webp

but recently my users have reported that the buttons have disappeared for them. Then yesterday the navigation buttons disappeared for me too.

I tried clearing cache/cookies to no avail. Oddly the buttons are gone in Chrome and Firefox desktop but are still there on the mobile version, and still there in Edge.

In the Chrome element inspector I noticed that it adds CSS to edit out the buttons:

1722023748095.webp

So what can I do?
 
In the Chrome element inspector I noticed that it adds CSS to edit out the buttons:
That looks like ad block doing its work. You have the option in admin options to rename ad elements to something more unique so that adblock cannot block the container.
 
That looks like ad block doing its work. You have the option in admin options to rename ad elements to something more unique so that adblock cannot block the container.
How is that done?

You don't mean this option do you? Because this does not work at all.

1722077019404.webp

It seems like I have to rename the ID's #text_ads and #ad-spot but I don't see the option to do that. Why have the word "ad" in there at all?

1722077107511.webp
 
Last edited:
Back
Top Bottom