What am i doing wrong???

This add-on will allow you to give "moderators" access to manage users, and theire permissions, admin accounts are protected

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

What am i doing wrong???

Postby wolfes1126 on Tue 18. Jan, 2005 20:00

Hi,

I have installed this Mod on my Site at www.pogo-ville.com

I would say i have good experience in installing MOds as my Site has about 65 of them installed at this time.

Everything is fine, the Link is there for the Moderators, and they can go into the MOD CP too.

The Problem is as follows:

I set Permissions for my Mods to access all Modules within the MOD CP.

However when they try to get into a Module it tells them that it is not active.

Then when i go back to my ADMIN CP to configure the MOD CP it will show me that all the Modules are disabled again :?: :?:

I did not do anything with MySQL.
I did not use EasyMod.
I did a new Install, not a Update.
My SQL Version is 4.0.22-standard

However i read something about SQL and Tables in the Install Text File.

What do i need to do ??

I have phpadmin within my Admin CP, but the Install File doesnt tell the complete String i would have to enter into it.

Please Help, so my Mods can do theyre Job a little better and easier then before.

Thank YOu:
Wolfes

P.S> i read pretty much all in this Section but couldnt find an Answer i could understand
wolfes1126
Poster
Poster
 
Posts: 4
Joined: Tue 18. Jan, 2005 19:48

Re: What am i doing wrong???

Postby kooky on Wed 19. Jan, 2005 03:27

wolfes1126 wrote:P.S> i read pretty much all in this Section but couldnt find an Answer i could understand
you didn't find anything, because it's a new feature added in version 1.0.7

You need to run SQL queries via your phpMyAdmin, click on SQL and in the white dialog box copy this:
Code: Select all
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('enable_module_disallow', '1');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('enable_module_mass_email', '1');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('enable_module_ranks', '1');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('enable_module_smilies', '1');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('enable_module_user_ban', '1');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('enable_module_users', '1');
INSERT INTO `phpbb_config` (config_name, config_value) VALUES ('enable_module_words', '1');

Now it will work and save your setting :wink:
kooky
brilliant supporter
 
Posts: 1329
Joined: Tue 31. Dec, 2002 17:52
Location: Au pays des rêves

Postby wolfes1126 on Wed 19. Jan, 2005 03:56

Thank you so much.

I didnt know what to do with that as it said something of EASYMOD, which i dont use, and i didnt just do it the Way you have posted above, as i didnt want to mess up my database in any way.

Working perfectly now.

Great MOD.

Thanks again, and keep up the great work.

wolfes
wolfes1126
Poster
Poster
 
Posts: 4
Joined: Tue 18. Jan, 2005 19:48


Return to Moderator CP [2.0.17/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron