<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TemplateZine &#187; Add-ons</title>
	<atom:link href="http://www.templatezine.com/category/add-ons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.templatezine.com</link>
	<description>Reviewing Web Templates</description>
	<lastBuildDate>Mon, 23 Jan 2012 14:27:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How to Drupal: Views Module</title>
		<link>http://www.templatezine.com/2010/02/how-to-drupal-views-module/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-drupal-views-module</link>
		<comments>http://www.templatezine.com/2010/02/how-to-drupal-views-module/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:24:20 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[drupal how to]]></category>
		<category><![CDATA[drupal modules]]></category>
		<category><![CDATA[drupal tutorials]]></category>
		<category><![CDATA[drupal views module]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/2010/02/how-to-drupal-views-module/</guid>
		<description><![CDATA[Though Views module is not standard Drupal module, it is one of the basic modules. I install Views every time creating a website even if I&#8217;m not going to use it so far. I’m sure ...]]></description>
			<content:encoded><![CDATA[<p>Though Views module is not standard Drupal module, it is one of the basic modules. I install Views every time creating a website even if I&#8217;m not going to use it so far. I’m sure that first or last I will need Views!</p>
<p> <span id="more-713"></span>
<p>In this article I would tell you about Views module and describe how you can work with it on the example of creating a block that would display the last articles added to your site.</p>
<p>The Views module provides a flexible method for Drupal site designers to control how lists and tables of content (nodes in Views 1, almost anything in Views 2) are presented. Traditionally, Drupal has hard-coded most of this, particularly in how taxonomy and tracker lists are formatted. </p>
<p>This tool is essentially a smart query builder that, given enough information, can build the proper query, execute it, and display the results. It has four modes, plus a special mode, and provides an impressive amount of functionality from these modes.</p>
<p>Among other things, Views can be used to generate reports, create summaries, and display collections of images and other content.</p>
<p>What the official documentation tells about Views?</p>
<p><b>You need Views if:</b></p>
<ul>
<li>You like the default front page view, but you find you want to sort it differently. </li>
<li>You like the default taxonomy/term view, but you find you want to sort it differently; for example, alphabetically. </li>
<li>You use /tracker, but you want to restrict it to posts of a certain type. </li>
<li>You like the idea of the &#8216;article&#8217; module, but it doesn&#8217;t display articles the way you like. </li>
<li>You want a way to display a block with the 5 most recent posts of some particular type. </li>
<li>You want to provide &#8216;unread forum posts&#8217;. </li>
<li>You want a monthly archive similar to the typical Movable Type/Wordpress archives that displays a link to the in the form of &quot;Month, YYYY (X)&quot; where X is the number of posts that month, and displays them in a block. The links lead to a simple list of posts for that month. </li>
</ul>
<p>Views can do a lot more than that, but those are some of the obvious uses of Views. </p>
<p>So, if you wish to use Views for your Drupal web-site, download it and install. You can find the detailed instruction of how to install Drupal modules here: <a href="http://www.templatezine.com/2010/01/how-to-install-a-new-module-to-drupal-based-site/">http://www.templatezine.com/2010/01/how-to-install-a-new-module-to-drupal-based-site/</a>. Enable all components for this module.</p>
<p>Let’s proceed. Now we are going to create a block that would show the last 5 articles added to the website. </p>
<p>Navigate to the <b>Administer &gt; Site building &gt; Views</b> item of the <b>admin</b> menu:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image001.jpg"><img title="clip_image001" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="350" alt="clip_image001" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image001_thumb.jpg" width="160" border="0" /></a></p>
<p>And then click <b>Add</b> tab:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image003.jpg"><img title="clip_image003" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="157" alt="clip_image003" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image003_thumb.jpg" width="625" border="0" /></a></p>
<p>Fill in the details of our block:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image005.jpg"><img title="clip_image005" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="515" alt="clip_image005" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image005_thumb.jpg" width="655" border="0" /></a></p>
<p>Please make sure that you’ve selected <b>Node</b> for the <i>View type</i>.</p>
<p>You will then see the Latest News settings:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image007.jpg"><img title="clip_image007" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="414" alt="clip_image007" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image007_thumb.jpg" width="647" border="0" /></a></p>
<p><b>Add fields</b> for your block with the latest articles.</p>
<p>Fields are only applicable to a view if either the page or block type is set to List or Table view. If using a purely teaser view, fields will be ignored. Fields tell Views exactly what to display and in what order.</p>
<p>Click “+” button within the <b>Fields</b> area and add <b>Node: Title</b> type of the field for your block:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image008.jpg"><img title="clip_image008" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="405" alt="clip_image008" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image008_thumb.jpg" width="659" border="0" /></a></p>
<p>Check the <b>Node: Title</b> from the list of the available fields and click <b>Add</b> button at the bottom of the page. Configure this field:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image009.jpg"><img title="clip_image009" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="488" alt="clip_image009" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image009_thumb.jpg" width="560" border="0" /></a></p>
<p>Check <b>Link this field to its node</b> box and click <b>Update</b>.</p>
<p><b>Add Filters</b> for your block.</p>
<p>Filters are what are used to reduce the result set of a View to a manageable amount of data. They are a critical part of the foundation of this system.</p>
<p>The filtering system is a compromise between flexibility and ease of use. To be truly powerful, filters should provide the ability to do an OR, but as it stands, these filters are all ANDed together. That means that every filter is applied. While the ability to do an OR would be nice, unfortunately the level of complexity in the interface to do that is well beyond the benefit that would be given.</p>
<p>The order of filters is irrelevant, though they can be re-ordered as a convenience.</p>
<p>Then specify a filter for your block. Click “+” button within Filter area and add <b>Node: Type</b> filter:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image010.jpg"><img title="clip_image010" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="361" alt="clip_image010" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image010_thumb.jpg" width="579" border="0" /></a></p>
<p>Click <b>Add</b>. </p>
<p>Configure filter <b>Node: Type</b>:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image011.jpg"><img title="clip_image011" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="189" alt="clip_image011" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image011_thumb.jpg" width="558" border="0" /></a></p>
<p>Check <b>Page</b> as a <i>Node type</i> and click <b>Update</b>.</p>
<p>Then add <b>Node: Published</b> filter and select <b>Published – Yes</b> when configuring it. </p>
<p><b>Add Sort Criteria</b> for your block. </p>
<p>The sort criteria on a View controls the order in which views results are presented. In general, sort criteria are specified by a direction, and the order is important.</p>
<p>Click “+” button within the Sort Criteria and check <b>Node: Post date</b> item:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image012.jpg"><img title="clip_image012" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="315" alt="clip_image012" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image012_thumb.jpg" width="509" border="0" /></a></p>
<p>Click <b>Add</b>. </p>
<p>Configure the selected criteria in the following manner:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image013.jpg"><img title="clip_image013" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="289" alt="clip_image013" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image013_thumb.jpg" width="530" border="0" /></a></p>
<p>And click <b>Update</b>.</p>
<p>Change <b>Items to display</b> from the default 10 to 5 items within <b>Basic settings</b>: </p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image015.jpg"><img title="clip_image015" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="511" alt="clip_image015" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image015_thumb.jpg" width="641" border="0" /></a></p>
<p>Click <b>Update</b>.</p>
<p><b>Select a Block View</b> for your block. </p>
<p>A block view will appear as a &#8216;block&#8217; on your site, meaning it can be put into the sidebars, or any other region your theme supports. The same view can provide both &#8216;block&#8217; and &#8216;page&#8217; views and they can have very different characteristics.</p>
<p>Set <b>Defaults</b> to <b>Block</b>:</p>
<p><a href="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image017.jpg"><img title="clip_image017" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="343" alt="clip_image017" src="http://www.templatezine.com/wp-content/uploads/HowtoDrupalViewsModule_11EB5/clip_image017_thumb.jpg" width="640" border="0" /></a></p>
<p>And click <b>Save </b>button at the bottom of the page. We’ve done! Now you block appears in the right-side area of the page. </p>
<p>However, you can change allocation of any block (read more: <a href="http://www.templatezine.com/2010/01/how-to-allocate-blocks-on-your-drupal-based-web-site/">http://www.templatezine.com/2010/01/how-to-allocate-blocks-on-your-drupal-based-web-site/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2010/02/how-to-drupal-views-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Contact Us Plugin for Joomla (With Captcha)</title>
		<link>http://www.templatezine.com/2009/03/simple-contact-us-plugin-for-joomla-with-captcha/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=simple-contact-us-plugin-for-joomla-with-captcha</link>
		<comments>http://www.templatezine.com/2009/03/simple-contact-us-plugin-for-joomla-with-captcha/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 07:14:56 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=278</guid>
		<description><![CDATA[Joomla 1.5 does not allow the Developers to create contact forms with spam protection (such as Captcha feature) by default. If you are looking for a simple contact us form with Captcha feature, then <a href="http://extensions.joomla.org/extensions/contacts-&#038;-feedback/contacts/7207/details">this powerful plugin</a> is what you need...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.templatezine.com/wp-content/uploads/2009/03/joomla-logo-150x137.jpg" alt="Joomla Addons" title="Joomla Addons" width="150" height="137" class="alignleft size-thumbnail wp-image-167" />Joomla 1.5 does not allow the Developers to create contact forms with spam protection (such as Captcha feature) by default. If you are looking for a simple contact us form with Captcha feature, then <a href="http://extensions.joomla.org/extensions/contacts-&#038;-feedback/contacts/7207/details">this powerful plugin</a> is what you need.</p>
<p>Created by <a href="http://www.software13.co.uk/">Software 13</a>, this plugin enables you to create a contact form with captcha feature to prevent auto spammers using your contact form. You will have to sign up a free <a href="http://recaptcha.net/">Recaptcha account</a> for this plugin to work.</p>
<p>Click here to see this <a href="http://www.software13.co.uk/contact-us.html">contact form plugin</a> in action!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/03/simple-contact-us-plugin-for-joomla-with-captcha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving Joomla Site From Your Local Host to Live Server</title>
		<link>http://www.templatezine.com/2009/02/moving-joomla-site-from-your-local-host-to-live-server/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=moving-joomla-site-from-your-local-host-to-live-server</link>
		<comments>http://www.templatezine.com/2009/02/moving-joomla-site-from-your-local-host-to-live-server/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 03:42:10 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[joomla migration]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=89</guid>
		<description><![CDATA[This post illustrates step by step procedures to help you backup your Joomla site using <a href="http://extensions.joomla.org/extensions/access-&#038;-security/backup/1606/details">JoomlaPack</a>, and upload it to a new server without any problems...]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_90" class="wp-caption alignleft" style="width: 138px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/how-to.jpg" alt="How to" title="How to" width="128" height="128" class="size-full wp-image-90" /><p class="wp-caption-text">How to</p></div>There are times where you want to move all your Joomla files from your local testing environment to your web server to be accessed by the World Wide Web and most people will screw up along the way due to database details incompatibility and improper file hierarchy etc. </p>
<p>This post illustrates step by step procedures to help you backup your Joomla site using <a href="http://extensions.joomla.org/extensions/access-&#038;-security/backup/1606/details">JoomlaPack</a>, and upload it to a new server without any problems =)<br />
<span id="more-89"></span><br />
1. Install <a href="http://extensions.joomla.org/extensions/access-&#038;-security/backup/1606/details">Joomlapack </a>in your localhost. JoomlaPack is a powerful backup utility that compresses all your files to a single zip file.</p>
<p>2. Backup your localhost site using Joomlapack. The output will be a zip file.</p>
<p>3. Unzip the file and upload all the files to your server.</p>
<p>4. Point to your server URL. (http://www.templatezine.com/ etc)</p>
<p>5. Enter the new Database name (the one you use in localhost does not matter anymore). Before, this, make sure you create the database in your Cpanel first.</p>
<p>6. The installation will now duplicate all the entries you have in your localhost and install in your server, easy =)</p>
<p>Thank you for this great add-on, <a href="http://extensions.joomla.org/extensions/owner/igeoffi/1">JoomlaPack Team</a> =)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/02/moving-joomla-site-from-your-local-host-to-live-server/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Custom Footer &#8211; Joomla Template Add-on</title>
		<link>http://www.templatezine.com/2009/02/custom-footer-joomla-template-add-on/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-footer-joomla-template-add-on</link>
		<comments>http://www.templatezine.com/2009/02/custom-footer-joomla-template-add-on/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 12:02:32 +0000</pubDate>
		<dc:creator>Aleksey</dc:creator>
				<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.templatezine.com/?p=34</guid>
		<description><![CDATA[Installing this add-on will allow you to change the footer text in your administrator panel using the Module Manager. You are able to add in HTML codes as well, thus giving you great flexibility especially if you are giving credits to your sponsors or supporters..]]></description>
			<content:encoded><![CDATA[<p>If you have been a Joomla Developer for sometime, you may find it a hassle to change your footer note. If you are using templates (which most of us will), you must go into the template index.php to manually add in the codes and upload the file to your server. </p>
<p>This is not sexy at all especially for people (which again, most of us) who do not have knowledge or  just do not want to mess with codes. Until this feature is packaged together with the new Joomla version, we will have to applaud <a href="http://joomlacode.org/gf/user/philippeborowek/">Philippe S Borowek</a> for his significant contribution of his custom footer add-on for Joomla 1.5. <span id="more-34"></span></p>
<div id="attachment_35" class="wp-caption aligncenter" style="width: 410px"><img src="http://www.templatezine.com/wp-content/uploads/2009/02/custom-footer.jpg" alt="Change your Joomla footer note within seconds!" title="Change your Joomla footer note within seconds!" width="400" height="176" class="size-full wp-image-35" /><p class="wp-caption-text">Change your Joomla footer note within seconds!</p></div>
<p>Installing this add-on will allow you to change the footer text in your administrator panel using the Module Manager. You are able to add in HTML codes as well, thus giving you great flexibility especially if you are giving credits to your sponsors or supporters.</p>
<p><a href="http://joomlacode.org/gf/project/customfooter/frs/">Download this time-saving add-on here!</a> Did I mention its free? Thanks Philippe =)</p>
<p><strong>Extra Note:</strong><br />
<em>In Joomla version 1.5, you can simply disable the footer module if you do not want to show anything in your site&#8217;s footer. Joomla default installation comes with the original footer module which you can disable with a click. However, you will need the above add-on or manually change the codes if you want to customize your footer text.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.templatezine.com/2009/02/custom-footer-joomla-template-add-on/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

