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
Daniel Gregoire

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]);}?>
Fabola smith

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.
shai edrote

They Are the Best Computer Tech Specialists - 1 views

I called Fix Slow Computer Today because I wanted them to fix slow computer fast. I need their expert computer tech specialist to help me with my slow PC problem. I heard they are the best and trus...

Fix Slow Computer

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

They Are the Best Computer Tech Specialists - 0 views

I called Fix Slow Computer Today because I wanted them to fix slow computer fast. I need their expert computer tech specialist to help me with my slow PC problem. I heard they are the best and trus...

Fix Slow Computer

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

Computer Problem Solved - 1 views

I was having difficulties with the computer problem I am facing with and it really disturbs me. I cannot proceed with my school works well because it keeps on showing up. Then I discovered Compu...

computer problem

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

Fast and Reliable Computer Repair Services - 1 views

One day, I was working on my thesis which was due in three days and then suddenly my computer shut down. I then browsed for companies that offer computer repair services and found Computer Hardwar...

computer repair services

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

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
Megan Lloyd

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
Daniel Gregoire

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).
paresh sagar

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.
innoraft

Looking for automated transfer of content to Drupal? Say hello to Migrations. - 3 views

https://www.innoraft.com/blogs/looking-automated-transfer-content-drupal-say-hello-migrations

drupal datamigration

started by innoraft on 25 Jun 19 no follow-up yet
innoraft

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.
innoraft

How does entity cache work in Drupal 8 - 0 views

The Drupal Cache API is used to store data that takes a long time to compute. Caching can either be permanent or valid only for a certain time span, and the cache can contain any type of data.&nbsp...

drupal drupal8

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

How does entity cache work in Drupal 8 - 0 views

The Drupal Cache API is used to store data that takes a long time to compute. Caching can either be permanent or valid only for a certain time span, and the cache can contain any type of data.&nbsp...

drupal drupal8 cache

started by innoraft on 26 Aug 19 no follow-up yet
andrew smith

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
andrew smith

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.
paresh sagar

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