Sorry wasn't sure where to put this post but anyone using 4.1 version you should check profile.php
Find
Below inline FindPHP Code:// member not available
// member not available
$p_arr = db_arr( "SELECT * FROM `Profiles` WHERE `ID` = $ID" );
Change toPHP Code:|| $p_arr['Status'] = 'Active'
This makes it so when profiles are not in active mode then they will not be visible....Thanks Dolphin AED Guys nice jobPHP Code:|| $p_arr['Status'] == 'Active'
![]()


LinkBack URL
About LinkBacks




Reply With Quote
Bookmarks