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?

Member list

Asked Modified Viewed 1,224 times
S
Samuel MS
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
asked
Member

Can anyone tell me how to make member list that can be viewed only by administrators. Thanks in advance.
0 replies

4 posts

J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

here is the standard page:
http://www.php-fusion.co.uk/members.php
put page content here in this:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if (iAdmin) {
// content members.php
}[/syntaxhighlighter]
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Hi,

In members.php at line 25 look for...

if (iMEMBER) {


Change it to...

if (iADMIN) {


Save, upload, overwrite, done.
Edited by Craig on 03-07-2011 15:49,
0 replies
S
Samuel MS
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

Thanks craig.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Your welcome!
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
J
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
S
S
I'm not good at English.
  • Member, joined since
  • Contributed 70 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet