[RC] Auto Groups MOD 0.2.2

MOD Authors: Discuss and post updates on new MODs in development for phpBB3, Receive feedback and Feature requests for MODs in development.

To submit your MOD or style, go to the STG MOD Manager
Forum rules
go to the STG MOD Manager to post your MOD in development.
Discuss and receive feedback for any MOD in development for phpBB3.
Suggest features for MODs in development.

No Support or MOD Requests
-- exceptions for MODs only posted here as Beta or Alpha.
Support requests for a MOD should be requested in the respective MOD topic.

Re: [RC] Auto Groups MOD 0.2.2

Postby girish979 » 12 Feb 2008, 16:55

The file had included and i copied it as mentioned in MOD
phpBB Professional Skins

I will shift your Board from Old to New Server for very less cost - PM me
girish979    
Supporter
Supporter
 
Posts: 180
Joined: 31 Jan 2008, 19:48
Gender: Male
phpBB Knowledge: 4




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: [RC] Auto Groups MOD 0.2.2

Postby stitch626 » 12 Feb 2008, 20:24

There is a new update for this mod. The current version is 0.2.3. For some reason the download link hasn't been updated here. We will let the mod author know, but for now you can find the updated version on .com
http://www.phpbb.com/community/viewtopi ... 0&t=546907
User avatar
stitch626    
STG Moderator Leader
STG Moderator Leader
 
Posts: 3185
Joined: 08 Feb 2007, 20:47
Location: Michigan
Favorite Team: Detroit Red Wings
Gender: Male
phpBB Knowledge: 7

Re: [RC] Auto Groups MOD 0.2.2

Postby InternetMafia » 07 Aug 2008, 22:34

Anyone know if this mod works with 3.0.2?
Dangerous But Worth The Risk
InternetMafia
Cadet IV
Cadet IV
 
Posts: 47
Joined: 22 Jun 2008, 12:24
Location: New York
Gender: Male
phpBB Knowledge: 1

Re: [RC] Auto Groups MOD 0.2.2

Postby stitch626 » 14 Aug 2008, 20:40

Yes.
This mod has been accepted into the mods database at .com
http://www.phpbb.com/community/viewtopi ... 9&t=770205
User avatar
stitch626    
STG Moderator Leader
STG Moderator Leader
 
Posts: 3185
Joined: 08 Feb 2007, 20:47
Location: Michigan
Favorite Team: Detroit Red Wings
Gender: Male
phpBB Knowledge: 7

Re: [RC] Auto Groups MOD 0.2.2

Postby wads24 » 07 Jan 2011, 11:23

does anyone else have a version of this mod that works with phpBB version 3.0.8. The following is not found in the functions_users.php I really like this mod. does anyone know of another one that works?

Open: includes/functions_user.php
Find

Tip: This may be a partial find and not the whole line.
Code: Select all
      // Setting the log message before we set the group id (if group gets added)
      $log = ($group_id) ? 'LOG_GROUP_UPDATED' : 'LOG_GROUP_CREATED';


Add before

Tip: Add these lines on a new blank line before the preceding line(s) to find.
Code: Select all
      if (!function_exists('auto_group'))
      {
         global $phpEx;
         include($phpbb_root_path . 'includes/functions_autogroup.'.$phpEx);
      }
      $make_default = false;
      $auto_add_users = auto_groups_create($group_id, $group_attributes, $make_default);

      // now we have all the information to insert auto users into the table if required
      if (isset($auto_add_users) && sizeof($auto_add_users))
      {
         group_user_add($group_id, $auto_add_users, false, false, $make_default, 0, 0, false, 1);

         unset($auto_add_users);
      }
      // end auto groups mod
         
User avatar
wads24
Supporter
Supporter
 
Posts: 83
Joined: 04 Jul 2007, 00:55
Gender: Male

Re: [RC] Auto Groups MOD 0.2.2

Postby topdown » 08 Jan 2011, 02:07

wads24 wrote:does anyone else have a version of this mod that works with phpBB version 3.0.8. The following is not found in the functions_users.php I really like this mod. does anyone know of another one that works?


http://www.phpbb.com/customise/db/mod/a ... 35#p202535
The link above has users that say it does.

This is line 2519 -2520 on a fresh 3.0.8 functions_user.php
Code: Select all
        // Setting the log message before we set the group id (if group gets added)
        
$log = ($group_id) ? 'LOG_GROUP_UPDATED' 'LOG_GROUP_CREATED'
Do not PM me for Support unless I give permission in a post......PM's only help one, posts help everyone !
User avatar
topdown    
STG Styles Leader
STG Styles Leader
 
Posts: 3022
Joined: 01 Oct 2007, 22:56
Location: Handyman's harddrive
Favorite Team: STG Teams
Gender: Male
phpBB Knowledge: 9

Re: [RC] Auto Groups MOD 0.2.2

Postby wads24 » 15 Jan 2011, 13:21

When I went to the Moderator Control Panel, and then approved some posts in there. They got approved, but there was 2-3 that I wanted to disapprove. So, I went back to the control panel and clicked the ones I wanted to disapprove and I go this error.
Code: Select all
General Error
SQL ERROR [ mysqli ]

[0]

SQL

No values specified for SQL IN comparison

BACKTRACE

FILE: includes/db/dbal.php
LINE: 379
CALL: dbal->sql_error()

FILE: includes/functions_autogroup.php
LINE: 49
CALL: dbal->sql_in_set()

FILE: includes/functions_admin.php
LINE: 838
CALL: auto_group()

FILE: includes/mcp/mcp_queue.php
LINE: 868
CALL: delete_posts()

FILE: includes/mcp/mcp_queue.php
LINE: 65
CALL: disapprove_post()

FILE: includes/functions_module.php
LINE: 507
CALL: mcp_queue->main()

FILE: mcp.php
LINE: 244
CALL: p_master->load_active()

Please notify the one of the Board Administrators or Moderators for more information.
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group


Then after I got this error, I went back into the Moderator Control Panel. Then I tried to disapprove them, or even approve them, and I get this message on my screen: "You are not authorised to access this area."

Does anyone else get this error? I think it is due to the "Auto Groups" mod, but I am not sure, that is why I wanted to post this in this area to find out. Thanks in advance for the help!
User avatar
wads24
Supporter
Supporter
 
Posts: 83
Joined: 04 Jul 2007, 00:55
Gender: Male

Previous

Return to MODs in Development

Who is online

Users browsing this forum: No registered users and 23 guests

cron