[TH] Resource Authors by ThemeHouse [Deleted]

Jon W

Well-known member
Waindigo submitted a new resource:

Resource Authors by Waindigo - Adds Active Authors sidebar block to all categories, plus support for Resource Managers by Waindigo.

This add-on adds the 'Most Active Authors' sidebar block to all resource category pages, not just the index page, with totals recalculated for the specified category (including all sub-categories).

If you are installing this add-on on an existing Resource Manager, you will need to rebuild the Resource Category cache by going to:
Admin...

Read more about this resource...
 
Here is an error message I got with a lot of addons
Code:
ErrorException: Undefined index: linksTemplate - library/Waindigo/ResAuthors/Listener/NavigationTabs.php:16

#0 .../library/Waindigo/ResAuthors/Listener/NavigationTabs.php(16): XenForo_Application::handlePhpError(8, 'Undefined index...', '...', 16, Array)
#1 .../library/Waindigo/ResAuthors/Listener/NavigationTabs.php(27): Waindigo_ResAuthors_Listener_NavigationTabs->run()
#2 [internal function]: Waindigo_ResAuthors_Listener_NavigationTabs::navigationTabs(Array, '')
#3 .../library/XenForo/CodeEvent.php(90): call_user_func_array(Array, Array)
#4 .../library/XenForo/Dependencies/Public.php(493): XenForo_CodeEvent::fire('navigation_tabs', Array)
#5 .../library/XenForo/Dependencies/Public.php(373): XenForo_Dependencies_Public->_getNavigationContainerParams('')
#6 .../library/XenForo/FrontController.php(612): XenForo_Dependencies_Public->getEffectiveContainerParams(Array, Object(Zend_Controller_Request_Http))
#7 .../library/XenForo/FrontController.php(158): XenForo_FrontController->renderView(Object(XenForo_ControllerResponse_View), Object(XenForo_ViewRenderer_Json), Array)
#8 .../index.php(13): XenForo_FrontController->run()
#9 {main}

array(3) {
  ["url"] => string(38) "http://../index.php?liveupdate"
  ["_GET"] => array(1) {
    ["liveupdate"] => string(0) ""
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(91) "/threads/test-topic.4441/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}
 
Top Bottom