Skip to main content

Home/ Drupal for Developers/ Group items matching "for" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
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

Low Cost and Efficient Drupal Development Services - 0 views

  •  
    Drupal development services have come up at the right time when there has been a resurgence of technological advancement. A wider acceptance and likeliness for the Drupal interface, which has now transformed into the most popular open -source Content Management System (CMS) available online today is a key trend which will drive forward internet technology in the times to come.

They Are the Best Computer Tech Specialists - 1 views

started by shai edrote on 13 Jul 11 no follow-up yet

They Are the Best Computer Tech Specialists - 0 views

started by shai edrote on 13 Jul 11 no follow-up yet

Computer Problem Solved - 1 views

started by cecilia marie on 08 Jul 11 no follow-up yet

Fast and Reliable Computer Repair Services - 1 views

started by seth kutcher on 02 Nov 11 no follow-up yet
1More

eCommerce Magento Web Design |Magento Web Design |eCommerce Web Designer - 0 views

  •  
    Fortune Innovations Los Angeles develops websites using ecommerce and Magento technology. It helps to easily increase traffic to your website. For more details visit: http://losangeles.Fortuneinnovations.com/e-commerce-magento
1More

Excellent Apps for Monitoring the Performance of Android Devices - 0 views

  •  
    If you are an Android lover to an extent that you would want to know every small thing about the performance of your device, there are lot many apps which let you do it efficiently.Read more at:http://edinburgh.fortuneinnovations.com/news/excellent-apps-monitoring-performance-android-devices
2More

Programmatically Create, Insert, and Update CCK Nodes | doug | CivicActions - 2 views

  • Always use content_database_info to get the database info. For example:   $field1 = content_database_info(content_fields('yourfield1', 'yourtable'));  $table1 = $field1['table'];  $column1 = $field1['columns']['value']['column'];  $field2 = content_database_info(content_fields('yourfield2', 'yourtable'));  $table2 = $field2['table'];  $column2 = $field2['columns']['value']['column'];  if ($table1 == $table2) {    $sql = "SELECT n.*, t1.$column1, t1.$column2 FROM {node} n ";    $sql .= " INNER JOIN {$table1} t1 ON t1.nid = n.nid AND t1.vid = n.vid";  }  else {    $sql = "SELECT n.*, t1.$column1, t2.$column2 FROM {node} n ";    $sql .= " INNER JOIN {$table1} t1 ON t1.nid = n.nid AND t1.vid = n.vid";    $sql .= " INNER JOIN {$table2} t2 ON t2.nid = n.nid AND t2.vid = n.vid";  }  $sql .= " WHERE n.nid = %d";
  •  
    Important point: Using special functions to let CCK get the proper name of the field (allowing users to make CCK changes in the UI and let your code continue to work).
1More

Drupal Vs WordPress Vs Joomla: Settling The Debate Once And For All - 0 views

  •  
    If you are still confused about choosing the right one from Drupal vs WordPress vs Joomla, feel free to contact our experts.
1More

Drupal 8 Cache Context: An efficient way for context based caching. | Blog | Innoraft - 0 views

  •  
    Cache Context is basically a service that helps in creating multiple cached versions of something depending upon the context/request; be it a view, block or any other section on the page.

How does entity cache work in Drupal 8 - 0 views

started by innoraft on 05 Aug 19 no follow-up yet

How does entity cache work in Drupal 8 - 0 views

started by innoraft on 26 Aug 19 no follow-up yet
1More

Delivering excellence in Healthcare IT Solutions - 0 views

  •  
    Anubavam is the trusted source of providing the most accurate healthcare IT solutons & services for improved patient outcomes
1More

Top quality server management & maintenance services - 0 views

  •  
    Anubavam provides comprehensive server management, support and monitoring services designed for clients across various industries in the world.
1More

Announcing A Series Of Webinar About The Need Of Migrating From Drupal 6 and 7 To Drupal 8 - 0 views

  •  
    Excellent WebWorld is glad to conduct a free webinar informing the people about the importance of Drupal 8 upgradation.
« First ‹ Previous 141 - 160 of 161 Next ›
Showing 20 items per page