MyBB Community Forums
Remove Hello There, Guest! - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: Remove Hello There, Guest! (/thread-158607.html)



Remove Hello There, Guest! - Erik24 - 2014-09-03

How can I edit the Hello There, Guest! from top section by log in buttons?


RE: Remove Hello There, Guest! - Destroy666 - 2014-09-03

Edit the header_welcomeblock_guest template. You can remove {$lang->welcome_guest} from it.


RE: Remove Hello There, Guest! - Erik24 - 2014-09-03

(2014-09-03, 09:40 PM)Destroy666 Wrote: Edit the header_welcomeblock_guest template. You can remove {$lang->welcome_guest} from it.

Can I also just add my own text to replace it?


RE: Remove Hello There, Guest! - Destroy666 - 2014-09-03

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!";