by Pixeldust Drupal Developer | Dec 10, 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 want to make a simple view using the Charts module. The x-axis will be a custom field of type Date that I want to show in Y-m-d format and grouped by the same date. The y-axis will be NID with COUNT aggregation. This seems so easy but the problem is the aggregation... read moreby Pixeldust Drupal Developer | Dec 10, 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
When I create a backup of a Drupal 8 site, which of these directories and files should I include? core modules profiles themes sites/default/ sites/default/files/config_* sites/default/files/css sites/default/files/js sites/default/files/php sites/default/files/styles... read moreby Pixeldust Drupal Developer | Dec 8, 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 SQL file containing the data for a Drupal 7 site. I want to migrate data from this SQL file to a fresh, minimally-installed Drupal 8 site that already has all the needed modules. Is there a module that could load the data from that SQL file and create the... read moreby Pixeldust Drupal Developer | Dec 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
We use Paragraphs quite extensively in our site. We have about 10 bundles available. What we’ like to do is alter how the paragraphs are displayed on various pages; Ie, we’d like to remove bundle a and display only bundle b. Then, in an alternate view, we... read moreby Pixeldust Drupal Developer | Dec 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 trying to figure out if in my case it makes sense to use the High-performance JavaScript callback handler module. Between js/MODULE/example.json (hook_js()) and example.json (hook_menu()), the difference of time is not huge, but I think hook_js() is faster.... read moreby Pixeldust Drupal Developer | Dec 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’m trying to include a template section into another template under conditions based on the themes settings. page.tpl.php <header> <?php $theme_header_style = theme_get_setting(‘header_style’);//the value is 1 $header_path =... read moreby Pixeldust Drupal Developer | Dec 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 code below, that embeds TinyMce Editor in a text area. See image below: $form[‘myid_templates_editor’][‘text-modal’] = array( ‘#type’ => ‘text_format’, ‘#title’ => t(‘Description’),... read moreby Pixeldust Drupal Developer | Dec 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 can I add a section to the admin/config route and populate it with my own modules? In Drupal 7 it was easy, but I can’t figure it out now in Drupal 8. The closest I can get is adding my modules to the Configuration Menu List that appears in the sidebar.... read moreby Pixeldust Drupal Developer | Dec 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
I have tried to get the following scenario to work, with no success. I have 3 images. They are displayed in thumbnail form, in the bottom of a div. A main, preferred image, is displayed in a larger size above the thumbnails. I need that, when clicking on the... read moreby Pixeldust Drupal Developer | Dec 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
We have a multilingual Drupal installation with a domain for each language. Like this: domainexample.com domainexample.no domainexample.de etc… We want to switch to a single domain and use domain prefix instead: domainexample.com/en domainexample.com/no... read moreby Pixeldust Drupal Developer | Dec 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
I want to display an error message when I submit a form. I added an AJAX callback to the form, and the error message appears after I refreshed the page. I first tried the following code, but it doesn’t work. $response = new DrupalCoreAjaxAjaxResponse(); $message... read more