[OzzModz] Thread First Post Attachment Count

[OzzModz] Thread First Post Attachment Count 2.0.0

No permission to download

Ozzy47

Well-known member
Ozzy47 submitted a new resource:

[OzzModz] Thread First Post Attachment Count - Displays information about the number attachments in thread first post

Requirements:
XF 2.2+

Description:

Displays information about the number attachments in thread first post and adds forum / batch thread update filters for thread first post.

If you need to display the total number of attachments in the thread use this add-on

View attachment 274700


View attachment 274701

Read more about this resource...
 
Code:
Unknown column ozzmodz_tac_attach_count on XF:Thread
5 minutes ago src/XF/Mvc/Entity/Finder.php:1694

Server error log
InvalidArgumentException: Unknown column ozzmodz_tac_attach_count on XF:Thread src/XF/Mvc/Entity/Finder.php:1694

Stack trace
#0 src/XF/Mvc/Entity/Finder.php(610): XF\Mvc\Entity\Finder->resolveFieldToTableAndColumn('ozzmodz_tac_att...', true)
#1 src/XF/Mvc/Entity/Finder.php(274): XF\Mvc\Entity\Finder->columnSqlName('ozzmodz_tac_att...', true)
#2 src/XF/Mvc/Entity/Finder.php(139): XF\Mvc\Entity\Finder->buildCondition('ozzmodz_tac_att...', '>=', 1)
#3 src/addons/OzzModz/ThreadFirstPostAttachmentCount/XF/Pub/Controller/Forum.php(34): XF\Mvc\Entity\Finder->where('ozzmodz_tac_att...', '>=', 1)
#4 src/XF/Pub/Controller/Forum.php(228): OzzModz\ThreadFirstPostAttachmentCount\XF\Pub\Controller\Forum->applyForumFilters(Object(SV\ExtendedIgnore\XF\Entity\Forum), Object(SV\ThreadReplyBanTeeth\XF\Finder\Thread), Array)
#5 src/addons/Andy/MembersRecentlyOnline/XF/Pub/Controller/Forum.php(74): XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#6 src/addons/Andy/PrefixFilter/XF/Pub/Controller/Forum.php(12): Andy\MembersRecentlyOnline\XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#7 src/addons/SV/UserActivity/XF/Pub/Controller/Forum.php(21): Andy\PrefixFilter\XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#8 src/addons/SV/StandardLib/XF/Pub/Controller/Forum.php(21): SV\UserActivity\XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#9 src/XF/Mvc/Dispatcher.php(352): SV\StandardLib\XF\Pub\Controller\Forum->actionForum(Object(XF\Mvc\ParameterBag))
#10 src/XF/Mvc/Dispatcher.php(259): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'Forum', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#11 src/XF/Mvc/Dispatcher.php(115): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), Object(XF\Mvc\Reply\Reroute))
#12 src/XF/Mvc/Dispatcher.php(57): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#13 src/XF/App.php(2485): XF\Mvc\Dispatcher->run()
#14 src/XF.php(524): XF\App->run()
#15 index.php(20): XF::runApp('XF\\Pub\\App')
#16 {main}

Request state
array(4) {
  ["url"] => string(61) "/fora/test.10/?prefix_id=20&first_post_attach_count_min=1"
  ["referrer"] => string(47) "/fora/test.10/"
  ["_GET"] => array(2) {
    ["prefix_id"] => string(2) "20"
    ["first_post_attach_count_min"] => string(1) "1"
  }
  ["_POST"] => array(0) {
  }
}
 
Back
Top Bottom