Resource icon

[AA] Notable Members [Paid] 1.3.1

No permission to buy ($7.50)
Sorry I didn't notice you responded. Not going to give a date because I still haven't tested this concept but it should work.
 
Good call, I'll update this in the morning. For now you can remove the double tab by enabling debug mode and removing the template modification for that tab. It should have a description to make it obvious which one you need to remove. If not I'll have a fix in the morning.
 
  • Like
Reactions: oVR
Just because I'm on my phone now and that was easier than a load of awkward touch copy & pasting.
 
Completely understandable. I'm in middle of working on something else and don't want to repackage for this one line of code especially since I have to release a bigger update soon (was trying for today but it's looking like tomorrow). I'm just going to give you the line of code to edit if you don't mind. Kind of an embarrassing error.

File: /library/XMNotableMembers/ControllerPublic/Member.php line 8
PHP:
if ($parent instanceof XenForo_ControllerResponse_Redirect || $parent instanceof XenForo_ControllerResponse_Reroute)

change to

PHP:
if (!($parent instanceof XenForo_ControllerResponse_View))

[EDIT] you're on your phone so you would probably rather not do that. @Stuart Wright might though.
 
Well, after updating I get a the following error when reaching out to http://wildstaronline.de/members/?type=followers

erver Error
Mysqli prepare error: Unknown column 'last_post_date' in 'having clause'

  1. Zend_Db_Statement_Mysqli->_prepare() in Zend/Db/Statement.php at line 115
  2. Zend_Db_Statement->__construct() in Zend/Db/Adapter/Mysqli.php at line 381
  3. Zend_Db_Adapter_Mysqli->prepare() in Zend/Db/Adapter/Abstract.php at line 478
  4. Zend_Db_Adapter_Abstract->query() in XenForo/Model.php at line 219
  5. XenForo_Model->fetchAllKeyed() in XMNotableMembers/Model/User.php at line 64
  6. XMNotableMembers_Model_User->getUsers() in XMNotableMembers/ControllerPublic/Member.php at line 79
  7. XMNotableMembers_ControllerPublic_Member->_getNotableMembers() in Dark/PostRating/ControllerPublic/Member.php at line 7
  8. Dark_PostRating_ControllerPublic_Member->_getNotableMembers() in XenMods/PostsPerDay/ControllerPublic/Member.php at line 6
  9. XenMods_PostsPerDay_ControllerPublic_Member->_getNotableMembers() in XenForo/ControllerPublic/Member.php at line 59
  10. XenForo_ControllerPublic_Member->actionIndex() in XMNotableMembers/ControllerPublic/Member.php at line 6
  11. XMNotableMembers_ControllerPublic_Member->actionIndex() in XenForo/FrontController.php at line 337
  12. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  13. XenForo_FrontController->run() in /kunden/262038_13407/wildstar/index.php at line 13

Any ideas?
 
Got some errors this morning
ErrorException: array_merge() [<a href='function.array-merge'>function.array-merge</a>]: Argument #1 is not an array - library/XMNotableMembers/ControllerPublic/Member.php:14
Generated By: Unknown Account, Today at 7:49 AM
Stack Trace
#0 [internal function]: XenForo_Application::handlePhpError(2, 'array_merge() [...', '/home/sites/avf...', 14, Array)
#1 /home/sites/avforums/public_html/library/XMNotableMembers/ControllerPublic/Member.php(14): array_merge(NULL, Array)
#2 /home/sites/avforums/public_html/library/XenForo/FrontController.php(337): XMNotableMembers_ControllerPublic_Member->actionIndex()
#3 /home/sites/avforums/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/sites/avforums/public_html/index.php(13): XenForo_FrontController->run()
#5 {main}
Request State
array(3) {
["url"] => string(38) "http://www.avforums.com/members/0.html"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
then
ErrorException: Undefined property: XenForo_ControllerResponse_Error::$templateName - library/XMNotableMembers/ControllerPublic/Member.php:14
Generated By: Unknown Account, Today at 7:49 AM
Stack Trace
#0 /home/sites/avforums/public_html/library/XMNotableMembers/ControllerPublic/Member.php(14): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home/sites/avf...', 14, Array)
#1 /home/sites/avforums/public_html/library/XenForo/FrontController.php(337): XMNotableMembers_ControllerPublic_Member->actionIndex()
#2 /home/sites/avforums/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/sites/avforums/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(38) "http://www.avforums.com/members/0.html"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
then
ErrorException: Undefined property: XenForo_ControllerResponse_Error::$params - library/XMNotableMembers/ControllerPublic/Member.php:13
Generated By: Unknown Account, Today at 7:49 AM
Stack Trace
#0 /home/sites/avforums/public_html/library/XMNotableMembers/ControllerPublic/Member.php(13): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home/sites/avf...', 13, Array)
#1 /home/sites/avforums/public_html/library/XenForo/FrontController.php(337): XMNotableMembers_ControllerPublic_Member->actionIndex()
#2 /home/sites/avforums/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home/sites/avforums/public_html/index.php(13): XenForo_FrontController->run()
#4 {main}
Request State
array(3) {
["url"] => string(38) "http://www.avforums.com/members/0.html"
["_GET"] => array(0) {
}
["_POST"] => array(0) {
}
}
 
Top Bottom