- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 48 guest(s) and 1 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - I need help to remove the name of the page please. Anybody? [ ]
Author
Message
arghhhh
Nuke Soldier
Joined: Oct 24, 2003
Posts: 13
Posted:
Fri Oct 24, 2003 4:55 am
Hi guys my site is here http://www.phonefun4u.com/modules.php?name=Forums
As you see at the top it says Phonefun4u.com! : Forums
I REALLY REALLY want to remove this as its not needed.
Ive been searching for hours and cannot find this Bleeping file!
I really do need your help before I go insane.
Thanks in advance for any help
Regards
Paul
Last edited by arghhhh on Fri Oct 24, 2003 5:56 am; edited 1 time in total
arghhhh
Nuke Soldier
Joined: Oct 24, 2003
Posts: 13
Posted:
Fri Oct 24, 2003 4:57 am
p.s
If you look at the blocks to the left the current style sheet of the forum has changed the side blocks too.
How do i stop this?
If you look at the home page its fine, just the forum style sheet is seeming to mess the side blocks up.
Thanks again
DeVision
Sergeant
Joined: Jun 03, 2003
Posts: 88
Posted:
Fri Oct 24, 2003 2:24 pm
how to hide forum title?
in page_header.php,
located in: /includes/page_header.php
look for this code:
Code:
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
define('HEADER_INC', TRUE);
global $name, $sitename, $is_inline_review;
$sql = "SELECT custom_title from ".$prefix."_modules where name='$name'";
$result = $db->sql_query($sql);
$row = $db->sql_fetchrow($result);
if ($row[custom_name] == "") {
$mod_name = ereg_replace("_", " ", $name);
} else {
$mod_name = $row[custom_name];
}
if (!$is_inline_review & $mod_name != "Private Messages") {
// title("$sitename: $mod_name"); => comment this line out
that's all.
works like a charm.
_________________ Knowledge is power... use it wisely.
arghhhh
Nuke Soldier
Joined: Oct 24, 2003
Posts: 13
Posted:
Fri Oct 24, 2003 3:43 pm
Thanks buddy, Raven helped me out.
But you are exactly right
Thanks for taking the time to reply
Hopefully it will also help others who are stuck on the same problem.
Paul
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum