PDA

View Full Version : problem with title tag i want to remove site name from there !


b4uindia
03-17-2007, 02:16 PM
What i did in header.tpl is as follows:

<title>{$title} Websites, {$title} Web Directory, Indian {$title} Resources, {$title} Related Information</title>

Now for category "Business" it comes like this:

"Business&nbsp;«&nbsp;Indian Directory Websites, Business&nbsp;«&nbsp;Indian Directory Web Directory, Indian Business&nbsp;«&nbsp;Indian Directory Resources, Business&nbsp;«&nbsp;Indian Directory Related Information"

Now i want to remove my sitename from there which is : "Indian Directory" and the << tag which is "«" in html view


please help me how to change the things !!!!!!

Sergey Ten
03-17-2007, 05:05 PM
Hello b4uindia

Please post URL your site.

b4uindia
03-19-2007, 06:22 AM
http://www.b4uindia.com/dir/arts-and-cultures/

Sergey Ten
03-19-2007, 07:41 AM
Hello b4uindia,

Please following a directives:

[ Open your index.php ]
[ Find code ]


// $title is title for current page
$gDirSmarty->assign_by_ref('title', $title);


[ Before add code ]


$title = str_replace("«", "", $title);
$title = str_replace("&nbsp;", " ", $title);


[ Save change ]

b4uindia
03-19-2007, 08:19 AM
http://www.b4uindia.com/dir/arts-and-cultures/

nothing changed i added it to there

Sergey Ten
03-19-2007, 08:30 AM
Hello b4uindia,

Can you send me your FTP details via PM?

b4uindia
03-19-2007, 08:42 AM
pm sent sir/Madem!

b4uindia
03-19-2007, 08:44 AM
if u can i have another problem in the same site... forgottern its admin password :( please retreive also that as i looked in mysql found that there is password but encrypted :(

with best regards!

anand

Sergey Ten
03-19-2007, 09:17 AM
Hello anand,

I have fixed your problem. Also I have added new admin to database. Please check that and post a result.