MyBB Community Forums

Full Version: Change Portal.php to Blog.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
How can i change name portal.php to blog.php?
1. Rename the portal.php file to blog.php in your file manager (or by using a program like FileZilla)

2. Open your new blog.php file (which was previously portal.php).

3. Find:

add_breadcrumb($lang->nav_portal, "portal.php");

4. Replace it with:

add_breadcrumb($lang->nav_portal, "blog.php");

5. Find:

redirect("portal.php", $lang->redirect_loggedin);

6. Replace it with:

redirect("blog.php", $lang->redirect_loggedin);