Knowledge Base Navigation
Articles: 51 Categories: 8
KB Article: How to Remove the Forum Header
Article: | How to Remove the Forum Header |
Submitted By: | Telli |
Date Added: | 06-19-2004 1:26:26 |
Hits: | 7,467 |
Removing the top table in the Forums that says "Sitename Forums"
Step1 Open page_header.php located in /includes/ in your nuke install directory. Find: if (!$is_inline_review & $mod_name != "Private Messages") { title("$sitename: $mod_name"); } Replace with: //if (!$is_inline_review & $mod_name != "Private Messages") { //title("$sitename: $mod_name"); //} Note: It is up to you whether you delete the code or replace it with //'s infront of it. Either way it will have the same effect. The //'s are just comment slashes, all that means is that the code in that line will be ignored. -------------------------------------------------------------------------------- Save and Upload. |
Current rating: 8.52 by 237 users
Please take one second and rate this article... |
Not a Chance | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Absolutely |
Please register or sign-in to post comments.