Recent content by BobHarbison

  1. BobHarbison

    XF 2.3 Template Errors

    That seems to have helped, but I have one persistent bugger that won't go away. Server error log ErrorException: Template error: [E_USER_WARNING] Method canViewMedia is not callable on the given object (XF\Entity\User) src/XF/Template/Templater.php:1277 Generated by: Unknown account Feb 18...
  2. BobHarbison

    XF 2.3 Template Errors

    Fix the Condition: Look at the "Display condition" box. If it says $xf.visitor.canViewMedia(), swap it to this safer version: $xf.visitor.hasPermission('xengallery', 'view') I strongly suspect that's the problem, since it only throws on fairly rare occasion. I'll dig into it and see what I can...
  3. BobHarbison

    XF 2.3 Template Errors

    It doesn't come up for every member. It only comes up once in a while, then when it does it triggers multiple times, then vanishes for a while, typically 1/2 day or longer.
  4. BobHarbison

    XF 2.3 Template Errors

    ErrorException: Template error: [E_USER_WARNING] Method canViewMedia is not callable on the given object (XF\Entity\User) src/XF/Template/Templater.php:1277 Generated by: Unknown account Feb 11, 2026 at 6:26 PM Stack trace #0 [internal function]: XF\Template\Templater->handleTemplateError(512...
  5. BobHarbison

    XF 2.3 Template Errors

    I get these errors daily. I know the obvious, it's a template issue. But I don't have the first clue on how to find and troubleshoot this? ErrorException: Template error: [E_USER_WARNING] Method canViewMedia is not callable on the given object (XF\Entity\User)...
  6. BobHarbison

    Lack of interest Option to Force a minimum of 2 moderators to review a queued thread, or post, before rejecting.

    Create a forum in your moderator only forum that says "Reject? Second opinion needed". When Mod 1 reviews a thread and wants a second look, he moves it there. Others know to look there and either reject or possibly move it to forum #2 which is something like "Discussion/Review Needed" for when...
  7. BobHarbison

    AntiSpam by CleanTalk

    I'm surprised there's not more discussion of this plug in. I installed it yesterday and in the last 24 hours, it has banned 400 Russian spammers. These spammers were getting through the normal defenses, despite using Captcha and StopForumSpam. It was so bad that my moderators were on the verge...
  8. BobHarbison

    [TH] Featured Threads and Content Portal [Deleted]

    Really? A single line of copyright/credit info was a deal breaker? You do realize nobody ever looks at that stuff, right? If they're reading the copyright notice at the bottom of your page, you need more compelling content!
  9. BobHarbison

    [TH] Featured Threads and Content Portal [Deleted]

    I'm sort of running it, LOL. https://gardenforums.com/forum/index.php?featured/ It's there, it works, runs fine. The problem is that it's a lot of work to add fresh content etc and other projects have taken priority. Not the theme's fault, just the crazy year and new focus. I prefer the look...
  10. BobHarbison

    Make Opengraph Image use image from first post

    Yes, THIS, please. It's killing my FB traffic when all it shows is my same logo, over and over again.
  11. BobHarbison

    XF 2.2 Find all posts by user in specific thread.

    I have a long (45 page) thread that I want to pull all of the posts from a certain use out to create a different thread. Just hits from that thread. Don't want to delete them, want to copy them. Don't want to scroll through 45 pages clicking posts by him. Is there a way to say "Find all...
  12. BobHarbison

    [TH] Featured Threads and Content Portal [Deleted]

    I'm not even sure exactly what that means, if you upload it, it has to be in somebody's album? But if it means I can't feature existing media, then it's broken.
  13. BobHarbison

    [TH] Featured Threads and Content Portal [Deleted]

    I'm not able to figure out how to feature an image. I assumed it would work the same way as featuring a thread, there's an option in the pull down menu. However, I don't see the option when I view an image in the gallery. What am I overlooking?
  14. BobHarbison

    XF 2.1 Add images to a poll

    Running a photo contest with a bunch of images. It sure would be much easier if thumbnail images were shown as part of the poll and they simply clicked next to the one they like. Is that possible in either XF or as an add-on?
Back
Top Bottom