Topic: Using SSI (extern.php I guess?)
Hello,
I am trying to incorporate some functionality into my homepage that would check if the user has logged into the forum or not; if not it shows a login box and if so shows their user information (similar to how the forum works).
Do I have to use extern.php or is there a function I can use?
Thanks,
Chris
Edit: I guess this would work for checking if they are logged in?
define('FORUM_ROOT', './fluxbb/');
require FORUM_ROOT.'include/common.php';
$forum_user['is_guest']Last edited by crhayes (2008-11-05 01:52:02)