Jump to the post that solved this thread.
Solved: 8 Years, 3 Weeks ago Change Navbit Name
#1
Solved: 8 Years, 3 Weeks ago
I seen this thread:
https://community.mybb.com/post-867686.html


But what's posted in there doesn't seem to help me any at all. I'm trying to change just the name of the nav bit for Help Documents page.

Instead of it saying Help Documents I'd like it to say Guides.

Help is appreciated!

http://elspeth-rpg.com/
Reply
#2
Solved: 8 Years, 3 Weeks ago
You can modify header template for that (ACP> Templates and Styles> Template> Your Theme Templates> header Templates > header), pretty simple.
Change this to
				<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>

this
						<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">Guides</a></li>

Hope it helps
Regards
WallBB
- MyBB Heart
Reply
#3
Solved: 8 Years, 3 Weeks ago
Hey there, maybe I wasn't thorough with my explanation. I know how to change the name in the menu, everything will eventually be customized. I mean how to change the actual navigation bit name. See the attached file...

I know it's possible to do as I've seen some sites that have done it.


Attached Files Thumbnail(s)
   
Reply
#4
Solved: 8 Years, 3 Weeks ago
You can rename it in language file misc.lang.php (e.g.: ROOT/inc/language/english/)

line #8 (breadcrumb)
$l['nav_helpdocs'] = "Help Documents";

line #41(browser tab title)
$l['help_docs'] = "Help Documents";
Reply
#5
Solved: 8 Years, 3 Weeks ago
It worked! Thank you very much! Smile
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)