Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Using Coppermine and hiding phpBB member list  (Read 2354 times)

0 Members and 1 Guest are viewing this topic.

Yucca

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
    • http://southwestwoodcrafts.com
Using Coppermine and hiding phpBB member list
« on: February 13, 2004, 07:58:52 am »

Is there a way to block the phpBB members list from non-registered users and still have CM work? I was given the following change for the BB, which hides the member list but CM then doesn't work:#
#-----[ OPEN ]------------------------------------------
#
memberlist.php

#
#-----[ FIND ]------------------------------------------
#
//
// End session management
//

#
#-----[ AFTER, ADD ]------------------------------------------
#
if ($userdata['user_level'] != ADMIN)
{
   message_die(GENERAL_MESSAGE, $lang['Not_admin']);
}

#
#-----[ SAVE/CLOSE ALL FILES
Logged
LAter,
Yucca

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Using Coppermine and hiding phpBB member list
« Reply #1 on: February 13, 2004, 09:32:12 am »

sure, just remove the memberlist link from your phpbb menu completely and/or modify the code of the memberlist page within phpbb. This is not related to coppermine at all, search the phpbb forum for an answer (there's even an easy mod afaik).

GauGau
Logged

Yucca

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
    • http://southwestwoodcrafts.com
Using Coppermine and hiding phpBB member list
« Reply #2 on: February 13, 2004, 02:36:36 pm »

Thanks.....will do
Logged
LAter,
Yucca
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 18 queries.