close
關於同時使用 Kunena 和 Community builder , 在使用者上的修改方式
http://docs.kunena.com/index.php/Integration_Kunena_and_Community_Builder
同時使用 Kunena 和 Rokcandy 需要做的修正
http://www.kunena.com/forum/138-support/33667-fix-for-rockcandy-templates
Well, there is another Rokcandy workaround:
/plugins/system/rokcandy_system.php find at line ~80
Code:
// Do BBCode replacements on the whole page
function onAfterRender() {
and after this line paste
Code:
// Added to prevent loading on the Forums page, where it conflicted and caused a javascript error.
global $option;
if ($option == "com_kunena") {
return;
}
Works fine for me.
全站熱搜
留言列表