Recent content by clubpromos

  1. C

    [XenConcept] Hide BBCode [Paid]

    I really wanted it to work but I give up on this addon. Clearly the developer is gone and doesn't care anymore. I wish there was a way to contact him but there isn't. Can anyone recommend a replacement?
  2. C

    [XenConcept] Hide BBCode [Paid]

    @CRUEL-MODZ good call but no, I don't think I have an invalid template modification. I think I may have to fall back on a different addon at this point.
  3. C

    [XenConcept] Hide BBCode [Paid]

    @XenConcept I think that you could at least take a look. I paid for the license and there is no support at all, here or on your own site.
  4. C

    [XenConcept] Hide BBCode [Paid]

    @CRUEL-MODZ that's what I thought too because of what the console shows: "Uncaught TypeError: Cannot read properties of undefined (reading 'querySelectorAll')at check-hide.js" I'm not finding any solutions for now.
  5. C

    [XenConcept] Hide BBCode [Paid]

    @frpsucre thank you. Do you know what versions of PHP are compatible by any chance? I can't find that information and the developer is MIA here and on his own forums.
  6. C

    [XenConcept] Hide BBCode [Paid]

    Is this addon totally abandoned?
  7. C

    [XenConcept] Hide BBCode [Paid]

    @XenConcept Hi, After installing [XenConcept] Hide BBCode on XenForo 2.3.10 with UI.X Pro 2.3.10 theme, all thread views show 'undefined' text where the first post content should be. The browser console shows this JavaScript error: Uncaught TypeError: Cannot read properties of undefined...
  8. C

    XFtoWP - XenForo to WordPress integration [Paid]

    @kolakube one of my users has the Author role and can't see "Xenforo" options in the post settings. Is this normal and if so is there a way to let Authors use it?
  9. C

    XFtoWP - XenForo to WordPress integration [Paid]

    Can't believe I didn't see this, thanks!
  10. C

    XFtoWP - XenForo to WordPress integration [Paid]

    @kolakube how do you translate "Join the full discussion at the [BOARD NAME]" that appears in comments.
  11. C

    XFtoWP - XenForo to WordPress integration [Paid]

    Thanks, I don't see how to do that (not out of the box for sure) though I'll look into it. It would have been useful to have a shortcode maybe?
  12. C

    XFtoWP - XenForo to WordPress integration [Paid]

    Hi @kolakube, this may be a stupid question but how can I add my most recent threads on my WP homepage with this plugin? I can use it as widget (sidebar, footer etc...) and it works really well, but I can't figure out how to use it on my homepage (I use Elementor if that makes a difference).
  13. C

    XF 2.2 How to increase online status timeout?

    Thank you very much @Masetrix ! I had done almost all of it, but I was missing the edit to public function pruneExpiredActivityRecords($cutOff = null)! Much appreciate the help!
  14. C

    XF 2.2 How to increase online status timeout?

    Hi, For a long time now, I've used the method in this post to increase the online status timeout to 4 hours instead of just 60 minutes. Since I upgraded to XF 2.2.8 Patch 1, this no longer works. It looks like something has changed in SessionActivity.php and I can't figure it out. Can someone...
  15. C

    Migrating to MariaDB "ERROR 1273 (HY000) Unknown collation: 'utf8mb4_0900_ai_ci'"

    Thank you @Masetrix for trying to help. So, I first did the: sed -i 's/utf8mb4_0900_ai_ci/utf8_general_ci/g' backup.sql Which throws the error " ERROR 1253 (42000) at line 195: COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'utf8mb4'" Ok, so I moved on to do: sed -i...
Back
Top Bottom