AutoGroup with phpbb 2.01 doesen´t work

You'll automatically gain access to this forum when you will post your first post in another forum. That way it will demonstrate how the Auto Group MOD works.
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 !

AutoGroup with phpbb 2.01 doesen´t work

Postby Simpson on Fri 21. Jun, 2002 18:30

The Mod is really great idea, but in phpbb 2.01 the mod doesen´t work :(

If somebody have sucefully installed the MOD on phpbb 2.01, please post me, how to install.

Thank you, thats very, very much!
Simpson
Poster
Poster
 
Posts: 30
Joined: Thu 23. May, 2002 13:33

Re: AutoGroup with phpbb 2.01 doesen´t work

Postby chiron on Wed 26. Jun, 2002 21:35

Simpson wrote:The Mod is really great idea, but in phpbb 2.01 the mod doesen´t work :(

If somebody have sucefully installed the MOD on phpbb 2.01, please post me, how to install.

Thank you, thats very, very much!


Successfully installed & working on 2.0.1 :D

Code: Select all
#
#-----[ OPEN FILE ]------------------------------------------
#
phpBB2/admin/admin_mass_email.php

#
#-----[ FIND ]------------------------------------------
#
WHERE ug.group_id = $group_id
   AND ug.user_pending <> " . TRUE . " 
   AND u.user_id = ug.user_id

#
#-----[ REPLACE WITH ]------------------------------------------
#
WHERE ((ug.group_id = $group_id
   AND ug.user_pending <> " . TRUE . " 
   AND u.user_id = ug.user_id)
   OR (u.user_posts >= g.group_count
      AND g.group_id = $group_id
      AND u.user_id <> ". ANONYMOUS."))


As follows, change

Code: Select all
#
#-----[ OPEN FILE ]------------------------------------------
#
phpBB2/admin/admin_mass_email.php

#
#-----[ FIND ]------------------------------------------
#
WHERE ug.group_id = $group_id AND ug.user_pending <> " . TRUE . " AND u.user_id = ug.user_id

#
#-----[ REPLACE WITH ]------------------------------------------
#
WHERE ((ug.group_id = $group_id AND ug.user_pending <> " . TRUE . " AND u.user_id = ug.user_id) OR (u.user_posts >= g.group_count AND g.group_id = $group_id AND u.user_id <> ". ANONYMOUS."))


Attempt to look at 1 line.
Is this hopeless?
chiron
Special supporter
 
Posts: 8
Joined: Wed 05. Jun, 2002 08:09
Location: JAPAN

Postby Simpson on Wed 26. Jun, 2002 23:39

Really??? Thats all???

Thank you ;) I test it out tommorow!
Simpson
Poster
Poster
 
Posts: 30
Joined: Thu 23. May, 2002 13:33

Postby Simpson on Thu 27. Jun, 2002 00:17

I ve checked out :( there are allready big problems...

- A new User don´t join automaticly a Autogroup
- If i add a User to a Autogroup the username shows up 9x in Group (only in Adminpanel - in Groupinformation all is ok)

The Autogroup Mod Code is not ok in File adim_groups.php too: i can´t find codes, so i must adjust the searchcodes...

...find "group_moderator" => "",
in find group_moderator and...

..."GROUP_MODERATOR" => $group_moderator
in find GROUP_MODERATOR...

... etc but i replaced with the original text in Mod File.

:cry:
Simpson
Poster
Poster
 
Posts: 30
Joined: Thu 23. May, 2002 13:33

Postby Simpson on Tue 02. Jul, 2002 15:45

Nobody can help me???
Simpson
Poster
Poster
 
Posts: 30
Joined: Thu 23. May, 2002 13:33

Postby Simpson on Thu 11. Jul, 2002 17:27

still need help

can´t install autogroup under phpbb 2.2
Simpson
Poster
Poster
 
Posts: 30
Joined: Thu 23. May, 2002 13:33

Postby Niels on Mon 26. Aug, 2002 10:44

The current how-to will be completly re-written for phpBB2 version 2.0.2, do not install the current version, unless it is vital
you will have to completly uninstall it later in order to "upgrade"
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46


Return to Auto group [2.0.8/EM]

Who is online

Users browsing this forum: No registered users and 0 guests

cron