
$xoops_pagetitle =
in the following pages of modules/newbb/
index.php
viewforum.php
viewtopic.php
remove the [] from the code. For example in index.php:
Original (brackets in red:
$xoops_pagetitle = $category_obj->getVar('cat_title') . " [" .$xoopsModule->getVar('name')."]";
Brackets removed:
$xoops_pagetitle = $category_obj->getVar('cat_title') . " " .$xoopsModule->getVar('name');
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)