<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Joomla Jobline Component Strip Slashes</title>
	<atom:link href="http://www.nickhammond.com/2008/05/01/joomla-jobline-component-strip-slashes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nickhammond.com/2008/05/01/joomla-jobline-component-strip-slashes/</link>
	<description>freelance web developer in Chandler, AZ</description>
	<lastBuildDate>Thu, 22 Jul 2010 21:03:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://www.nickhammond.com/2008/05/01/joomla-jobline-component-strip-slashes/comment-page-1/#comment-1321</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 23 Apr 2010 04:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.adevstar.com/joomla-jobline-component-strip-slashes/#comment-1321</guid>
		<description>Thanks for the update Charley! I haven&#039;t touched Joomla in a few years now so it&#039;s nice to have an update to that issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the update Charley! I haven&#8217;t touched Joomla in a few years now so it&#8217;s nice to have an update to that issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charley Hankins</title>
		<link>http://www.nickhammond.com/2008/05/01/joomla-jobline-component-strip-slashes/comment-page-1/#comment-1318</link>
		<dc:creator>Charley Hankins</dc:creator>
		<pubDate>Wed, 14 Apr 2010 20:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.adevstar.com/joomla-jobline-component-strip-slashes/#comment-1318</guid>
		<description>Nick,
Great solution bro!  Thanks very much. 

I do have a recommendation, though.  The way you have your solution is a little confusing at first.  I would recommend placing it thus:

Step 1:
/administrator/components/com_jobline/admin.jobline.php
Look for the editJobPosting function and just before the last line in this function which is:
HTML_jobline_admin::editJobPosting( $row, $lists, $cur_template, $returnpage ); add the following lines of code.

$row-&gt;description = stripslashes($row-&gt;description);
$row-&gt;qualifications = stripslashes($row-&gt;qualifications);
$row-&gt;applyinfo = stripslashes($row-&gt;applyinfo);


*(note for nick:  I deleted the &lt;/blockquote&gt; which is now at the end of that last line).


Step 2:
That just fixes editing in the backend, now for the front end view. Go find this file...
/components/com_jobline/jobline.php
and look for this function viewJobPosting and add the same lines as above which are
&lt;pre lang=&quot;php&quot;&gt;
$row-&gt;description = stripslashes($row-&gt;description);
$row-&gt;qualifications = stripslashes($row-&gt;qualifications);
$row-&gt;applyinfo = stripslashes($row-&gt;applyinfo);

Thanks again for the solution.
Charley</description>
		<content:encoded><![CDATA[<p>Nick,<br />
Great solution bro!  Thanks very much. </p>
<p>I do have a recommendation, though.  The way you have your solution is a little confusing at first.  I would recommend placing it thus:</p>
<p>Step 1:<br />
/administrator/components/com_jobline/admin.jobline.php<br />
Look for the editJobPosting function and just before the last line in this function which is:<br />
HTML_jobline_admin::editJobPosting( $row, $lists, $cur_template, $returnpage ); add the following lines of code.</p>
<p>$row-&gt;description = stripslashes($row-&gt;description);<br />
$row-&gt;qualifications = stripslashes($row-&gt;qualifications);<br />
$row-&gt;applyinfo = stripslashes($row-&gt;applyinfo);</p>
<p>*(note for nick:  I deleted the  which is now at the end of that last line).</p>
<p>Step 2:<br />
That just fixes editing in the backend, now for the front end view. Go find this file&#8230;<br />
/components/com_jobline/jobline.php<br />
and look for this function viewJobPosting and add the same lines as above which are</p>
<pre lang="php">
$row-&gt;description = stripslashes($row-&gt;description);
$row-&gt;qualifications = stripslashes($row-&gt;qualifications);
$row-&gt;applyinfo = stripslashes($row-&gt;applyinfo);

Thanks again for the solution.
Charley</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.nickhammond.com/2008/05/01/joomla-jobline-component-strip-slashes/comment-page-1/#comment-1225</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 05 Nov 2009 02:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.adevstar.com/joomla-jobline-component-strip-slashes/#comment-1225</guid>
		<description>@toby no problem!

I don&#039;t offhand, sorry.</description>
		<content:encoded><![CDATA[<p>@toby no problem!</p>
<p>I don&#8217;t offhand, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby</title>
		<link>http://www.nickhammond.com/2008/05/01/joomla-jobline-component-strip-slashes/comment-page-1/#comment-1224</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Wed, 04 Nov 2009 23:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.adevstar.com/joomla-jobline-component-strip-slashes/#comment-1224</guid>
		<description>Thanks for the jobline solution - I was having a really hard time with this issue. 

By the way, do you know of a Jobline plugin for Xmap?</description>
		<content:encoded><![CDATA[<p>Thanks for the jobline solution &#8211; I was having a really hard time with this issue. </p>
<p>By the way, do you know of a Jobline plugin for Xmap?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
