MyBB Community Forums

Full Version: Which Template or CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
where do I edit this
[Image: Screenshot.png]
I would like to replace the text "/Portal" with "/Home" or perhaps remove it completely
change the links (User CP - ModCp etc) also I would like the portal to display different links to index is this possible ?

Regards Jim
You can rename the portal.php via ftp to what ever u want.
Say home.php

So next is go to header templates>header template and just u can edit the link
<ahref="xxxxx/portal.php"
To what name u edited,for example
<ahref="xxxxx/home.php">

Or the next question

Go to header templates>header_welcomeblock_member template and
Find :
<ahref="xxxxxx/usercp.php>
{lang file}
Edit language file what ever is present there.
I am posting from mobile so cabt give u tge code but it is easy to find Smile
If you need to rename portal link completely, follow envira's method. If you just need to change the name, follow this.

Edit inc/languages/english/portal.lang.php

Find:
Quote:$l['nav_portal'] = "Portal";

Replace it with:
Quote:$l['nav_portal'] = "Home";