XOOPS: Bug fixed in V2 RC3: the newbb's index.php : picture-display problem
Posted by: kanakaOn 2003/3/21 13:45:29 6034 readsThe 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']
"img_folder" => $bbImage['folder_forum']