how can i Change the index name to Home istead of rcaz.net

Started by DEVO1, June 26, 2008, 10:22:49 PM

Previous topic - Next topic

DEVO1

Im trying to figure out how can i rename the sub directory thing

as i wanted would be

home / page1 / page2 /

istead of

rcaz.net / page1 / page2 /

So hope hear from you guys soon thanks!:)

Oldiesmann

Sources/Load.php

Find
Code (Lines 1470-1474) Select
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $context['forum_name']
));


Replace
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $txt['home']
));
Michael Eshom
Christian Metal Fans

BadBiz

Quote from: Oldiesmann on June 27, 2008, 02:22:46 PM
Sources/Load.php

Find
Code (Lines 1470-1474) Select
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $context['forum_name']
));


Replace
// Set the top level linktree up.
array_unshift($context['linktree'], array(
'url' => $scripturl,
'name' => $txt['home']
));

Hi there Oldiesmann and thank you for taking the time to explain this to us but unfortunately I cannot find the file mydomain/load I have been in the root on the server looking for this but it simply is not there. mine is the latest version of SMF and I really love it the only thing to niggle me is the Home Page comes up as mydomain/index this is after first going on the site and returning to the home page. I would like the Title to be BadBiz Forum - Home rather than index any suggestions would be a major help as I see this thread is quite old and its probably changed with new versions of the fantastic SMF

Thank you for your help in anticipation
Regards
Steve

kat

Look more closely... ;)

QuoteSources/Load.php

If you're not familiar with the term, what that means is that it's in the "Sources" directory.

It's also written as "Sources>load.php", sometimes, too.

Advertisement: