2011-05-22, 03:47 PM
2011-05-22, 04:42 PM
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:
4. Replace it with:
5. Find:
6. Replace it with:
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);