Yor were right! just at that line a comma had dissapeared (but I had checked it several times!! )A_Jelly_Doughnut wrote:By "that line", I meant line 2331 of functions_user.php.
Thanks a lot
Yor were right! just at that line a comma had dissapeared (but I had checked it several times!! )A_Jelly_Doughnut wrote:By "that line", I meant line 2331 of functions_user.php.
Code: Select all
...
</fieldset>
<!-- INCLUDE auto_groups.html -->
<fieldset>
<legend>{L_GROUP_AVATAR}</legend>
<dl>
...
Bingo. Thanks a lot.david63 wrote:Have you purged the cache?
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 -->
Thanks, got it.A_Jelly_Doughnut wrote:The install guide is the auto groups 100.xml file. http://www.phpbb.com/kb/article/how-to- ... ification/