by Pixeldust Drupal Developer | Jun 7, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I’m using Search API Solr on Pantheon (which means I don’t have direct access to the Solr backend), and I’ve set up an aggregated field in the UI. This aggregated field is a Fulltext aggregation of a boolean field and a Countries module field, but it... read moreby Pixeldust Drupal Developer | Jun 6, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I’ve got a SSL certified server running drupal 7.37. Everything was working fine until I started adding form submission to a module I’m working on. As soon as I submit the form, I get ‘Secure Connection Failed’ in all browsers. I can get to... read moreby Pixeldust Drupal Developer | Jun 5, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
Was doing something like this global $base_url; $uri = $base_url . ‘/sites/default/files/test.pdf’; if(!empty($mail_content)) { /*send mail */ $to =$mail_content[‘to’]; //gets the current user’s mail address $from =... read moreby Pixeldust Drupal Developer | Jun 5, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I am using the Feeds module to import data into my site from a CSV file. When I try to import a row that has the € character, nothing gets imported and I get an error message. error:General error: 1366 Incorrect string value: ‘xE0 Cali…’ for column... read moreby Pixeldust Drupal Developer | Jun 3, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have a button that triggers an AJAX callback with the form api like so : $form[‘show_modal’] = array( ‘#type’ => ‘submit’, ‘#value’ => t(‘Some crazy text’), ‘#ajax’ => array(... read moreby Pixeldust Drupal Developer | Jun 2, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have an organic group called ‘newsletter’. I have two content types – ‘issue’ and ‘article’ – in ‘issue’ (which is set to be a group content type), there is a node reference field to articles, and many... read moreby Pixeldust Drupal Developer | Jun 2, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
I have embedded youtube video in an article using media+media_oembed+media_internet modules.Media(my field) is a field collection item with two fields – media and caption field.I have custom themed(necessary for my custom bootstrap template) media using theme... read moreby Pixeldust Drupal Developer | Jun 1, 2015 | Drupal Developer in Denton Texas, Drupal Developer in Derby, Drupal Developer in Des Plaines, Drupal Developer in East Chicago, top custom software development companies, top drupal development companies, top drupal experts, top drupal websites, top free website builders, top software developers, top web development companies in usa, website cms systems, website content development, website creating sites, website design & development
How do I grab the Node ID in the URL of the current page and pass it through a link? 1) The URL on the current page is in the format: website.com/parameter/parameter/parameter and the third parameter is the Node ID. 2) I want to grab that Node ID and put it into a... read more