10-23-2012, 09:27 AM
11-14-2014, 02:08 AM
Hi, there seems to be an issue within 1.8 with this plugin, I have tracked it down to line #188.
[php]echo vbquote_parse_complex($page);/php]
It is probably because MyBB nows outputs all AJAX content with json_encode()? Hope you can help me out with this one.
[php]echo vbquote_parse_complex($page);/php]
It is probably because MyBB nows outputs all AJAX content with json_encode()? Hope you can help me out with this one.
11-16-2014, 08:55 PM
Yeah, I dunno. Probably needs a few fixes for it to work on 1.8. Maybe just try wrapping it in JSON?
PHP Code:
|
12-09-2014, 07:59 PM
v1.14: MyBB 1.8 compatibility fixes
02-19-2015, 01:48 AM
Needs same fetch_array fix as in Xthreads for becoming compatible with Mybb 1.8.4. Did this and now it works again.
02-19-2015, 06:07 PM
@Yumi can you tell me on where this fixes the issue I commented before? Just checking the code doesn't tell me much considering I couldn't find the issue myself (json_encode alone didn't work for me).
Also, fetch_array doesn't seems to be fixed for 1.8 ?
EDIT: You seems to have added json_encode to the code so may be I just need to try myself.
Also, fetch_array doesn't seems to be fixed for 1.8 ?
EDIT: You seems to have added json_encode to the code so may be I just need to try myself.
03-11-2015, 09:49 PM
(02-19-2015 06:07 PM)Sama34 Wrote: [ -> ]@Yumi can you tell me on where this fixes the issue I commented before? Just checking the code doesn't tell me much considering I couldn't find the issue myself (json_encode alone didn't work for me).
Code:
|
(02-19-2015 06:07 PM)Sama34 Wrote: [ -> ]Also, fetch_array doesn't seems to be fixed for 1.8 ?Updated to v1.15: compatibility fix for MyBB 1.8.4
03-09-2016, 12:46 AM
@ZiNgA BuRgA - Thank you for this mod! amazing. Any way how to add avatars to the left of username?
EDIT: Can you please add a simple setting page? (Group color on/off without code editing)
EDIT2: php v7 incompatibility error
EDIT: Can you please add a simple setting page? (Group color on/off without code editing)
EDIT2: php v7 incompatibility error
03-10-2016, 09:44 PM
You'll need to edit the code for those.
No plan for a settings page.
Updated to v1.16 to fix PHP 7 compatibility issue.
No plan for a settings page.
Updated to v1.16 to fix PHP 7 compatibility issue.
03-11-2016, 05:47 AM
Thank you, does it have any side effect on loading time or server impact?