Ads Manager 2 by Siropu

Ads Manager 2 by Siropu [Paid] 2.5.8

No permission to buy (€49.99)
Using U,L with the current position you have set, will display the ad in the last post if there are no unread posts.
So cool!

This is what I need.
And these options only work/show for logged users?
Right now it doesn't show to guest.
 
Works with any user group. Make sure that you have set the permission "View ads" for group "Unregistered/Unconfirmed".
 
There is a position called "Below thread post x content" which works with Position criteria > Item ID set to U
This doesn't apply on Conversation and XMG comments right?
If not, Any equivalent position for Conversation and XMG?
 
That position is thread specific so it doesn't apply to conversations or XFMG. For conversations there is "Below conversation message x container" and it works with the same flags as thread positions. For XFMG, there are "Media list after item x", "Media album list after item x", "Comment list below item x container".
 
  • Like
Reactions: rdn
That position is thread specific so it doesn't apply to conversations or XFMG. For conversations there is "Below conversation message x container" and it works with the same flags as thread positions. For XFMG, there are "Media list after item x", "Media album list after item x", "Comment list below item x container".
And it's fine with my current ad unit to add those item and multi select them?
Or do I need to create a new ad unit?
Thanks a lot!
 
Are you using it with Position criteria > Item ID?
"Minimum results on page" apply to conversations as well.
 
@Siropu

I updated from Ads Manager 1.26.8 to 2.3.5, but none of the data is showing up in the AdminCP. I do see the data in the xf_siropu_ads_manager_ads table in the database.
 
If you can still see xf_siropu_ads_manager_ads table, that means that the upgrade didn't go well. Any errors?
 
If you can still see xf_siropu_ads_manager_ads table, that means that the upgrade didn't go well. Any errors?

Uh oh! Now that I look, yes.

Code:
ErrorException: Renamed column xf_siropu_ads_manager_package.cost_sticky to cost_sticky__conflict to avoid schema conflict src/XF/Error.php:75
Generated by: Joe Link Feb 6, 2019 at 7:10 PM
Stack trace
#0 src/XF.php(187): XF\Error->logError('Renamed column ...', true)
#1 src/XF/Db/Schema/Column.php(381): XF::logError('Renamed column ...', true)
#2 src/XF/Db/Schema/Alter.php(238): XF\Db\Schema\Column->getDefinition()
#3 src/XF/Db/Schema/AbstractDdl.php(147): XF\Db\Schema\Alter->getQueries()
#4 src/XF/Db/SchemaManager.php(149): XF\Db\Schema\AbstractDdl->apply()
#5 src/addons/Siropu/AdsManager/Setup.php(638): XF\Db\SchemaManager->alterTable('xf_siropu_ads_m...', Object(Closure))
#6 src/XF/AddOn/StepRunnerUpgradeTrait.php(122): Siropu\AdsManager\Setup->upgrade2030070Step1(Array)
#7 src/XF/AddOn/StepRunnerUpgradeTrait.php(71): Siropu\AdsManager\Setup->upgradeStepRunner(2030070, 1, Array, 2030270)
#8 src/XF/Job/AddOnInstallBatch.php(293): Siropu\AdsManager\Setup->upgrade(Array)
#9 src/XF/Job/AddOnInstallBatch.php(86): XF\Job\AddOnInstallBatch->stepAction(Object(XF\Timer))
#10 src/XF/Job/Manager.php(253): XF\Job\AddOnInstallBatch->run(G)
#11 src/XF/Job/Manager.php(195): XF\Job\Manager->runJobInternal(Array, G)
#12 src/XF/Job/Manager.php(111): XF\Job\Manager->runJobEntry(Array, G)
#13 src/XF/Admin/Controller/Tools.php(120): XF\Job\Manager->runByIds(Array, 8)
#14 src/XF/Mvc/Dispatcher.php(321): XF\Admin\Controller\Tools->actionRunJob(Object(XF\Mvc\ParameterBag))
#15 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XF:Tools', 'RunJob', Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#16 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\UserMentionsImprovements\XF\Admin\Controller\Tools), NULL)
#17 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#18 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
#19 src/XF.php(390): XF\App->run()
#20 admin.php(13): XF::runApp('XF\\Admin\\App')
#21 {main}
Request state
array(4) {
  ["url"] => string(24) "/admin.php?tools/run-job"
  ["referrer"] => string(58) "https://domain.com/admin.php?tools/run-job"
  ["_GET"] => array(1) {
    ["tools/run-job"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["_xfRedirect"] => string(93) "https://domain.com/admin.php?add-ons/install-from-archive-complete&batch_id=7"
    ["_xfToken"] => string(8) "********"
    ["only_ids"] => string(2) "54"
  }
}
 
Back
Top Bottom