<?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>Practical Joomla! &#187; jforms</title>
	<atom:link href="http://www.practicaljoomla.com/tag/jforms/feed" rel="self" type="application/rss+xml" />
	<link>http://www.practicaljoomla.com</link>
	<description>Looking at Joomla! and its extensions through the eyes of a Webmaster</description>
	<lastBuildDate>Fri, 13 May 2011 13:43:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Changing The Mail Subject Line For JForms</title>
		<link>http://www.practicaljoomla.com/extensions/changing-the-mail-subject-line-for-jforms</link>
		<comments>http://www.practicaljoomla.com/extensions/changing-the-mail-subject-line-for-jforms#comments</comments>
		<pubDate>Wed, 17 Feb 2010 08:56:56 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Tiny Issues And Solutions]]></category>
		<category><![CDATA[jforms]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.practicaljoomla.com/?p=92</guid>
		<description><![CDATA[ <p>An issue that had been bugging me for a while now was the fact that JForms, I guess the best form creation plugin around for Joomla!, sends out all mail messages&#160;sent through the forms with:</p> subject line &#39;New entry added&#39; to the administrator (me) subject line &#39;Your entry has been received&#39; for the confirmation <p>Read the post at <a href="http://www.practicaljoomla.com/extensions/changing-the-mail-subject-line-for-jforms">Changing The Mail Subject Line For JForms</a></p>]]></description>
			<content:encoded><![CDATA[<p>An issue that had been bugging me for a while now was the fact that JForms, I guess the best form creation plugin around for Joomla!, sends out all mail messages&nbsp;sent through the forms with:</p>
<ul>
<li>subject line &#39;New entry added&#39; to the administrator (me)</li>
<li>subject line &#39;Your entry has been received&#39; for the confirmation mail to the sender of the mail</li>
</ul>
<p>There is no variable &#8211; yet &#8211; in the JForms interface to change that, and it looks quite unprofessional to the sender and is quite annoying for the admin when he or she runs multiple sites. The subject line should, in my humble opinion, at least give away the site name the mail is sent from, so the admin knows what action to take.</p>
<p>It took me some time, but I finally found the solution. It&#39;s requires going into a php file and changing stuff, but for most admins, that should not be a problem.</p>
<p><strong>The solution</strong></p>
<ul>
<li>Fire up your favorite FTP application (I use CuteFTP) and go to your Joomla! installation folder</li>
<li>Go to folder /administrator/components/com_jforms/plugins/storage/Mail</li>
<li>Download file mail.php to your desktop</li>
<li>Make a security copy of the mail.php file, so you have a proper copy when things don&#39;t work out!</li>
<li>Use a text editor (Notepad), make sure you turn Word Wrap off, and open the mail.php file</li>
<li>Go to the following lines:</li>
</ul>
<p style="margin-left: 40px"><strong>//$mail-&gt;setSender( array( $email, $name ) );<br />
	$mail-&gt;SetSubject(JText::_(&#39;New entry added&#39;));<br />
	$mail-&gt;SetBody( $adminMessage );<br />
	$mail-&gt;Send();</strong></p>
<ul>
<li>Change the text &#39;New entry added&#39; in line <em>$mail-&gt;SetSubject(JText::_(&#39;New entry added&#39;));</em> to the subject you want to use for the administrator mail. Make sure you do not delete the start or end quotes!</li>
<li>Go to the following lines:</li>
</ul>
<p style="margin-left: 40px"><strong>//$mail-&gt;setSender( array( $email, $name ) );<br />
	$mail-&gt;SetSubject(JText::_(&#39;Your entry has been received&#39;));<br />
	$mail-&gt;SetBody($userMessage);<br />
	$mail-&gt;Send();</strong></p>
<ul>
<li>Change the text &#39;Your entry has been received&#39; in line <em>$mail-&gt;SetSubject(JText::_(&#39;Your entry has been received&#39;));</em>&nbsp;to the subject you want to use for the confirmation mail the sender receives. Again, make sure you do not delete the start or end quotes!</li>
<li>Save the mail.php file (WordWrap should be off, otherwise the file contents mash up!), open it again to ensure the file still looks good, and upload it to the folder you downloaded it from</li>
</ul>
<p>This takes care of this tiny issue with JForms!</p>
_____________________________________________________________________________________________
<p><strong>Robin Roelofsen</strong></p>
<p>"I think complexity is mostly sort of crummy stuff that is there because it's too expensive to change the interface."<br>
<em>Jaron Lanier</em></p><div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.practicaljoomla.com/extensions/changing-the-mail-subject-line-for-jforms' addthis:title='Changing The Mail Subject Line For JForms '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.practicaljoomla.com/extensions/changing-the-mail-subject-line-for-jforms/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>My Favorite Joomla! Extensions</title>
		<link>http://www.practicaljoomla.com/extensions/my-favorite-joomla-extensions</link>
		<comments>http://www.practicaljoomla.com/extensions/my-favorite-joomla-extensions#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:28:43 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Extensions]]></category>
		<category><![CDATA[Setting Up Joomla!]]></category>
		<category><![CDATA[addthis]]></category>
		<category><![CDATA[banner slider]]></category>
		<category><![CDATA[bigshot google analytics]]></category>
		<category><![CDATA[front-end font size adjuster]]></category>
		<category><![CDATA[jce]]></category>
		<category><![CDATA[jcomments]]></category>
		<category><![CDATA[jforms]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>
		<category><![CDATA[joomlapack]]></category>
		<category><![CDATA[missing metadata]]></category>
		<category><![CDATA[multiads]]></category>
		<category><![CDATA[ninja rss syndicator]]></category>
		<category><![CDATA[seo simple]]></category>
		<category><![CDATA[sh404sef]]></category>
		<category><![CDATA[simple rss feed reader]]></category>
		<category><![CDATA[xmap]]></category>

		<guid isPermaLink="false">http://www.practicaljoomla.com/?p=76</guid>
		<description><![CDATA[<p>Some Joomla! extensions you always use, some you only install when the situation asks for it. There are paid extensions and free, open source extensions. In most cases, you will be able to find the functionality you are looking for amongst the many free extensions in the Joomla! extensions library.&#160;</p> <p>After a fresh install of <p>Read the post at <a href="http://www.practicaljoomla.com/extensions/my-favorite-joomla-extensions">My Favorite Joomla! Extensions</a></p>]]></description>
			<content:encoded><![CDATA[<p>Some Joomla! extensions you always use, some you only install when the situation asks for it. There are paid extensions and free, open source extensions. In most cases, you will be able to find the functionality you are looking for amongst the many free extensions in the <a target="_blank" href="http://extensions.joomla.org/" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/?referer=');">Joomla! extensions library</a>.&nbsp;</p>
<p>After a fresh install of Joomla! 1.5, I start adding my favorite extensions to the install. These are the extensions I use for each and every install, although I might run into an extension later I want to add to my main extensions list. In another post I will explain how you can install extensions into your Joomla! install.</p>
<p>&nbsp;</p>
<p><strong>My Favorite Joomla! Extensions</strong></p>
<p>All of the extensions below will be explained in more detail later in the Extensions category on this blog, and will be linked to from this page. The extension name itself is linked to the extension&rsquo;s page in the Joomla! extensions library.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/site-management/sef/10134" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/site-management/sef/10134?referer=');">sh404SEF</a><br />
Joomla!&rsquo;s URLs don&rsquo;t look too good directly out of the box. You can select them to be more search engine friendly (SEF), but sh404SEF does the job a whole lot better. This extension is commercial nowadays, but it is worth the investment. I still use the free version, though.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/edition/editors/88" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/edition/editors/88?referer=');">JCE</a><br />
The built-in editor in every Joomla! install is called TinyMCE. TinyMCE is workable, but when you want to have a decent editor with a lot more options and possibilities, look no further than JCE.<img border="0" hspace="5" alt="Joomla! Extensions Library" vspace="5" align="right" width="300" height="237" src="http://www.practicaljoomla.com/wp-content/uploads/image/extensions-library.jpg" /> There are a lot of extensions for JCE specifically (make sure to install the free JCE Utilities from JCE itself), so you can modify the editor to your liking.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/access-a-security/backup/1606" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/access-a-security/backup/1606?referer=');">JoomlaPack</a><br />
Every website needs to be backed up, and JoomlaPack is the best for Joomla! websites. It also creates backups with an automatic installer, so you can prepare your site, back it up and install it in its final location.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/structure-a-navigation/site-map/3066" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/structure-a-navigation/site-map/3066?referer=');">Xmap</a><br />
No website is complete without a site map, and Xmap creates them on the fly whenever the site is updated.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/site-management/site-analytics/6170" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/site-management/site-analytics/6170?referer=');">BIGSHOT Google Analytics</a><br />
As a savvy webmaster, you will want to have a deeper insight in your traffic. Google Analytics provides that &ndash; for free &ndash; and BIGSHOT Google Analytics places it on your Joomla! pages easily.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/site-management/seo-a-metadata/4102" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/site-management/seo-a-metadata/4102?referer=');">SEO Simple</a><br />
Joomla! does not give you the possibility to add meta tags to your section and category pages. SEO Simple automatically takes the first part of the text on your page and adds that to the page as a description tag.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/languages/translations-for-joomla" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/languages/translations-for-joomla?referer=');">Language Pack</a><br />
When you&rsquo;re building sites in another language than English, you will want to change the site&rsquo;s frontend and &ndash; maybe &ndash; backend to the desired language. There are translations in loads of languages available via the link.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/contacts-and-feedback/forms/6965" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/contacts-and-feedback/forms/6965?referer=');">JForms</a><br />
To build contact forms, JForms is the best! I tried several others, and &ndash; even though it has its flaws &ndash; I stopped at JForms.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/contacts-and-feedback/articles-comments/9985" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/contacts-and-feedback/articles-comments/9985?referer=');">JComments</a><br />
The best way to keep visitors coming back is by allowing them to participate on your site. JComments does the best job here.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/content-sharing/rss-syndicate/6392" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/content-sharing/rss-syndicate/6392?referer=');">Ninja RSS Syndicator</a><br />
This extension allows you to create custom RSS feeds for each and every section and category combination you want.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/social-web/social-bookmarking/9111" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/social-web/social-bookmarking/9111?referer=');">AddThis</a><br />
When you want your visitors to list your site on social bookmarking sites, this extension gives them that opportunity straight from your site.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/ads-a-affiliates/banner-management/3642" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/ads-a-affiliates/banner-management/3642?referer=');">Banner Slider</a><br />
I was looking to add banners to my site, but wanted to have them change during a visitor&rsquo;s stay. Banner Slider provides an easy way of showing multiple banners in one spot where you want them to show up.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/style-a-design/typography/8295" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/style-a-design/typography/8295?referer=');">Front-end Font Size Adjuster</a><br />
To facilitate the seniors and people with poor eye vision, it is great to enable them to increase or decrease the font size used on your site. This extension is the best I found.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/site-management/seo-a-metadata/2846" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/site-management/seo-a-metadata/2846?referer=');">Missing Metadata</a><br />
When you create a lot of content, you will definitely sometimes forget to add the necessary metadata to an article. This extension shows you which articles&rsquo; meta data fields have not been filled.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/ads-a-affiliates/google-ads/4995" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/ads-a-affiliates/google-ads/4995?referer=');">MultiAds</a><br />
To place Google Adsense ads (or any other types of ads) on your articles, MultiAds is the easiest and most versatile solution.</p>
<p><a target="_blank" href="http://extensions.joomla.org/extensions/external-contents/rss-readers/1723" onclick="pageTracker._trackPageview('/outgoing/extensions.joomla.org/extensions/external-contents/rss-readers/1723?referer=');">Simple RSS Feed Reader</a><br />
I make use of many RSS feeds on my sites to give the visitors fresh content regularly. This extension does a great job doing that.</p>
<p>&nbsp;</p>
<p>Phew! That was it! These are the main extensions I use on my sites. In future posts, I will explain the details of each extension, plus how you can best put them to use.</p>
_____________________________________________________________________________________________
<p><strong>Robin Roelofsen</strong></p>
<p>"I think complexity is mostly sort of crummy stuff that is there because it's too expensive to change the interface."<br>
<em>Jaron Lanier</em></p><div><a class="addthis_button" href="//addthis.com/bookmark.php?v=250" addthis:url='http://www.practicaljoomla.com/extensions/my-favorite-joomla-extensions' addthis:title='My Favorite Joomla! Extensions '><img src="//cache.addthis.com/cachefly/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.practicaljoomla.com/extensions/my-favorite-joomla-extensions/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

