Auto Group 1.22 EM

Find the latest Versions of Niels Mods here in this Forum [Updated September 2008]

Auto Group 1.22 EM

Postby Root on Tue 16. Sep, 2008 22:51

Code: Select all
##############################################################
## MOD Title:          Auto group
## MOD Author:         Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description:    This mod will make it posible to add member
##                     to a user group, depending on there post count
## MOD Version:        1.2.2
## Compatibility:      2.0.5->2.0.6
##
## Installation Level: Intermediate
## Installation Time:  10 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit:      8
##      groupcp.php
##      modcp.php
##      admin/admin_groups.php
##      include/functions_post.php
##      include/usercp_register.php
##      language/lang_english/lang_admin.php
##      language/lang_english/lang_main.php
##      templates/subSilver/admin/group_edit_body.tpl
##
## Included Files:     2
##      auto_group_db_update.php
##      tool/sync_postcount.php
##
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## 1. Full MOD description
## -----------
## This mod will make it posible to add member to a user group,
## depending on there post count. This makes it posible to make a
## group "Everyone" (0 posts) where all members are members by default
## or a group like "Posters" (1 posts) where all users witch have
## posted are a member.
## Now also support MAX post count, so the users will be removed
## if they have more posts than required
##
## 2. EasyMOD
## -----------
## This MOD is compatible and can be installed by EasyMOD
## of Nuttzy (but is not officially EasyMOD Compliant)!
## http://area51.phpbb.com/phpBB22/viewforum.php?sid=&f=15
##
## However, on alpha releases of EM and meanwhile beta or
## final release some actions are NOT performed.
## You'll have to do them manually !
##
## 2.1 SQL commands are not performed
## -----------
## This MOD need a database update.
## Then, in any case if you install this MOD manually or using
## an alpha release of EM, please copying the *_db_update.php
## in your phpBB root directory, run it with your navigator,
## and then delete it from the phpBB root directory.
##
## Please, do it NOW! Before editing phpBB files by EM or manually!!!
## Otherwise, you may have an error message during your next
## connection.
##
## 2.2 Translation are not managed
## -----------
## Moreover, EM can not already manage actions for any other
## language than English (but language intructions are proceed
## to all installed languages in order to prevent errors).
## So the translations provided with this MOD must be installed
## manually if you need them.
##
## 3. Official last version link
## -----------
## Meanwhile the phpBB group validation and as the MOD is not yet
## in the phpBB MOD database, check this official link for updates...
## http://mods.db9.dk/viewtopic.php?t=115
##
## 4. Installation notes
## -----------
## I have included the optional sync_postcount.php, witch will
## syncronise the users post count. This is only nessesary to
## run this, if you think your users post count are not rigth.
##
##############################################################
## MOD History:
##
##   2003-12-06 - Version 1.2.2
##      - phpBB template & EasyMOD compliance enhancement
##
##   2003-10-04 - Version 1.2.1.
##        - changed some of the syntax used in the how-to
##
##   2003-08-24 - Version 1.2.0
##      - EM ready for 2.0.6
##
##   ????-??-?? - Version 1.1.9
##      - corrected admin_groups.php, a spell error prevented
##        the user list to show, when add/update users
##
##   ????-??-?? - Version 1.1.8
##      - corrected admin_groups.php, a missing language variable added
##
##   ????-??-?? - Version 1.1.7
##      - corrected a typo in the how-to related to groupcp.php,
##        witch caused a SQL error
##
##   ????-??-?? - Version 1.1.6
##      - bugs in version 1.1.3 corrected (functions_post.php
##        and modcp.php)
##
##   ????-??-?? - Version 1.1.5
##      - changed groupcp.php to prevent SQL error
##
##   ????-??-?? - Version 1.1.4
##      - corrected a bug in modcp.php, witch caused a SQL error
##
##   ????-??-?? - Version 1.1.3
##      - now support maximum number of posts
##
##   ????-??-?? - Version 1.1.2
##      - corrected groupcp.php, to allow re-join of a hidden group
##
##   ????-??-?? - Version 1.1.1
##      - missed some changes into the lang_main.php
##
##   ????-??-?? - Version 1.1.0
##      - if a user have unsubscribed from a autogroup, they are now
##        allowed to re-join "closer/hidden groups" later
##
##   ????-??-?? - Version 1.0.5
##      - typo in the how-to, regarding modcp.php
##
##   ????-??-?? - Version 1.0.4
##      - not include change into modcp.php
##
##   ????-??-?? - Version 1.0.3
##      - the how-to for admin_groups.php was corrected
##
##   ????-??-?? - Version 1.0.2
##      - fixed that guest users was added to autogroups, upon posting
##
##   ????-??-?? - Version 1.0.1
##      - corrected the placement of the code in usercp_register.php
##
##   ????-??-?? - Version 1.0.0
##      - now considerd as final
##
##   ????-??-?? - Version 0.10.2
##      - users are added to "0" groups when register even if "Users
##        automatic added when posting" are disabled
##
##   ????-??-?? - Version 0.10.1
##      - minor change to the language file
##
##   ????-??-?? - Version 0.10.0
##      - re-written code, now users are true members of user groups,
##        code consider as BETA
##
##   ????-??-?? - Version 0.9.9
##      - minor changes to lang_admin.php
##
##   ????-??-?? - Version 0.9.8
##      - now posible to mass email a auto group
##
##   ????-??-?? - Version 0.9.7
##      - now display the groups members when changing the groups permissions
##
##   ????-??-?? - Version 0.9.6
##      - improved the SQL in auth.php
##
##   ????-??-?? - Version 0.9.5
##      - I had put a "update" find in the script instead of a original code
##
##   ????-??-?? - Version 0.9.4
##      - Important security update, in auth.php
##
##   ????-??-?? - Version 0.9.3
##      - changed the explanation text in group permissions, admin panel
##
##   ????-??-?? - Version 0.9.2
##      - Fixed some typos in the how-to, regarding admin_ug_auth.php,
##        and corrected where groupcp.php are located
##
##   ????-??-?? - Version 0.9.1
##      - cosmetic change, "post group" are now "Auto group"
##
##   ????-??-?? - Version 0.9.0
##      - initial BETA release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
Attachments
auto_group_1.2.2em.zip
Auto Group 1.22 EM
(9.06 KiB) Downloaded 135 times
Root
Poster
Poster
 
Posts: 8
Joined: Wed 28. May, 2003 13:06

Return to Latest Niels Mods Downlads

Who is online

Users browsing this forum: No registered users and 0 guests

cron