<?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: The elusive http://</title>
	<atom:link href="http://www.redjumpsuit.net/2009/11/26/the-elusive-http/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redjumpsuit.net/2009/11/26/the-elusive-http/</link>
	<description>jobberBase custom development and support</description>
	<lastBuildDate>Thu, 29 Jul 2010 21:33:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A Better URL Fix &#124; RedJumpsuit</title>
		<link>http://www.redjumpsuit.net/2009/11/26/the-elusive-http/comment-page-1/#comment-527</link>
		<dc:creator>A Better URL Fix &#124; RedJumpsuit</dc:creator>
		<pubDate>Fri, 28 May 2010 20:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=854#comment-527</guid>
		<description>[...] take to fixing the URL problem in jobberBase. i originally posted a fix back in November called The elusive http:// but later on realized that it would be tiring to keep adding the script/code everytime you have a [...]</description>
		<content:encoded><![CDATA[<p>[...] take to fixing the URL problem in jobberBase. i originally posted a fix back in November called The elusive http:// but later on realized that it would be tiring to keep adding the script/code everytime you have a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LA Auto Jobs</title>
		<link>http://www.redjumpsuit.net/2009/11/26/the-elusive-http/comment-page-1/#comment-397</link>
		<dc:creator>LA Auto Jobs</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=854#comment-397</guid>
		<description>I tried your fix and it worked perfectly on the first try.

I re-added the STRONG tags to the company name in my job-details.tpl file (line 28).

&lt;code&gt;
{if $job_url != &#039;&#039;}&lt;a href=&quot;{$job_url}&quot; rel=&quot;nofollow&quot;&gt;{$job.company}&lt;/a&gt;{else}&lt;strong&gt;{$job.company}&lt;/strong&gt;{/if}
&lt;/code&gt;

THANK YOU!!!  That was driving me nuts.  WORSE was that on my previous deployment at &lt;a href=&quot;http://portlandautojobs.com&quot; rel=&quot;nofollow&quot;&gt;Portland Auto Jobs&lt;/a&gt; it did that error for the first 3 POSTINGS, then stopped all the sudden and never did it again!!!

But on this new deployment Portland Auto Jobs, it hasn&#039;t stopped doing it yet....

AT ISSUE of course is the bug where the COMPANY NAME URL is hyperlinked instead to the POST ITSELF and NOT the Company Website (although it tries to append the company website URL at the end of the post URL.  This is equivalent to an HTML error where you try to do an A tag without HTTP, like this

&lt;code&gt;&lt;a href=&quot;www.somesite.com&quot; rel=&quot;nofollow&quot;&gt; FOO &lt;/a&gt;&lt;/code&gt;

Thanks for the fix!</description>
		<content:encoded><![CDATA[<p>I tried your fix and it worked perfectly on the first try.</p>
<p>I re-added the STRONG tags to the company name in my job-details.tpl file (line 28).</p>
<p><code><br />
{if $job_url != ''}<a href="{$job_url}" rel="nofollow">{$job.company}</a>{else}<strong>{$job.company}</strong>{/if}<br />
</code></p>
<p>THANK YOU!!!  That was driving me nuts.  WORSE was that on my previous deployment at <a href="http://portlandautojobs.com" rel="nofollow">Portland Auto Jobs</a> it did that error for the first 3 POSTINGS, then stopped all the sudden and never did it again!!!</p>
<p>But on this new deployment Portland Auto Jobs, it hasn&#8217;t stopped doing it yet&#8230;.</p>
<p>AT ISSUE of course is the bug where the COMPANY NAME URL is hyperlinked instead to the POST ITSELF and NOT the Company Website (although it tries to append the company website URL at the end of the post URL.  This is equivalent to an HTML error where you try to do an A tag without HTTP, like this</p>
<p><code><a href="www.somesite.com" rel="nofollow"> FOO </a></code></p>
<p>Thanks for the fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.redjumpsuit.net/2009/11/26/the-elusive-http/comment-page-1/#comment-392</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.redjumpsuit.net/?p=854#comment-392</guid>
		<description>I tried this fix, and encountered issues.

I think it is the code being added into the jobs-details.tpl file

I used a temporary fix that I am not happy with so if you can help me to get your code block to work that would be great.

here is what I currently got on jobs-details.tpl 

{if $job.url &amp;&amp; $job.url != &#039;http://&#039;}
&lt;a href=&quot;http://{$job.url}&quot; rel=&quot;nofollow&quot;&gt;{$job.company}&lt;/a&gt;

when I replace it with your code I get this error and it will not display the job details.
If I add your code and do not remove the existing code then I get duplication of the users link</description>
		<content:encoded><![CDATA[<p>I tried this fix, and encountered issues.</p>
<p>I think it is the code being added into the jobs-details.tpl file</p>
<p>I used a temporary fix that I am not happy with so if you can help me to get your code block to work that would be great.</p>
<p>here is what I currently got on jobs-details.tpl </p>
<p>{if $job.url &amp;&amp; $job.url != &#8216;http://&#8217;}<br />
<a href="http://{$job.url}" rel="nofollow">{$job.company}</a></p>
<p>when I replace it with your code I get this error and it will not display the job details.<br />
If I add your code and do not remove the existing code then I get duplication of the users link</p>
]]></content:encoded>
	</item>
</channel>
</rss>
