Thursday 05 February 2004 4:23:37 am
Hi,
This is not a simple task, you need to make a extension and add module "user_search". You need to write something like following in your module.php:
<pre>
$ViewList['user_search'] = array(
'functions' => array( 'read' ),
'default_navigation_part' => 'ezcontentnavigationpart',
'script' => 'usersearch.php',
'params' => array( ),
'unordered_params' => array( 'offset' => 'Offset' ) ); </pre> then you need to write usersearch.php and usersearch.tpl.
Regards, wenyue
|