What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Not a bug Can't see Manage Reply Ban options

snakano94

New Member
Hi there,

I'm not sure if this is a bug or not, but when I click on Manage Reply Bans, I'm not seeing the extended options: https://www.screencast.com/t/KpdCtsXGz

When I check for errors, I found one and only one that keeps repeating right after I try to click on Manage Reply Bans on any thread:

PHP:
ErrorException: Undefined index: user_id - library/XFA/ExtendedModeration/Model/Post.php:29

#0 /var/www/html/communityhired.net/niketalk/library/XFA/ExtendedModeration/Model/Post.php(29): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/html/c...', 29, Array)
#1 /var/www/html/communityhired.net/niketalk/library/CTA/FeaturedThreads/ControllerPublic/Forum.php(99): XFA_ExtendedModeration_Model_Post->getAndMergeAttachmentsIntoPosts(Array)
#2 /var/www/html/communityhired.net/niketalk/library/Andy/UserAgent/ControllerPublic/Forum.php(12): CTA_FeaturedThreads_ControllerPublic_Forum->actionIndex()
#3 /var/www/html/communityhired.net/niketalk/library/NFLJ/AMS/XenForo/ControllerPublic/Forum.php(7): Andy_UserAgent_ControllerPublic_Forum->actionIndex()
#4 /var/www/html/communityhired.net/niketalk/library/NFLJ/Showcase/XenForo/ControllerPublic/Forum.php(7): NFLJ_AMS_XenForo_ControllerPublic_Forum->actionIndex()
#5 /var/www/html/communityhired.net/niketalk/library/XenForo/FrontController.php(351): NFLJ_Showcase_XenForo_ControllerPublic_Forum->actionIndex()
#6 /var/www/html/communityhired.net/niketalk/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /var/www/html/communityhired.net/niketalk/index.php(13): XenForo_FrontController->run()
#8 {main}

array(3) {
  ["url"] => string(44) "http://communityhired.net/niketalk/index.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 

Clement

Freaky Coder
Staff member
Hi,

The error seems to be on the index so unrelated to your actual problem but that's a bug I should fix though.

Regarding your issue, do you see if all template modifications from the add-on are applied ?

Clément
 

snakano94

New Member
Hi there,

I double checked and it seemed it was permission error on my part. I resolved and can see the overlay as described.

Thanks!
 
Top