2014-09-03, 08:48 PM
How can I edit the Hello There, Guest! from top section by log in buttons?
Remove Hello There, Guest!
|
2014-09-03, 08:48 PM
How can I edit the Hello There, Guest! from top section by log in buttons?
2014-09-03, 09:40 PM
Edit the header_welcomeblock_guest template. You can remove {$lang->welcome_guest} from it.
2014-09-03, 09:43 PM
2014-09-03, 09:48 PM
Yes. Either add it to the mentioned template or edit the language string:
inc/languages/[your_lang]/global.lang.php -> $l['welcome_guest'] = "Hello There, Guest!"; |
« Next Oldest | Next Newest »
|