Thanks DragonBlade,
That kind of helped. I'm not sure I'm making much progress though.
Here's another question that I'm not sure where to look. Where in the PHP is the conditional tag for $show['members'] being set? $show['members'] is being referenced in the header template file to show a menu for those users that are logged in.
I've found where it is unset/ or set to false when a user logs out in the 'start logout' section of login.php. Then where is it first declared 'true'?
Thanks,
Brent
--------------- Added [DATE]1276635516[/DATE] at [TIME]1276635516[/TIME] ---------------
Well I just found the switch for $show['member']. It is in the include/class_bootstraps.php class.
|