Thursday 20 January 2005 4:59:07 am
Hi, I wonder if someone can shed some light on a tricky problem I have come across. I have created a custom user class to store registered users who wish to receive a newsletter. I have overridden 'user/register.tpl' using:
[register_form]
Source=user/register.tpl
MatchFile=register_form.tpl
Subdir=templates
in my override.ini.append.php file. and:
[UserSettings] # {I think this was correct)
RegistrationEmail=enabled
DefaultUserPlacement=25
UserClassID=25
in my site.ini.append.php file. All that gets displayed in my '/index.php/user/register' file is the standard form. The overridden form is ignored. I have read http://ez.no/ez_publish/documentation/incoming/tutorial_using_user_register but am no closer to solving the problem. The documentation seems very sparse on the subject and the legacy forum messages fail to shed light on the subject. Using: eZ Publish 3.5 - Cache has been cleared. Help me please before all my hair turns grey! :-) Thanks in advance, Martin
|