Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Disable viewing of profiles by public

Asked Modified Viewed 1,062 times
R
RCurtis
R
  • Junior Member, joined since
  • Contributed 11 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
asked
Junior Member

I've just come to the realization that Joe Public can click on any member's name and bring up his/her profile. Can this be disabled?
0 replies

1 post

W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Quote

RCurtis wrote:
I've just come to the realization that Joe Public can click on any member's name and bring up his/her profile. Can this be disabled?
Yes!

Open profile.php

and insert the bold blue line, it's around line 17!
+----------------------------------------------------*/
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
include LOCALE.LOCALESET."members-profile.php";
include LOCALE.LOCALESET."user_fields.php";
[b][color=blue]if (!iMEMBER) fallback("index.php");[/color][/b]
if (!isset($group_id)) {


Now guests cannot view the profiles of members.:D
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet