matt1206 wrote:This mod doesn't appear to be compatible with 3.0.6
Thank you very muchTruendo wrote:Yeah, in a sense you are. As I said, I edited the mod to be compatible with my site's level system, so doing this shouldn't be too hard once I have the time.-tribe- wrote:this is exactly what i am after, if the ultimate points mod was integrated with this mod then i believe it would be a huge advancement on this already great mod,
the two working together would be a dream,
am i right in my earlier thinking of just modifying the existing code based on posts to instead be based on points?
It doesn't work on Pre-defined groups, so putting them into a restricted group still leaves them in the Default Registered group.Paracelsus wrote:My goal is this:
- Newuser who have completed registration should be put into a newly created non-standard group called NewUser with restricted permission to certain features. After a certain conditions are fulfilled (15 posts AND 30 days of membership) I want to automatically elevate them into different group with more permissions... Yet I am hitting a brick wall while trying to figure out how to implement this with this mod. Did I get a wrong mod, or rather misunderstand the actual point of this mod? How do I realize my plan, if this is possible at all?
am i the only one with this problem?net83it wrote:hello
i think there is a glitch in this mod. on my board i setted up a group of user with 5 or more warnings and i associated to this group the rank "bad user". yesterday i removed a warning from an user. he was correctly removed automatically from the group but his rank didn't reverted back.
there is a solution to this behaviour?
thank you
Works perfect on 3.0.5.pippo-c-l wrote:I have phpbb 3.0.5...
i can install this mod? Have You a screens?
Code: Select all
<?php
/**
*
* acp_info_auto_gropus [Spanish]
*
* @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' => 'Configuración de Auto Grupo',
'GROUP_MIN_POSTS' => 'Número mínimo de mensajes',
'GROUP_MAX_POSTS' => 'Número máximo de mensajes',
'GROUP_MIN_DAYS' => 'Número mínimo de días registrado',
'GROUP_MAX_DAYS' => 'Número máximo de días registrado',
'GROUP_MIN_WARNINGS' => 'Número mínimo de avisos',
'GROUP_MAX_WARNINGS' => 'Número máximo de avisos',
'DEFAULT_AUTO_GROUP' => 'Hacer grupo por defecto automáticamente',
'DEFAULT_AUTO_GROUP_EXPLAIN' => 'Los usuarios modifican su grupo por defecto cuando se les añade a este grupo.',)
);
?>
i hope someone will do it. i really need this mod on my boardhejowicz wrote:please update this MoD to 3.0.6