XOOPS Web Application System (https://xoops.org)

Powered by You!

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

Category : XOOPS | Published by kanaka on 21-Mar-2003 04:58
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']