1.How could i change the name of the home button,
2.and make it redirect to the arcade
3.Also, how could I delete the other arcade button after?
www.2.tonyperez.biz (http://www.2.tonyperez.biz/) is the site i wanna do it on. Need fast response.
1. Search for home in /Sources/Subs.php and change $txt['home'],. A better way is to change the text in /Themes/default/languages/index.english.php for $txt['home'] = 'Home';
2. In Subs.php, you can copy the code from one of the other buttons and create one for arcade.
3. You should be able to find the other arcade button code in Subs.php and delete it.
1. I am not using teh default theme. I changed it anyway - got no change.
2. Which code?
3. I am rubbish at finding codes. What is the code.
Nevermind, done it. Now, how could I delete the Arcade button?
Remove the Arcade (or similar) button array from the Subs.php file.
Thanks :)