by Wecoc March 24th 2018, 12:59 am
I just tried it and sadly it doesn't work. I tried in phpBB3, punBB and modernBB... and doesn't work in any of them.
The board is always empty, new posts don't appear (only a text in portuguese is displayed). Maybe with the translation to english something has messed up.
No alerts or console errors, it simply ignores your sends.
- Code:
var msgs = jQuery("li.clearfix:contains('chat_staff'):lt(10)", responseHtml).wrapAll("<div></div>").parent().html();
Maybe the problem is with this line, I checked and its value is always null. All the ajax succeed but the msgs is null so no message can be displayed
PS. Also, as far as I understand, this code only works with the advanced profile (and this can't be changed).
I checked it always with the advanced profile enabled so that's not the problem is my tests.