Im assuming this would be quite simple but need to confirm please. I wish to change the Menu tab name from "Home" to "News".
How to add a Home button or a new tab? (http://docs.tinyportal.co.uk/index.php?topic=30)
Also
Please read the Posting Guidelines (http://www.tinyportal.net/index.php?topic=581)
Link to my site: https://aadaa.asn.au
SMF version: 1.1.10
TP version: v1.0 beta 4
Theme name and version: default
Browser Name and Version: firefox 3.5.3
Mods installed: TP, Gallery
It still has me confused, I made changes under // Show the [home] button. which made no difference at all.
Can you post the code of the button?
He is using the default core theme, the name needs to be changed in the language files.
Find Home in your index.english.php file in your language directory and change Home to what ever name you like
That simple, thank you very much, fixed.
It's easy when we have the correct info as themes menues are diffrent most of the times :)
Well figured G6 :up:
Quote from: freddy888 on November 10, 2009, 12:34:14 PM
Well figured G6 :up:
lol. There's really only 2 ways of doing it any way ::)
LOL, okay I will make that a half thumbs up then :P
:D
Quote from: Zetan on November 10, 2009, 12:38:39 PM
Quote from: freddy888 on November 10, 2009, 12:34:14 PM
Well figured G6 :up:
lol. There's really only 2 ways of doing it any way ::)
Actually, there are MORE then 2 ways ;)
1. index.english.php Default way to name a tab
2. Add the button name directly in the buttoncode in the index.template.php
3. name the button in a css style array
4. Name the button in a javascript dropdown menu
5. make your own name for a button in one language file with eather a number or name.
Im sure i forgot some more ;)
Change, dear. Not complicate :P
Good points though.