Monday 08 September 2003 7:28:13 am
The way we used to do it in 3.1 is below. I just tested in 3.2b2 and looks to work ok. However there may be a better way in 3.2, I had hoped for this to be an ini setting with other things like tipafriend set... Does anyone know a cleaner way of doing this?
=== disable user register comment out:
$ViewList["register"] = array(
"script" => "register.php",
"params" => array( ),
"default_navigation_part" => 'ezmynavigationpart',
'single_post_actions' => array( 'PublishButton' => 'Publish',
'CancelButton' => 'Cancel' ) ); from kernel/user/module.php
Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development
Power to the Editor!
Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future
|