XOOPS: Bug fixed in V2 RC3: the newbb's index.php : picture-display problem

Posted by: kanakaOn 2003/3/21 13:45:29 5967 reads
The bug is, in XOOPS2 RC3, the picture "folder_big.gif" can not display, only the text "= No new posts" is displayed.

How to fix it:

Modify the /modules/newbb/index.php file, goto line 139, change
"img_folder"$bbImage['folder_forum']
to
"img_folder" => $bbImage['folder_forum']