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.
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 »

Sorry, I meant to say functions_admin.php, not functions_user.php
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
basilh
Registered User
Posts: 10
Joined: Mon Feb 18, 2008 8:51 pm

Re: Auto Groups

Post by basilh »

Still no joy I'm afraid, everything looks ok until I try to login to the ACP, then it tells me that I don't have permissions and repeats the error messages similar to the one I added in my earleir post.

And I also get four warning messages like this

Warning: Cannot modify header information - headers already sent by (output started at /customersites/7/home/httpd/vhosts/carpconnection.co.uk/httpdocs/forum/includes/functions_admin.php:1) in /customersites/7/home/httpd/vhosts/carpconnection.co.uk/httpdocs/forum/includes/functions.php on line 3397
RdJ1
Registered User
Posts: 119
Joined: Thu Oct 25, 2007 8:18 am
Location: The Netherlands

Re: Auto Groups

Post by RdJ1 »

DUTCH TRANSLATION:

Code: Select all

<?php
/**
*
* acp_info_auto_gropus [Dutch]
*
* @translated by RdJ1 / vertaald door RdJ1
* @http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=355570
* @copyright (c) 2008 RdJ1 (this translation / deze vertaling)
*
* @package language
* @version 1.0.0 $
* @copyright (c) 2007 A_Jelly_Doughnut
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

if (!defined('IN_PHPBB'))
{
	exit;
}

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
	'AUTO_GROUP'					=> 'Auto Groep-instellingen',
	'GROUP_MIN_POSTS'				=> 'Minimum berichten-aantal',
	'GROUP_MAX_POSTS'				=> 'Maximum berichten-aantal',
	'GROUP_MIN_DAYS'				=> 'Minimum dagen lidmaatschap',
	'GROUP_MAX_DAYS'				=> 'Maximum dagen lidmaatschap',
	'GROUP_MIN_WARNINGS'			=> 'Minimum aantal waarschuwingen',
	'GROUP_MAX_WARNINGS'			=> 'Maximum aantal waarschuwingen',
	'DEFAULT_AUTO_GROUP'			=> 'Maak automatisch standaardgroep',
	'DEFAULT_AUTO_GROUP_EXPLAIN'	=> 'Deze groep wordt automatisch zijn/haar standaardgroep als de gebruikers worden toegevoegd.',)
);
?>
:D

@ A_Jelly_Doughnut: nice mod and you may include this file if you want :D ;)
(please leave copyright and links as they are)
RdJ1 wrote:I don't know if it's reported already but I think I've found a bug:

When you uncheck 'Make default automatically' it is checked automatically when you have confirmed and an user that automatically joins a group, will get that as his default group. I don't want that it is their default group at all.

Can you please fix this?
Is this fixed?
_________
RdJ1 ;)
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 »

Is this fixed?
No, not yet.

Basilh: This could be caused by any character before the <?php ... but that is the problem...some character at the beginning of the file being output.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
jesusm
Registered User
Posts: 20
Joined: Tue Feb 19, 2008 3:57 pm

Re: Auto Groups

Post by jesusm »

Hi,

thx for the MOD, but i am getting an error after installing it:

whe I click on 'Manage Groups' I get:

Code: Select all

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/d138855/public_html/pruebas/includes/functions_user.php on line 2331
I've checked all the modificated files several times but I cant find the error.

also, I am having troubles with the Spanish translation. I've done it but if i save the file as UTF-8 (with UltraEdit) I get this error:

Code: Select all

[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
when I save the file as ASCII, the page is shown well, but all words with 'acutes' are shows bad. Any idea?

thanks
basilh
Registered User
Posts: 10
Joined: Mon Feb 18, 2008 8:51 pm

Re: Auto Groups

Post by basilh »

Still no joy I'm afraid A_Jelly_Doughnut, I've checked all the files which need to be ammended/uploaded from the instructions, and all of them start with <?php...

Is there any other possible problems, something simple that I've missed? Please feel free to PM me if you'd like to keep this thread clean (thanks again, starting to tear hair out now :cry:)
RdJ1
Registered User
Posts: 119
Joined: Thu Oct 25, 2007 8:18 am
Location: The Netherlands

Re: Auto Groups

Post by RdJ1 »

jesusm wrote:also, I am having troubles with the Spanish translation. I've done it but if i save the file as UTF-8 (with UltraEdit) I get this error:

Code: Select all

[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
when I save the file as ASCII, the page is shown well, but all words with 'acutes' are shows bad. Any idea?

thanks
You have empty space(s) before <?php and/or after ?>. When you remove them it's ok ;)
jesusm
Registered User
Posts: 20
Joined: Tue Feb 19, 2008 3:57 pm

Re: Auto Groups

Post by jesusm »

RdJ1 wrote:
jesusm wrote:also, I am having troubles with the Spanish translation. I've done it but if i save the file as UTF-8 (with UltraEdit) I get this error:

Code: Select all

[phpBB Debug] PHP Notice: in file /adm/index.php on line 149: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /language/es/mods/info_acp_auto_groups.php:1)
when I save the file as ASCII, the page is shown well, but all words with 'acutes' are shows bad. Any idea?

thanks
You have empty space(s) before <?php and/or after ?>. When you remove them it's ok ;)
No, I have not spaces before or afther PHP tags. The only difference is the encoding of the file, actualy, the way of type the letters with acute.
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 »

phpBB's language files must be saved as UTF8 without a Byte Order Mark (BOM). I don't know how to achieve that in your text editor; check its documentation.

Jesusm: I suspect you left off a comma on that line of functions_user.php when installing it.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
jesusm
Registered User
Posts: 20
Joined: Tue Feb 19, 2008 3:57 pm

Re: Auto Groups

Post by jesusm »

A_Jelly_Doughnut wrote:Jesusm: I suspect you left off a comma on that line of functions_user.php when installing it.
Give me a tip about where to look for :D

I've checked it several times ... but i'll do it again.

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 »

By "that line", I meant line 2331 of functions_user.php. :)
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
basilh
Registered User
Posts: 10
Joined: Mon Feb 18, 2008 8:51 pm

Re: Auto Groups

Post by basilh »

Ok, all sorted! :lol: :D

I was using Microsoft Expression as my page editor, I tried just doing all the mods in Notebook, and no problem at all... Cheers! 8-)
ham1299
Registered User
Posts: 613
Joined: Mon Sep 11, 2006 2:12 am
Location: USA

Re: Auto Groups

Post by ham1299 »

jmjm003 wrote:
ham1299 wrote:Has this changed from 0.2.3?
Changes are listed in the download.

I believe it was one file edit and three files to upload.
Thank you! :)
Heather
girish979
Registered User
Posts: 44
Joined: Sun Jan 06, 2008 11:20 am

Re: Auto Groups

Post by girish979 »

Is dis mod working on No. of posts.

Is there any group promotions possible with ths mod. i.e., certain group will be promoted to next group based on post count.

will dis mod work like this or it will promote all users who reaches the post count
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 »

It will promote all users who reach the post count.
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish

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