<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://sina.salek.ws"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Sina Salek Official Site - Contribute</title>
 <link>https://sina.salek.ws/taxonomy/term/372/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>NEW Drupal Module : Entity Soft Delete (Entity Recyclebin/Trashbin)</title>
 <link>https://sina.salek.ws/content/new-drupal-module-entity-soft-delete-entity-recyclebintrashbin</link>
 <description>&lt;p&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;float: right; margin: 8px;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/entity_soft_delete_delete_0.jpg&quot; alt=&quot;&quot; /&gt;In multi user systems, it&#039;s usually much safer not to let users change the contents entirely in case there was a mistake or when it was needed to know what has changed by whom and revert the change if required. Drupal supports content revisioning and there are already some contributed modules that exploit this extremely useful feature like revisioning. However when it comes to content deletion, revision system can no longer be used because when a content is deleted, it gets removed from database entirely including all its revisions.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://drupal.org/project/entity_soft_delete&quot;&gt;Entity soft delete module&lt;/a&gt; has been developed to address this limitation.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/new-drupal-module-entity-soft-delete-entity-recyclebintrashbin&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/new-drupal-module-entity-soft-delete-entity-recyclebintrashbin#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/open-source-0">Open Source</category>
 <pubDate>Thu, 12 Jun 2014 09:56:55 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1539 at https://sina.salek.ws</guid>
</item>
<item>
 <title>NEW Drupal Module : Hook Post Action</title>
 <link>https://sina.salek.ws/content/new-drupal-module-hook-post-action</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;Currently Drupal core does not offer any hook to do actions after a node/entity is inserted/updated/deleted in Database. So for example you can not send an email mentioning the node after the node is inserted because Drupal uses SQL transactions and the node is not yet fully written to database when hook node presave is called so if for any reason the transaction is rolled back, users will receive a false mail.&lt;/p&gt;&lt;p&gt;So &lt;a href=&quot;https://drupal.org/project/hook_post_action&quot;&gt;Hook Post Action&lt;/a&gt; module introduces several new Drupal hooks to overcome this limitation&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/new-drupal-module-hook-post-action&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/new-drupal-module-hook-post-action#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/open-source-0">Open Source</category>
 <pubDate>Wed, 04 Jun 2014 11:13:01 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1537 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Yet another method to simplify making multipage/multistep Drupal forms</title>
 <link>https://sina.salek.ws/content/yet-another-method-simplify-making-multipagemultistep-drupal-forms</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;margin: 8px; float: right;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1405/images/field_group_ajaxify_multipage_form.jpg&quot; alt=&quot;&quot; /&gt;In Drupal there are many different methods to turn long forms into multipage/multistep forms. The most known one is perhaps the great &lt;a href=&quot;http://drupal.org/project/ctools&quot;&gt;ctools&lt;/a&gt; module or even custom solutions using Drupal’s form API. However as you may agree with me none of these solutions are really that easy, specially when it comes to Ajax. Therefore many developers in Drupal community tried or still trying to find an even easier method. What I’m going to introduce to you is yet another magical method :).&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/yet-another-method-simplify-making-multipagemultistep-drupal-forms&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/yet-another-method-simplify-making-multipagemultistep-drupal-forms#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/module">Module</category>
 <pubDate>Sun, 19 May 2013 14:59:47 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1405 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Drupal Module : Calendar Systems needs your help</title>
 <link>https://sina.salek.ws/content/drupal-module-calendar-systems-needs-your-help</link>
 <description>&lt;p style=&quot;text-align: justify;&quot;&gt;&lt;img class=&quot;imagecache-thumbnail_in_content content_thumbnail&quot; style=&quot;margin: 8px; float: right;&quot; src=&quot;https://sina.salek.ws/sites/default/files/imagecache/thumbnail_in_content/story/1403/images/calendar_systems_screenshots.jpg&quot; alt=&quot;&quot; height=&quot;188&quot; width=&quot;184&quot; /&gt;Calendar system requires a very tiny core patch to fully work, The patch was already proposed to core by a fellow developer, so i rewrote it to meet core requirements and set it to needs review (Thanks to &lt;a href=&quot;http://drupal.org/user/1597262&quot;&gt;Gaelan&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/user/496408&quot;&gt;wuinfo&lt;/a&gt; for helping in completing the patch). The good thing is that the patch is not only for Calendar Systems it&#039;s a generic patch that introduces a new hook to make it possible for third-party modules to alter format_date function. If we can get it into core it might even be possible to back port it to Drupal 7&lt;/p&gt;&lt;p&gt;You can read more about the history of calendar system module and even what a calendar system is&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div id=&quot;nuan_ria_plugin&quot;&gt;&lt;object id=&quot;plugin0&quot; style=&quot;position: absolute; z-index: 1000;&quot; type=&quot;application/x-dgnria&quot; height=&quot;0&quot; width=&quot;0&quot;&gt;&lt;param name=&quot;tabId&quot; value=&quot;ff-tab-84&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;186&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/drupal-module-calendar-systems-needs-your-help&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/drupal-module-calendar-systems-needs-your-help#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/blog-1">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/open-source-0">Open Source</category>
 <pubDate>Tue, 14 May 2013 15:31:21 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1403 at https://sina.salek.ws</guid>
</item>
<item>
 <title>Drupal&#039;s Acquia Marina Theme patched version!</title>
 <link>https://sina.salek.ws/content/drupals-acquia-marina-theme-patched-version</link>
 <description>&lt;p&gt;In Drupal it&#039;s possible to overwrite and extend a theme using sub-themes! So i usually create a custom theme for my site as a sub-Theme of a base theme and try to put all the site specific stuff to that theme instead of the base theme, although it&#039;s tricky! and sometimes i have to spend hours finding a workaround for not completely implemented sub themming features but i think it worth it.&lt;/p&gt;&lt;div id=&quot;nuan_ria_plugin&quot;&gt;&lt;object id=&quot;plugin0&quot; style=&quot;position: absolute; z-index: 1000;&quot; type=&quot;application/x-dgnria&quot; height=&quot;0&quot; width=&quot;0&quot;&gt;&lt;param name=&quot;tabId&quot; value=&quot;ff-tab-337&quot; /&gt;&lt;param name=&quot;counter&quot; value=&quot;1246&quot; /&gt;&lt;/object&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;https://sina.salek.ws/content/drupals-acquia-marina-theme-patched-version&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>https://sina.salek.ws/content/drupals-acquia-marina-theme-patched-version#comments</comments>
 <category domain="https://sina.salek.ws/category/path/blog">Blog</category>
 <category domain="https://sina.salek.ws/category/tags/contribute">Contribute</category>
 <category domain="https://sina.salek.ws/category/tags/drupal">Drupal</category>
 <category domain="https://sina.salek.ws/category/tags/drupal-planet">Drupal Planet</category>
 <category domain="https://sina.salek.ws/category/tags/opensource">OpenSource</category>
 <category domain="https://sina.salek.ws/category/tags/patch">Patch</category>
 <category domain="https://sina.salek.ws/category/tags/theme">Theme</category>
 <pubDate>Sun, 20 Dec 2009 01:15:32 +0000</pubDate>
 <dc:creator>admin</dc:creator>
 <guid isPermaLink="false">1301 at https://sina.salek.ws</guid>
</item>
</channel>
</rss>
