If that's right, just go to Sys Admin > Modules, and se the order number to 0.
$sql = "SELECT COUNT(*) AS total FROM
".$xoopsDB->prefix("bb_topics")." WHERE forum_id = $forum_id";
$sql = "SELECT COUNT(*) AS total FROM
xoops_client_bb_topics WHERE forum_id = $forum_id";
1. How to create a new php page to which I could POST data from another php page? I understand how to create a new block, but cannot figure out how to reference a page to submit the data.
2. How to change the links on the top menu (horizontal)? Are there any mods to create dhtml menus?