Total members 10262 | Gratitudes |It is currently Thu May 24, 2012 9:27 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Question
 Question subject: remove page title
PostPosted: Sun Nov 30, 2008 1:36 am 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2279
Location: Earth
Has thanked: 39 time
Have thanks: 61 time

Hey everyone . if you want to remove the part of title that is not related to topic title , for example L codemiles.com view topic ... topic title ..
here how to do this .


Open: viewtopic.php
Find:
Code:
<?php     
page_header
($user->lang['VIEW_TOPIC'] . ' - ' . $topic_data['topic_title']);
  


Replace with:
Code:
<?php
page_header
($topic_data['topic_title']);


Open: viewforum.php
Code:
<?php page_header($user->lang['VIEW_FORUM'] . ' - ' . $forum_data['forum_name']);


Replace with:
Code:
<?php
page_header
($forum_data['forum_name']);

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  

 Similar topics
 upload and download images in my jsp page.
 php Password protect a page
 How can i redirect to a one servlet from a two jsp page?
 Remove ordered list numbers
 keywords and description of HTML page using meta tag
 Set image size as a percentage of the page size
 Remove border of the linked image
 add image row in your web page
 draw a horizontal line in your html page
 change the direction of text in your page

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team