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?
@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.
@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.
@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.
@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...
@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?
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).
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!
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...
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...