by Pixeldust Drupal Developer | May 19, 2016 | 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 maintaining a pretty big news site, with many nodes and with many users who can create and edit nodes. The site is using the Paragraphs and the Memcache modules. Editors can rearrange the blocks on the front page, add and edit articles. The problem is that... read moreby Pixeldust Drupal Developer | May 18, 2016 | 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 trying to have my module alter menu_ui functions. Changing my module’s weight didnt help and I read that hook_module_implements_alter is the way to go. So, as described here I am appending my module to the end of the implementations: /** * Implements... read moreby Pixeldust Drupal Developer | May 18, 2016 | 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 creating a module which interacts with an external API that handles authentication and completely bypasses the Drupal authentication system. This means that users logged-in from the API side are seen as anonymous users. The module utilizes the... read moreby Pixeldust Drupal Developer | May 18, 2016 | 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 created View permission field in the events content type. Its field type is Role, so I can select which roles can see the node. This works fine, but when I add events content type in the view this will displays all the data. I want to filter the data by the... read moreby Pixeldust Drupal Developer | May 17, 2016 | 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 created form with fields of State and City. After selecting the state appropriate city records will be loaded into city field till now working fine but after clicking the submit button I am not able to store city value into variable called $data1. Please guide... read moreby Pixeldust Drupal Developer | May 16, 2016 | 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 Drupal site which I have just migrated to a different Linux server for development. The site seems to be working more or less. However, one problem persists: None of the images is shown. Instead, if I click on an image, it says: “Requested URL not... read moreby Pixeldust Drupal Developer | May 16, 2016 | 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 Content Type ‘Teams’ which have name as Title field, Image field and Date of birth field using Date module. I want to display Today’s birthday in block. I’ve tried using views but could not achieve it. Is it possible to display in... read moreby Pixeldust Drupal Developer | May 16, 2016 | 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 scenario like this: I am using Feeds Importer to import one content type data. I am using GUID field as the unique field. Also, I am exporting these all the nodes of this content type using Views into a .csv file. My problem is that users can create nodes... read moreby Pixeldust Drupal Developer | May 15, 2016 | 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 Drupal 7, Ubercart, and Bootstrap. The default Add to cart button looks like this: <button id=”edit-submit-270″ class=”node-add-to-cart btn btn-success form-submit” value=”Add to cart” name=”op”... read moreby Pixeldust Drupal Developer | May 14, 2016 | 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 posted a question here, which had one suggestion, but no answer. Does anyone have any advise on how to implement a custom hook in Drupal 8 which will allow other modules to update a table of contents which is created by a parent module? The table of contents will be... read moreby Pixeldust Drupal Developer | May 13, 2016 | 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 been trying to debug a weird bug on Drupal 7 for awhile. It happens randomly on my site as it’s hard to reproduce. I’m able to finally get ddebug_backtrace() to run when the error happens. The error breaks all of my views on the site when it... read moreby Pixeldust Drupal Developer | May 10, 2016 | 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 do something when a node gets updated. To keep it simple, lets say display a drupal message. hello_world.routing.yml hello_world: path: /node/{node} defaults: _controller: Drupalhello_worldControllerHelloWorldController::hello_world_entity_update... read moreby Pixeldust Drupal Developer | May 9, 2016 | 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
Hide the term id on autocomplete widget How can I hide the term id on autocomplete widget ? I use drupal 8. read moreby Pixeldust Drupal Developer | May 9, 2016 | 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 go to admin/content I’m getting the following error, whereas at the same time node/{node_id} is accessible just fine. The website encountered an unexpected error. Please try again later. Recoverable fatal error: Argument 1 passed to... read moreby Pixeldust Drupal Developer | May 8, 2016 | 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 render for example each taxonomy terms value as an inline comma-separated list (or add between each of them a “/” Character) in my field template field–node–field-tags.html.twig file or even visually with css? read moreby Pixeldust Drupal Developer | May 7, 2016 | 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 a very simple task to do in Drupal 8, but I’ve hard time to find the proper way to do that. I have a simple menu like this (all basic pages). Company Organization Values Terms Services Team And when we go to Company page, I want to display all three... read moreby Pixeldust Drupal Developer | May 4, 2016 | 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
Hii How can I update commerce_cart_block when my product is added through ajax. Any suggestion will be helpfull. read moreby Pixeldust Drupal Developer | May 3, 2016 | 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 created a Module to make blob file available for Download in Drupal 7 . Below my code for .module file <?php function blobfile_block_info() { $blocks = array(); $blocks[‘blobfile_block’] = array( ‘info’ => t(‘Blob Files... read moreby Pixeldust Drupal Developer | May 3, 2016 | 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 trying to create a rule that will send an email to a list of webform submissions, notifying them when new content is created. So far, here’s what I have: Event: after saving new content of type [type] Conditions: content is of type Actions: Using a Rules... read more