<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.konordo.com/blog" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Drupal Blog</title>
    <link>https://www.konordo.com/blog</link>
    <description>Konordo Drupal Blog</description>
    <language>en</language>
     <atom:link href="https://www.konordo.com/feed/blog" rel="self" type="application/rss+xml" />
      <item>
    <title>Why Drupal Commerce?</title>
    <link>https://www.konordo.com/blog/why-drupal-commerce</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Drupal Commerce is a collection of modules that lets you expand into the world of selling online. It uses the strength of other modules such as Views and Rules, and it provides a flexible framework which can be used to build complicated business solutions.&lt;/p&gt;
&lt;p&gt;Drupal Commerce provides a truly flexible, solid foundation for building even very complex business applications. Some of the reasons it stands out as an excellent and secure solution are the following:&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-commerce&quot;&gt;Drupal Commerce&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 15 Dec 2020 16:27:20 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">287 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Shopify social media code snippet</title>
    <link>https://www.konordo.com/blog/shopify-social-media-code-snippet</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div&gt;
&lt;div&gt;      {%- assign social_accounts = &#039;facebook, twitter, pinterest, instagram, snapchat, tumblr, youtube, vimeo, linkedin,&#039; | split: &#039;, &#039; -%}&lt;/div&gt;
&lt;div&gt;      &amp;lt;div class=&quot;social-sharing d-flex align-items-center&quot;&amp;gt;&lt;/div&gt;
&lt;div&gt;            {% include &#039;social-links&#039; %}&lt;/div&gt;
&lt;div&gt;            &lt;/div&gt;
&lt;div&gt;        {% for social in social_accounts %}&lt;/div&gt;
&lt;div&gt;          {%- assign social_handle = social | handleize -%}&lt;/div&gt;
&lt;div&gt;          {% capture social_link %}social_{{ social_handle }}_link{% endcapture %}&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 17 Jul 2020 04:51:50 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">286 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Example of using this with a date field from a node in order to get it to format the date in the correct timezone</title>
    <link>https://www.konordo.com/blog/example-using-date-field-node-order-get-it-format-date-correct-timezone</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre&gt;
use Drupal\Core\Datetime\DrupalDateTime;

$date = new DrupalDateTime($mynode-&amp;gt;field_my_date_field-&amp;gt;value, &#039;UTC&#039;);
$formatted_date = \Drupal::service(&#039;date.formatter&#039;)-&amp;gt;format($date-&amp;gt;getTimestamp(), &#039;custom&#039;, &#039;F j, Y h:ia&#039;);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-8&quot;&gt;Drupal 8&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 29 May 2020 13:12:25 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">285 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Drupal Commerce</title>
    <link>https://www.konordo.com/blog/drupal-commerce-0</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Drupal Commerce provides a truly flexible, solid foundation for building even very complex business applications. Some of the reasons it stands out as an excellent and secure solution are the following:&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-commerce&quot;&gt;Drupal Commerce&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Fri, 08 May 2020 14:00:21 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">284 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Create a new administrator account in drupal with drush</title>
    <link>https://www.konordo.com/blog/create-new-administrator-account-drupal-drush</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;In otder to create a new user in your website using drush, you&#039;ll need to run the following commands:&lt;/p&gt;
&lt;p&gt;$ drush user-create YourUsername --mail=&quot;&lt;a href=&quot;mailto:your@mail.com&quot;&gt;your@mail.com&lt;/a&gt;&quot; --password=&quot;YourPassword&quot;&lt;/p&gt;
&lt;p&gt;This will create a new user in the website.&lt;/p&gt;
&lt;p&gt;In order to assign the role administrator to the user run:&lt;/p&gt;
&lt;p&gt;$ drush user-add-role &quot;administrator&quot; YourUsername&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-8&quot;&gt;Drupal 8&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot;&gt;&lt;a href=&quot;/blog/drush&quot;&gt;Drush&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Sat, 13 Apr 2019 14:34:14 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">263 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Who uses Drupal?</title>
    <link>https://www.konordo.com/blog/who-uses-drupal</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;Why Drupal?&lt;/h2&gt;
&lt;p&gt;Drupal is the leading open source content management system for developing sophisticated, flexible and robust websites, social media networks and applications.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Wed, 21 Jun 2017 09:11:22 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">164 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Drupal 8: How to include the node id and a class in body based on the , depending on the current path</title>
    <link>https://www.konordo.com/blog/drupal-8-how-include-node-id-and-class-body-based-depending-current-path</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;While working on a custom bootstrap subtheme in Drupal, I needed to include specific classes in the body tag. &lt;/p&gt;
&lt;p&gt;There are two different cases that I needed to take into consideration, one for nodes and one for custom paths generated by e.g. from Views or Taxonomy. &lt;/p&gt;
&lt;p&gt;In the first case, I needed the node id to be included as a class, and on the second I needed a class name that was based on the path.&lt;/p&gt;
&lt;p&gt;To achieve this, I needed to edit two different files under my subtheme category. You will need to replace themename with the actual name of your theme. &lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-8&quot;&gt;Drupal 8&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 10 Apr 2017 15:10:49 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">163 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Drupal 7: Views pager not showing!</title>
    <link>https://www.konordo.com/blog/drupal-7-views-pager-not-showing</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;A weird issues came up after upgrading from Views version 7.x-3.7 to 7.x-3.8. The pager was missing from all views.&lt;br /&gt;
After making sure that there are enough results to bring up a pager, and that  the pager ID was unique for each view that shows up in the same page, we noticed the one thing that all views had in common: They all used Global: PHP fields.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-7&quot;&gt;Drupal 7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot;&gt;&lt;a href=&quot;/blog/drupal-quick-tips&quot;&gt;Drupal Quick Tips&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-2&quot;&gt;&lt;a href=&quot;/blog/views&quot;&gt;Views&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Sat, 11 Jul 2015 09:46:36 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">109 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Drupal 7: Addressfield - Change the order of the inner fields</title>
    <link>https://www.konordo.com/blog/drupal-7-addressfield-change-order-inner-fields</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;A request that often comes up is to change the order of the Addressfield fields.&lt;br /&gt;
In this example, we are creating a custom module in order to position the Country field at the bottom.&lt;br /&gt;
It is a very simple function, and the other elements can be positioned in a similar fashion.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-7&quot;&gt;Drupal 7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot;&gt;&lt;a href=&quot;/blog/drupal-commerce&quot;&gt;Drupal Commerce&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-2&quot;&gt;&lt;a href=&quot;/blog/drupal-quick-tips&quot;&gt;Drupal Quick Tips&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-3&quot;&gt;&lt;a href=&quot;/blog/drupal-theming&quot;&gt;Drupal theming&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Mon, 18 May 2015 18:38:08 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">108 at https://www.konordo.com</guid>
  </item>
  <item>
    <title>Drupal 7: Heartbeat comment messages show up twice!</title>
    <link>https://www.konordo.com/blog/drupal-7-heartbeat-comment-messages-show-twice</link>
    <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Heartbeat messages were showing up nicely on a project we have been working on lately, bringing up all the member activities including changing the user account details, adding or editing nodes and commenting on nodes.&lt;br /&gt;
Everything was working fine right out of the box - except one minor inconvenience that we noticed: all comments were showing up twice in the heartbeat stream.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-3 field-type-taxonomy-term-reference field-label-above clearfix&quot;&gt;&lt;h3 class=&quot;field-label&quot;&gt;blog: &lt;/h3&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;taxonomy-term-reference-0&quot;&gt;&lt;a href=&quot;/blog/drupal-7&quot;&gt;Drupal 7&lt;/a&gt;&lt;/li&gt;&lt;li class=&quot;taxonomy-term-reference-1&quot;&gt;&lt;a href=&quot;/blog/drupal-quick-tips&quot;&gt;Drupal Quick Tips&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description>
     <pubDate>Thu, 07 May 2015 12:28:15 +0000</pubDate>
 <dc:creator>konordo</dc:creator>
 <guid isPermaLink="false">107 at https://www.konordo.com</guid>
  </item>
  </channel>
</rss>
