Jake Bunce
Well-known member
Jake Bunce submitted a new resource:
Add preview text for first post in thread list - Rather than a popup preview, it is inline in the thread listing.
Read more about this resource...
Add preview text for first post in thread list - Rather than a popup preview, it is inline in the thread listing.
Hack.
library/XenForo/ControllerPublic/Forum.php
Add the red code:
Rich (BB code):protected function _getThreadFetchElements(array $forum, array $displayConditions) { $threadModel = $this->_getThreadModel(); $visitor = XenForo_Visitor::getInstance(); $threadFetchConditions = $displayConditions + $threadModel->getPermissionBasedThreadFetchConditions($forum); if ($this->_routeMatch->getResponseType() != 'rss') { $threadFetchConditions += array('sticky'...
Read more about this resource...