David LeBow |
12-22-2008 05:28 AM |
Have a quick look at a feed item:
PHP Code:
<item>
<title>Senior Food Service Worker - University of Minnesota - Twin Cities, MN</title>
<link>http://www.indeed.com/rc/clk?jk=10834156c22c0684&from=rss&cd=j7KcZC1voSaE-tEYj9xfZvvWypTKmMAX1rnG2-g_P_wT8sU0arD0UG3kCb0ChPP21KVTtBebFq4hl614DjCpZ1Kd4vr2oMlH1IM1EW42zCMTfZilExgZZOWYc8u1ATaVVAMINgzXynMi8_DHqiqnWy0SAwxMf4aryrBuvF7VmOdSlbgyWV05LAPzMBaO-wHkNPgH7rls-aIXwlyWLbzi8h7QTeldOseDVcp6fPba4T0jEJeWHiPm7carAFBoIHdI&qd=RnZhMybXSk4M3QtTVGXWoUime1BNHDOgcMKo265BnIPOb00VRQQv_OHT4sbCyzM_v_wokdTwBAdSpP61-BeAfw&rd=</link>
<source>University of Minnesota</source>
<guid isPermaLink="false">834614a7c3860a1e0a03e0c312743bb6</guid>
<pubDate>Wed, 17 Dec 2008 13:54:44 GMT</pubDate>
<description>Position Category Staff Service and Maintenance (Teamsters) Appointment Term A = 12 month Appointment Type... is represented by the Teamsters Bargaining Unit. Dues... <br>
From University of Minnesota - <a href="http://www.indeed.com/job/Senior-Food-Service-Worker-at-University-of-Minnesota-in-Twin-Cities,-MN-10834156c22c0684">save job, email, more...</a>
</description>
</item>
There's a "<link> element which should turn into your link if you're using the standard template.
But: the <description> element contains an URL within it. That will become part of the description text, as ugly as it is. To my knowledge, vBulletin will not parse out links in the description text. They're using the <link> (the thing that turns into your hyperlink) to point to a generic website. They're embedding the actual link in the description.
vB staff: am I right in assuming that links within the feed <description> will not be parsed back into links?
|