HI, Can u tel me how to add a simple search using drupal. im my drupal home page
Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/
i am creating a custom user directory for my site, and i want to use the drupal search for this... how can i add a search form in my page but only for search users???
thks in advanced
On Mon, Mar 23, 2009 at 6:34 PM, Aldo Martinez Selleras aldo@caonao.cu wrote:
i am creating a custom user directory for my site, and i want to use the drupal search for this... how can i add a search form in my page but only
for
search users???
search_data($username, $type = 'user')
create a custom form which calls the above function on submit.
You may have to refer this http://api.drupal.org/api/file/modules/search/search.module/6
-- Thanks a lot ----------------------------------------- http://ubuntuslave.blogspot.com/
how can i create a content type wich only support one post of that???
more less "bio" content type
I'm not sure what the preferred way would be in D6, but in D5 and 4.7, this could be set by content type via Node Family (http://drupal.org/project/nodefamily)
I've considered use cases for singleton type nodes in the past as well. It would be relatively straightforward to implement, so there is probably something existing and more current out there in the contrib space.
Ah, here's another one, but again it doesn't seem to be D6 ready: http://drupal.org/project/node_limitnumber
And .. aha .. here's one for D6, found a reference to this one in the previous one's issue queue :) http://drupal.org/project/node_limit
On Tue, Mar 24, 2009 at 8:17 AM, Aldo Martinez Selleras aldo@caonao.cu wrote:
how can i create a content type wich only support one post of that???
more less "bio" content type
--
Aldo Martinez Selleras Especialista en Telematica CITMATEL GND Camaguey Tel: 53 32 291661 Linux User #364356 -- [ Drupal support list | http://lists.drupal.org/ ]
First of all, your site has to be indexed regularly, you can do this by either running cron manually from the admin status report page (Administer -> Reports), or by setting up cron to run on your server (see http://drupal.org/cron ).
Then there are two ways to add the interface for the users:
1. Assign the search block to any region (header, sidebar, etc.) you like. You can do this in Administer > Site building > Blocks. 2. Many themes include a search block which can be enabled via the theme configuration at Administer > Site building > Themes ... > your theme configuration.
Victor Kane http://awebfactory.com.ar http://projectflowandtracker.com
2009/3/23 ram prasath ramprasath_explicit@yahoo.co.in
HI, Can u tel me how to add a simple search using drupal. im my drupal home page
Add more friends to your messenger and enjoy! Invite them now.http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/
[ Drupal support list | http://lists.drupal.org/ ]