Auto Groups

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

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
jesusm
Registered User
Posts: 20
Joined: Tue Feb 19, 2008 3:57 pm

Re: Auto Groups

Post by jesusm »

A_Jelly_Doughnut wrote:By "that line", I meant line 2331 of functions_user.php. :)
Yor were right! just at that line a comma had dissapeared :oops: (but I had checked it several times!! :?: )

Thanks a lot
ixtli
Registered User
Posts: 6
Joined: Tue Dec 04, 2007 4:38 am

Re: Auto Groups

Post by ixtli »

Hey i just installed the mod, but its not coming up in the Manage Groups module. I inserted the INCLUDE as follows:

Code: Select all

...
	</fieldset>
	<!-- INCLUDE auto_groups.html -->
	<fieldset>
		<legend>{L_GROUP_AVATAR}</legend>
	<dl>
...
And yet, it's not displaying the pannel before Group avatar. Please advise.

Thanks :)
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Re: Auto Groups

Post by A_Jelly_Doughnut »

The panel will only appear if the group is not "special" -- that is, if it is a group you created :)
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
ixtli
Registered User
Posts: 6
Joined: Tue Dec 04, 2007 4:38 am

Re: Auto Groups

Post by ixtli »

It doesn't come up even when i create a new group :(
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: Auto Groups

Post by david63 »

Have you purged the cache?
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
ixtli
Registered User
Posts: 6
Joined: Tue Dec 04, 2007 4:38 am

Re: Auto Groups

Post by ixtli »

david63 wrote:Have you purged the cache?
Bingo. Thanks a lot.

Is this standard procedure? If not, it should porbably be noted in the install docs.
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Re: Auto Groups

Post by A_Jelly_Doughnut »

Yes, MOD MODs will require that you purge the cache afterwards.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Faraz Moin
Registered User
Posts: 74
Joined: Wed Jan 02, 2008 4:29 pm

Re: Auto Groups

Post by Faraz Moin »

i downloaded the mod, unpack it and install all mods given in "auto groups 100" [xml document]
after this i moved to the "contrib folder" and open "auto groups 023 to 100" [xml document]
But i failed to find the lines

Code: Select all

<!-- IF not S_SPECIAL_GROUP -->
	<fieldset>
	<legend>{L_AUTO_GROUP}</legend>
	<dl>
		<dt><label for="min_group_days">{L_GROUP_MIN_DAYS}</label></dt>
		<dd><input name="min_group_days" size="40" value="{MIN_GROUP_DAYS}" /></dd>
	</dl>
	<dl>
		<dt><label for="max_group_days">{L_GROUP_MAX_DAYS}</label></dt>
		<dd><input name="max_group_days" size="40" value="{MAX_GROUP_DAYS}" /></dd>
	</dl>
	<dl>
		<dt><label for="min_group_posts">{L_GROUP_MIN_POSTS}</label></dt>
		<dd><input name="min_group_posts" size="40" value="{MIN_GROUP_POSTS}" /></dd>
	</dl>
	<dl>
		<dt><label for="max_group_posts">{L_GROUP_MAX_POSTS}</label></dt>
		<dd><input name="max_group_posts" size="40" value="{MAX_GROUP_POSTS}" /></dd>
	</dl>	
	<dl>
		<dt><label for="min_group_warnings">{L_GROUP_MIN_WARNINGS}</label></dt>
		<dd><input name="min_group_warnings" size="40" value="{MIN_GROUP_WARNINGS}" /></dd>
	</dl>
	<dl>
		<dt><label for="max_group_warnings">{L_GROUP_MAX_WARNINGS}</label></dt>
		<dd><input name="max_group_warnings" size="40" value="{MAX_GROUP_WARNINGS}" /></dd>
	</dl>
	<dl>
		<dt><label for="group_auto_default">{L_DEFAULT_AUTO_GROUP} </label><br /><span>{L_DEFAULT_AUTO_GROUP_EXPLAIN}</span></dt>
		<dd><input type="checkbox" name="group_auto_default" {S_GROUP_AUTO_DEFAULT} /></dd>
	</dl>
	</fieldset>
	<!-- ENDIF --> 
in "adm/style/acp_groups.html"

after this i deleted all the files in my cache folder and tried checking whether the mod is installed or not, and i found no changes when i moved to acp>usersa and groups>manage groups

I already spended more then 3 hours in installing this mod
pls guide me where i am doing wrong ?

the style which i am using is "Blackpearl"
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Re: Auto Groups

Post by A_Jelly_Doughnut »

The file in the /contrib/ folder is only an upgrade if you were using the RC version of this MOD. If you just installed 1.0.0, that file is not needed.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Seraphic
Registered User
Posts: 274
Joined: Wed Feb 15, 2006 8:20 am

Re: Auto Groups

Post by Seraphic »

Should there be a read-me/install guide in the downloaded file like phpbb2 mods have or is phpbb3 mod install process completely different?
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Re: Auto Groups

Post by A_Jelly_Doughnut »

The install guide is the auto groups 100.xml file. http://www.phpbb.com/kb/article/how-to- ... ification/
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Seraphic
Registered User
Posts: 274
Joined: Wed Feb 15, 2006 8:20 am

Re: Auto Groups

Post by Seraphic »

A_Jelly_Doughnut wrote:The install guide is the auto groups 100.xml file. http://www.phpbb.com/kb/article/how-to- ... ification/
Thanks, got it.
roobarb
Registered User
Posts: 48
Joined: Tue Feb 26, 2008 12:37 am
Location: Essex

Re: Auto Groups

Post by roobarb »

Will it be possible in future to auto-promote registered users? When signing up to the board, people go in the registered users group. After lets say 20 posts, I want them to go into a group that gives them access to other areas of the board. But I need to either make a group I made the default group for the newly registered (don't know how) or to have registered users auto promoted to another group (cannot auto registered users). How can i overcome this?
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run

Re: Auto Groups

Post by A_Jelly_Doughnut »

I don't see how the MOD doesn't already do this. The grouping is based on the destination group, not the source group. So you create a new group with a 20 post minimum, and the users will gain access to the new forum. The important item here is that they never leave the registered users group, because that could break some other functionality in phpBB :)
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Buds_JTI
Registered User
Posts: 6
Joined: Mon Feb 11, 2008 5:14 am

Re: Auto Groups

Post by Buds_JTI »

Great mod and works perfectly on my forum. :D

Only problem is it possible for the auto groups to ignore certain users ie. Admins and Moderators. I have to he make default group boxes checked and it keep auto promoting the admin and moderators users. The only problem I see with this is it removes the user colour and and custom tile or avatar that has been applied.

So is it possible to create exceptions for certain users so they don't get auto promoted...

~Buds

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