2011-02-24, 10:31 AM
2011-02-24, 02:53 PM
You can make the portal your homepage:
Rename index.php to forums.php
Rename portal.php to index.php
Open index.php and find:
add_breadcrumb($lang->nav_portal, "portal.php");
and replace with:
add_breadcrumb($lang->nav_portal, "index.php");
Then find:
redirect("portal.php", $lang->redirect_loggedin);
and replace with:
redirect("index.php", $lang->redirect_loggedin);
This may help!
Rename index.php to forums.php
Rename portal.php to index.php
Open index.php and find:
add_breadcrumb($lang->nav_portal, "portal.php");
and replace with:
add_breadcrumb($lang->nav_portal, "index.php");
Then find:
redirect("portal.php", $lang->redirect_loggedin);
and replace with:
redirect("index.php", $lang->redirect_loggedin);
This may help!
2011-02-25, 12:40 AM
Can I use other php file to be the homepage? or from page manager ?