How to get rid of the word index on the front page?

Started by wynnyelle, September 01, 2010, 02:52:23 PM

Previous topic - Next topic

wynnyelle

It came back when I upgraded and I hate it I just want it to be called Warrior Cats RPG not Warrior Cats RPG Index. How do I get rid of Index?

I use 2.0 version 3.

Robert.

You mean you don't want the "- index" after your forum name?

xenovanis

/Themes/default/index.{language}.php, find


$txt['forum_index'] = '%1$s - Index';


replace with

$txt['forum_index'] = '%1$s';


If you have cache enabled on your forum make sure to empty it in Admin -> Maintenance -> Forum Maintenance after making changes.
"Insanity: doing the same thing over and over again and expecting different results."

sAce

Mod option - http://custom.simplemachines.org/mods/index.php?mod=2154

or edit index.english.php


Code (find) Select
$txt['forum_index'] = '%1$s - Index';

and remove "- Index"

wynnyelle

okay I edited it to remove Index exactly like you said in the index. english.php and it still says Index up there. I am pretty sure I missed something but not sure what.

kat

Do you mean where it appears at the top of your browser?

wynnyelle

Yes! The title of the forum. It still says Index at the end I want to get rid of that and just have it say Warrior Cats RPG again.

sAce

Are you using UTF8 ? then the file would be index.english-utf8.php

Advertisement: