I want to configure my site so that you must be logged in in order to view browse.php. Does anyone know of a way to do this?
I want to configure my site so that you must be logged in in order to view browse.php. Does anyone know of a way to do this?
|
open browse.php and place this under the last require require_once( BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$tmpl}/scripts/BxTemplBrowse.php" ); $logged['member'] = member_auth( 0 ); https://dolphin-techs.com - Skype: Dolphin Techs |
That did it!
thanks. |
your welcome
https://dolphin-techs.com - Skype: Dolphin Techs |