by Pixeldust Drupal Developer | Apr 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 am working on a Drupal 8 site. I added fblikebutton to my articles to enable users to like content. Is it possible to get the number of likes for each article as field? I am using the Views module to show the latest 3 articles, as in the following... read moreby Pixeldust Drupal Developer | Apr 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 have a page that contains 4 separate blocks, from the same view, Items block 1 – this contains a list of item titles Items block 2 – this contains a different list of item titles Content block 3 contains content unrelated to this functionality Results... read moreby Pixeldust Drupal Developer | Apr 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
In Drupal 8, when creating a view with an exposed filter on a Date field (which is in date only mode), the resulting query removes some hours based on my timezone. I’m in the UTC+2 timezone, so a date filter of 2016-04-20 creates a query of... read moreby Pixeldust Drupal Developer | Apr 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 copying the templates plugin http://ckeditor.com/addon/templates I put it in my D8 folder /core/asstes/vendor/ckeditor/plugins I do a ‘drush cr’ I do not see the templates plugin under available buttons in my text format How do I get the templates... read moreby Pixeldust Drupal Developer | Apr 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 use Feeds so that logged users can upload data. I need to keep track of which user uploads what. In Feeds importer ‘Settings’ you define the author, but in my case it should not be static but defined dynamically by the system. How can I dynamically... read moreby Pixeldust Drupal Developer | Apr 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 want to add custom input type button in form. I tried following code, but it is converting it to submit type button. How can i add input type button ? $form[custom_button] = array(‘#type’ => ‘button’,’#value’ =>... read moreby Pixeldust Drupal Developer | Apr 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
In node.twig (output for articles) I want to use the value of boolean content type field like this, but do not know how to realize this in drupal 8. if boolean content type is true { <div class=”text”> {{ content.body }} </div> else { <div... read moreby Pixeldust Drupal Developer | Apr 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
On my local Drupal 8 multisite environment in sites/default/settings.php I have: $config_directories[‘staging’] = ‘sites/default/config/staging’; $config_directories = array(); Because the default direction for the configuration files... read moreby Pixeldust Drupal Developer | Apr 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
UPDATE: Following Shawn Conn’s advice I was able to render a specific block changing $res_output = drupal_render($res_output); to $res_output = drupal_render($output); But I’m still unable to render a Book Navigation block. I was able to figure out how to... read moreby Pixeldust Drupal Developer | Apr 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’m trying to set up a default value programmatically to my field which is in field collection. This has proved quite hard and I cant seem to get around it. Any assistance will be appreciated. This is the code i have tried to far without any success.This field... read moreby Pixeldust Drupal Developer | Apr 12, 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 assumed this would be included in the module, but as far as i can see it isn’t. Im using the latest versions of Commerce, Rules, and Commerce Coupon. I want a “remove” button next to the added coupons in case someone wants to remove it and try... read moreby Pixeldust Drupal Developer | Apr 11, 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 7 custom form where the image or file field is not required. When the form is submitted and no file/image has been uploaded, I get the following errors. Notice: Undefined index: storage in jobform_my_form_submit() (line 136 of... read moreby Pixeldust Drupal Developer | Apr 11, 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 view with exposed filters and Ajax activated. I would like to validate my exposed filters values before my view is updated by the submit button. The following code works without Ajax, but when I activate this functionalitty it doesn’t validate!... read moreby Pixeldust Drupal Developer | Apr 11, 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 trying to migrate Drupal 6 to Drupal 7 with Migrate d2d module. Problem is that I get 2 errors on Migrate dashboard page: Decryption failed because the HMAC could not be validated. Migration c9b87f5afFile could not be constructed. And they are repeating many... read moreby Pixeldust Drupal Developer | Apr 11, 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 working on a shop, and for the cart, i need to store items before payment. $tempstore = Drupal::service(‘user.private_tempstore’)->get(’boutique’); $tempstore->set(‘poids’, $form_state->getValue(‘poids’));... read moreby Pixeldust Drupal Developer | Apr 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 override the default views-view-fields.html.twig so that I can display specific fields in a bootstrap layout, e.g. <div class=”col-sm-3″>{{ fields.field_name_1 }}</div> <div class=”col-sm-6″>{{ fields.field_name_2... read moreby Pixeldust Drupal Developer | Apr 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
I used the Block Image module to create some content. I want to give the site’s editor the permission to translate the blocks, but I don’t understand how to achieve that. Apparently, there isn’t a permission that allows users to translate a block... read moreby Pixeldust Drupal Developer | Apr 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
How do I retrieve a specified taxonomy term translated (if translation exists for this term) from the current language context programmatically with D8? read moreby Pixeldust Drupal Developer | Apr 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
I have a view showing a select list of locations. Upon selecting a location the View shows a Google Map with the locations of the current selection. For certain items in the select list I would like to redirect away from the View to another page. I have looked at... read moreby Pixeldust Drupal Developer | Apr 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
Since “Support revisions in different states” went into the core it is now theoretically possible to have forward revisions of nodes. For example publish revision 1 then create revision 2 but keep it unpublished. This is very useful when someone needs to... read more