Skip to main content

Home/ Drupal for Developers/ Group items tagged search

Rss Feed Group items tagged

1More

Apache Solr and Drupal Default's Search | Trellon - 0 views

  • One issue that comes up from ApacheSolr being a separate search page is that the search form does not go to it by default. This is the $search_box in the page.tpl.php template. The way we change this behavior is to add a new submission handler to that form. You can create a custom module for this or put it in your custom theme. <?php/*** Implementation of hook_form_alter()*/function custommodule_form_alter(&$form, $form_state, $form_id) {  // Add submission handler to redirect to apachesolr  if ($form_id == 'search_theme_form') {    // Add a submit, because the search form redirects to a specific place    $form['#submit'][] = 'custommodule_search_submit';  }}/*** Implementation of form submit function*/function custommodule_search_submit($form, &$form_state) {  // Get form ID  $form_id = $form['form_id']['#value'];  // Create new redirect  $form_state['redirect'] = 'search/apachesolr_search/'. trim($form_state['values'][$form_id]);}?>
1More

Search Engine Optimization Toronto - 0 views

  •  
    BluEnt helps businesses like yours get found online through search engine optimization. We offer SEO consulting services to small, medium and enterprises in Toronto.
1More

Searchlight: A Views-driven Approach to Pluggable Search in Drupal | Development Seed - 5 views

  •  
    Write-up and video on Development Seed's new "Searchlight" module, which brings the power of Solr or Sphinx as Views backends. A la Views 3.x, but with some differences. Also nice demo of Health Market Innovation's site which Dev. Seed did.

Web design seo - 3 views

started by clariene Austria on 09 May 12 no follow-up yet

Don't Just Get A Website… Get Discovered! - 2 views

started by clariene Austria on 30 May 12 no follow-up yet
1More

The Truth About Your SEO Contract That Could Save You Big Dollars - 0 views

  •  
    BluEnt reveals the top three factors impacting search engine optimization contract. Achieve the highest possible ROI with the best SEO pricing plan.
1More

Internet Archive Search: subject:"DrupalCon DC 2009" - 0 views

  •  
    The full list of videos from the DrupalCon DC. Looks like I have a ton of viewing to do.

Lead generation marketing - 2 views

started by clariene Austria on 08 May 12 no follow-up yet
2More

have you seen ProjectPier? | groups.drupal.org - 0 views

  • We – eCentres.net - are using, with a lot of problem of daily configuration and setting, rather than 60 modules and three subdomains. The collaborative community – working in European research projects - now has a basecamp of 3000 users – biannual newsletters - and 300 collaborative participants, who needs mainly: a join calendar of events; the work-groups and all the rest of traditional modules associated. In addition, the basic forum and messaging and all the modules - it is needed more - of users, communities and profiles, usermap, userlist, search users, directory, etc On the other hand the modules of sharing files and documents - not absolutely solved - maybe with the drupal-ftp module... And finally and a lot important the media sections, podcasts, image gallery and video section - not well solved. The next steps is to integrate the donations, fees and commercial solutions and multichannel communication as SMS, and skype and IRC solutions and webminars. Any other simple or partially CWE in my honest opinion are not really sustainable.
  •  
    have you seen ProjectPier?

SEO Services that Exceeds Expectations - 1 views

started by Ace Dee on 21 Feb 11 no follow-up yet

Make Your Website Design SEO-Friendly with Oracle Digital - 1 views

started by Ace Dee on 16 May 11 no follow-up yet
1 - 20 of 21 Next ›
Showing 20 items per page