[20/01/07] Admin Userlist

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in here. No new MODs will be accepted into the MOD Database for phpBB2
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.

Rating:

Excellent!
398
72%
Very Good
98
18%
Good
38
7%
Fair
11
2%
Poor
11
2%
 
Total votes: 556

fisher318
Registered User
Posts: 9
Joined: Wed Feb 06, 2008 8:31 pm

Re: [20/01/07] Admin Userlist

Post by fisher318 »

Thank you for helping me, however, let me explain further, or I'm just not understanding. The only line I found is this:

$lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for PHP which your PHP configuration doesn\'t appear to support!';

//
// Version Check
//

----------------------- But the install instructions state as follows:----------------------------

#-----[ FIND ]------------------------------------------
#
# Full Line:
# $lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for PHP which your PHP configuration doesn\'t appear to support!';
#
$lang['Install_No_PCRE'] = [THIS IS WHAT IS CONFUSING ME. THIS EXTRA PART IS NOT IN MY CODE I'M LOOKING AT]

-----------------------------------------------------

So Do I add the AFTER after just this "$lang['Install_No_PCRE'] =" or do I add it after "$lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for PHP which your PHP configuration doesn\'t appear to support!';"
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53400
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: [20/01/07] Admin Userlist

Post by Brf »

This part:
# Full Line:
# $lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for PHP which your PHP configuration doesn\'t appear to support!';
Is a comment put in by the mod author. It is not the find command.
It should just say this:
#-----[ FIND ]------------------------------------------
#
$lang['Install_No_PCRE'] =
fisher318
Registered User
Posts: 9
Joined: Wed Feb 06, 2008 8:31 pm

Re: [20/01/07] Admin Userlist

Post by fisher318 »

Thank you for your help, sothen is this correct:

$lang['Install_No_PCRE'] = 'phpBB2 Requires the Perl-Compatible Regular Expressions Module for PHP which your PHP configuration doesn\'t appear to support!';

//
// Admin Userlist Start
//
$lang['Userlist'] = 'User list';
$lang['Userlist_description'] = 'View a complete list of your users and perform various actions on them';

$lang['Add_group'] = 'Add to a Group';
$lang['Add_group_explain'] = 'Select which group to add the selected users to';

$lang['Open_close'] = 'Open/Close';
$lang['Active'] = 'Active';
$lang['Group'] = 'Group(s)';
$lang['Rank'] = 'Rank';
$lang['Last_activity'] = 'Last Activity';
$lang['Never'] = 'Never';
$lang['User_manage'] = 'Manage';
$lang['Find_all_posts'] = 'Find All Posts';

$lang['Select_one'] = 'Select One';
$lang['Ban'] = 'Ban';
$lang['Is_Banned'] = 'Banned!';
$lang['UnBan'] = 'Un-Ban';
$lang['Activate_deactivate'] = 'Activate/De-activate';
$lang['Select_All'] = 'Select All';
$lang['Deselect_All'] = 'Deselect All';

$lang['User_id'] = 'User id';
$lang['User_level'] = 'User Level';
$lang['Ascending'] = 'Ascending';
$lang['Descending'] = 'Descending';
$lang['Show'] = 'Show';
$lang['All'] = 'All';

$lang['Member'] = 'Member';
$lang['Pending'] = 'Pending';

$lang['Confirm_user_ban'] = 'Are you sure you want to ban the selected user(s)?';
$lang['Confirm_user_un_ban'] = 'Are you sure you want to unban the selected user(s)?';
$lang['Confirm_user_deleted'] = 'Are you sure you want to delete the selected user(s)?';

$lang['User_status_updated'] = 'User(s) status updated successfully!';
$lang['User_banned_successfully'] = 'User(s) banned successfully!';
$lang['User_un_banned_successfully'] = 'User(s) unbanned successfully!';
$lang['User_deleted_successfully'] = 'User(s) deleted successfully!';
$lang['User_add_group_successfully'] = 'User(s) added to group successfully!';

$lang['Click_return_userlist'] = 'Click %shere%s to return to the User List';
//
// Admin Userlist End
//
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53400
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: [20/01/07] Admin Userlist

Post by Brf »

yes
fisher318
Registered User
Posts: 9
Joined: Wed Feb 06, 2008 8:31 pm

Re: [20/01/07] Admin Userlist

Post by fisher318 »

Cool, thanks a ton!
fisher318
Registered User
Posts: 9
Joined: Wed Feb 06, 2008 8:31 pm

Re: [20/01/07] Admin Userlist

Post by fisher318 »

Ok, sorry, one more question. How am I supposed to open the following file?:

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.cfg
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53400
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: [20/01/07] Admin Userlist

Post by Brf »

The same way you open all the rest of the files.... with Notepad.
fisher318
Registered User
Posts: 9
Joined: Wed Feb 06, 2008 8:31 pm

Re: [20/01/07] Admin Userlist

Post by fisher318 »

LOL ok, sorry, was using Dreamweaver. . .
User avatar
Angelaaa
Registered User
Posts: 554
Joined: Thu Apr 22, 2004 8:18 pm

Re: [20/01/07] Admin Userlist

Post by Angelaaa »

Is there a new version of this particular mod?

If there is I am unable to find it.

Can somebody please help me because some of the features that used to be available before I upgraded to the latest version of phpbb are no longer there.

For example: I am unable to delete members via the admin panel. I am also unable to activate a member through their own personal settings.

Help?

Thanks!

Angela :D
Trying to be the kind of woman that when my feet hit the floor each morning the Devil says, "Oh crap she's up!"
User avatar
Angelaaa
Registered User
Posts: 554
Joined: Thu Apr 22, 2004 8:18 pm

Re: [20/01/07] Admin Userlist

Post by Angelaaa »

Angelaaa wrote:Is there a new version of this particular mod?


No, there isn't a newer version than the one I have. I checked and double checked that one. So I think all is well with this particular mod and the latest version of phpbb.

Just wanted to make sure I follow up on my post so that others will see what the status of it is..
Can somebody please help me because some of the features that used to be available before I upgraded to the latest version of phpbb are no longer there.


Never mind, I figured that out.
For example: I am unable to delete members via the admin panel. I am also unable to activate a member through their own personal settings.


Ok, now I am able to delete members through the mod interface via the admin panel.

For some reason I am not able to activate new members but that's ok, I posted about this in the support forum.

Thanks you guys,

Angela :mrgreen:
Trying to be the kind of woman that when my feet hit the floor each morning the Devil says, "Oh crap she's up!"
macflurry
Registered User
Posts: 18
Joined: Sat Jun 30, 2007 6:49 pm

Re: [20/01/07] Admin Userlist

Post by macflurry »

Hi, sorry if this has been answered but it's taken me an hour to het 13 pages into the 140 odd and I can seem to just search the thread what I need as it just searches the whole site.

I've installed the mod on a phpbb 2.0.22 forum and there is no sign of the mod in the acp.

All files are uploaded for both Subsilver and Extreme dark red.
All text is in the right place.

But I am using collapsable ACP navigation bars and I do have EzPortal.

Although I've never had compatibility issues with the collapsible menus it mentions compatibility issues with EzPortal and I wondered what they were??

I've looked at one of the pic's poetedin the last couple of pages showing where to find the mod and it deffinitely isn't there.

Any help is appreciated.
macflurry
Registered User
Posts: 18
Joined: Sat Jun 30, 2007 6:49 pm

Re: [20/01/07] Admin Userlist

Post by macflurry »

Anyone?? :?
User avatar
milkboy31
Registered User
Posts: 422
Joined: Tue Aug 09, 2005 2:44 pm

Re: [20/01/07] Admin Userlist

Post by milkboy31 »

Sorry mac... no clue.

Even if the lang changes weren't done, you'd still see it as an option in the ACP if you have uploaded the admin_userlist.php file to the right directory. Double-Check your locations... it should be in the site\admin\ folder. If it IS there and it still isn't showing up, it has to be a problem with your site (likely with the collapsable ACP bars or the EZ Portal mods you mentioned). I have no experience with either of those so you'll have to ask at their threads or forums for help.
User avatar
Ricky_Racer
Registered User
Posts: 609
Joined: Wed Feb 12, 2003 10:02 pm

Re: [20/01/07] Admin Userlist

Post by Ricky_Racer »

I decided against giving you access to my Admin Panel, and didn't feel that phpbb.com would appreciate me posting 15 screenshots, so I put together this page.
The forum that I use that ACP for is on my developemental server is here, and as I had previously stated, I have not noticed any errors or conflicts with Admin Userlist, ezPortal, ezPortal Admin, the DHTML Collaspable ACP Nav Menu, as you can see from the screenshots, it is not a "Vanilla" phpBB 2 Admin Panel. ;)
diabolic.bg
Registered User
Posts: 447
Joined: Mon Dec 11, 2006 3:41 pm
Location: Bulgaria, Sofia
Contact:

Re: [20/01/07] Admin Userlist

Post by diabolic.bg »

Have you eXtreme Styles MOD? DHTML Collaspable ACP Nav Menu have problems with it. Maybe here is the source of the problem. In my board Admin Userlist works many time without problems but I uninstalled DHTML Collaspable ACP Nav Menu.
Post Reply

Return to “[2.0.x] MOD Database Releases”