Recent content by Brettflan

  1. Brettflan

    Report Improvements by Xon

    Ah, thank you, that does indeed work. Between messing with usergroup permissions and moderator permissions trying to figure out why those moderators could suddenly see every report, I must have missed the winning combination there. With that permission removed from the usergroup (which got...
  2. Brettflan

    Report Improvements by Xon

    That's the problem. I don't want moderators of specific forums to see all post reports. Without this add installed, they see just reports for their forums. WITH this addon installed, they see all reports for every part of the overall forums. Not desirable, they shouldn't see reports that aren't...
  3. Brettflan

    Report Improvements by Xon

    With this addon installed and enabled, moderators of specific forums only are able to see all Reports. With the addon disabled again, it goes back to them only seeing Reports for posts in the forums they moderate. Is this intentional? Is there a way to disable that? I don't want section...
  4. Brettflan

    [OzzModz] Badges

    @Painbaker Just checking this and other addons over before updating, I notice there's a template modification that needs to be updated for newer versions of Xenforo where they've changed references from "conversations" to "direct messages", including in phrase titles. Specifically in the newer...
  5. Brettflan

    [Andrew] Moderator Panel

    Just at a guess, someone working on your forums messed up some code in a widget. Specifically a widget named like "Podcast_Herkese_Aciik" based on the stack trace. It looks like there's a method "isMember0f" called in there, and that looks to be a typo, a zero "0" instead of an "O".
  6. Brettflan

    [Liam W] (RIP) Member Self Delete

    This error is happening still, just tested on XF 2.3.4 and received an error. As he mentioned, it is triggered when you change options and try to Save on the options page for the addon. TypeError: XF\Job\Manager::enqueueLater(): Argument #2 ($runTime) must be of type int, null given, called in...
  7. Brettflan

    Social Groups (XenForo 2.x.x) [Paid]

    It's still updated, the developer just doesn't post updates over here for some reason (he really should). They're posted on his own forum. https://nobita.me/resources/social-groups-xenforo-2-x-x.48/updates
  8. Brettflan

    [Andrew] Moderator Panel

    Make sure you're running the latest version, that's listed as fixed.
  9. Brettflan

    [Andrew] Moderator Panel

    When editing a user in the Admin panel, it's on the first page. Might only show up if relevant.
  10. Brettflan

    Social Groups (XenForo 2.x.x) [Paid]

    @truonglv has actually updated the addon to fix that at this point, he just hasn't updated the listing here on the official XF forums in a long time for some reason. https://nobita.me/resources/social-groups-xenforo-2-x-x.48/updates Over there he's up to version 3.6.7 of the addon, but stopped...
  11. Brettflan

    [Liam W] (RIP) Member Self Delete

    Liam W apparently passed away back in 2020. @Ozzy47 (tagged so he's aware) is the current owner/maintainer of the addon. I think the quick fix I posted above looks like all that was needed to handle the error from the XF security update. Definitely would be good to get an official updated...
  12. Brettflan

    Social Groups (XenForo 2.x.x) [Paid]

    I haven't encountered this, but since the addon author hasn't been around for a couple of weeks, I looked into it and posted a workaround over on the author's forum which should fix it, if you're comfortable messing with the addon's files...
  13. Brettflan

    Social Groups (XenForo 2.x.x) [Paid]

    That's a different error from the one posted above you. Your error is from the latest XF update. If you're comfortable editing a file on your server to work around it, I posted a workaround when I reported this same error over on the dev's forums...
  14. Brettflan

    [Liam W] (RIP) Member Self Delete

    Quick workaround fix for the above problem. Edit "src\addons\LiamW\AccountDelete\XF\Admin\Controller\Log.php", replace line 31: return $this->view('Log\AccountDeletion', 'liamw_accountdelete_user_delete_log', $viewParams); With: return $this->view('Log\AccountDeletion:View'...
  15. Brettflan

    Social Groups (XenForo 2.x.x) [Paid]

    I'm doubtful that the Social Groups addon is the real source of the problem based on your stack trace. I checked the source of the indicated file related to this addon (src/addons/Truonglv/Groups/XF/Entity/Thread.php) and it does nothing there that should be able to cause such an error. It just...
Back
Top Bottom