Share » Forums » Setup & design » New search action

New search action

New search action

Thursday 05 February 2004 2:03:36 am - 2 replies

Author Message

Wenyue Yu

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

Tore Skobba

Thursday 05 February 2004 4:37:25 am

Hi

Thanks for help, think I will instead make an "misc" content class with only a name. Then make an content object of that class, and then in the node override template make an customized advanced search functionality. Since that was basically what I wanted.

Cheers
Tore

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu