Password protect a page

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?

 

Quote · 12 Jul 2011

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
Quote · 12 Jul 2011

That did it!

 

thanks.

Quote · 12 Jul 2011

your welcome

 

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 12 Jul 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.