Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
HOW DO I ALLOW GUESTS TO VIEW USER PROFILES (1 viewing) (1) Guest
Go to bottom Favoured: 1
TOPIC: HOW DO I ALLOW GUESTS TO VIEW USER PROFILES
#55334
HOW DO I ALLOW GUESTS TO VIEW USER PROFILES 4 Months ago  
Can someone please show me how to let guests, unregistered visitors to view user profiles?
forethought (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#55400
Re:HOW DO I ALLOW GUESTS TO VIEW USER PROFILES 4 Months ago  
I changed line 31 of fpprofile.php to this :::::




else {
require_once(JB_ABSSOURCESPATH . 'fb_statsbar.php';
$task = mosGetParam($_GET, 'task', "";

switch ($task)
{
case "showprf":
$userid = mosGetParam($_GET, 'userid', null);

$page = 0;
showprf((int)$userid, $page);
break;
}
// echo '<h3>' . _COM_A_REGISTERED_ONLY . '</h3>';
}

forethought (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
Go to top