9
Now we are going somewhere.

Sorry I didn't quite get what you want.
You will have to modify the following file
newbb/viewforum.php
le="color: #000000"><?php $xoopsTpl->assign("forum_id", $forum); if ( $can_post == 1 ) { $xoopsTpl->assign('viewer_can_post', true); $xoopsTpl->assign('forum_post_or_register', "<a href="newtopic.php?forum=".$forum.""> [color=d84848]<img src="".$bbImage['post']."" alt=""._MD_POSTNEW."" />[/color]</a>"); } else { $xoopsTpl->assign('viewer_can_post', false); if ( $show_reg == 1 ) { $xoopsTpl->assign('forum_post_or_register', '<a href="'.XOOPS_URL.'/user.php?xoops_redirect= '.htmlspecialchars($xoopsRequestUri).'">'._MD_REGTOPOST.'</a>'); } else { $xoopsTpl->assign('forum_post_or_register', ""); } }
replace the highlighted code with text New Topic
Backup the file first before you try to modify the file, so you have a file to fall back if something goes wrong.