1
I found a bug in CBB 3.08 config options, and I can't find it's bugtracker.
This is the bug:
file: xoops_version.php, line 217
$imagesets = array("default"=>"Default", "hsyong"=>"hsyong");
should be:
$imagesets = array("default"=>"default", "hsyong"=>"hsyong");
Everything in lowercases, incluidng the word "default" twice. You can't imagine the mess it causes with the forum buttons when your server is case-sensitive.