<?xml version="1.0"?>
<rss version="2.0">
    <channel>
        <title>Gossamer Forum</title>
        <link>http://www.gossamer-threads.com/forum/</link>
        <language>en-us</language>
        <managingEditor>gforum@gossamer-threads.com</managingEditor>
        <pubDate>Mon, 20 May 2013 01:05:11 GMT</pubDate>
        <generator>Gossamer Forum by Gossamer Threads, Inc.</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        <image>
            <url>http://static.gossamer-threads.com/forum/images/gforum-logo.png</url>
            <title>Gossamer Forum</title>
            <link>http://www.gossamer-threads.com/forum/</link>
            <width>50</width>
            <height>50</height>
        </image>
        <item>
            <title>can't remove update from categories</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Discussions_F18/can&#039;t_remove_update_from_categories_P314542/?page=unread#314542</link>
            <description>The word &amp;quot;updated&amp;quot; is showing on categories even though nothing new was added to them in the last 6 months. Never goes away.

In my link.html this is what I have - can&#039;t see anything wrong there.

&amp;lt;div id=&amp;quot;l&amp;lt;%ID%&amp;gt;&amp;quot; class=&amp;quot;linklisting&amp;quot;&amp;gt;
&amp;lt;h4 class=&amp;quot;linktitle&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;lt;%URL%&amp;gt;&amp;quot;&amp;gt;&amp;lt;%Title%&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;%if isNew%&amp;gt;&amp;lt;%Plugins::ULTRAGlobals::New_Image($isNew)%&amp;gt;&amp;lt;%endif%&amp;gt;
&amp;lt;%if Admin_Ranking eq &#039;1&#039;%&amp;gt;
&amp;lt;img src=&amp;quot;http://www.linkopedia.com/image/1-star.gif&amp;quot;&amp;gt;
&amp;lt;%elsif Admin_Ranking eq &#039;2&#039;%&amp;gt;
&amp;lt;img src=&amp;quot;http://www.linkopedia.com/image/2-star.gif&amp;quot;&amp;gt;
&amp;lt;%elsif Admin_Ranking eq &#039;3&#039;%&amp;gt;
&amp;lt;img src=&amp;quot;http://www.linkopedia.com/image/3-star.gif&amp;quot;&amp;gt;
&amp;lt;%elsif Admin_Ranking eq &#039;4&#039;%&amp;gt;
&amp;lt;img src=&amp;quot;http://www.linkopedia.com/image/4-star.gif&amp;quot;&amp;gt;
&amp;lt;%elsif Admin_Ranking eq &#039;5&#039;%&amp;gt;
&amp;lt;img src=&amp;quot;http://www.linkopedia.com/image/5-star.gif&amp;quot;&amp;gt;
&amp;lt;%endif%&amp;gt;
&amp;lt;/h4&amp;gt;

&amp;lt;%if Description%&amp;gt;&amp;lt;div class=&amp;quot;linkdescription&amp;quot;&amp;gt;&amp;lt;%if highlight%&amp;gt;&amp;lt;%Links::Tools::highlight($Description, $query)%&amp;gt;&amp;lt;%else%&amp;gt;&amp;lt;%Description%&amp;gt;&amp;lt;%endif%&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;%endif%&amp;gt;
&amp;lt;p class=&amp;quot;linkurl&amp;quot;&amp;gt; &amp;lt;a href=&amp;quot;&amp;lt;%URL%&amp;gt;&amp;quot;&amp;gt;&amp;lt;%URL%&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;

&amp;lt;/div&amp;gt;

Also checked the globals and could not find a reference to it in there.
Does anytone have a clue on how I can get rid of the word &amp;quot;updated&amp;quot; that is showing on categories. Help would be appreciated.

Thanks....</description>
            <guid>104cb9b1c96b07ca3c4b3fb11266af8b</guid>
            <pubDate>Dec 29, 2012, 12:23 PM</pubDate>
        </item>
        <item>
            <title>Category.Full_Name not updating</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Development%2C_Plugins_and_Globals_F20/Category.Full_Name_not_updating_P305494/?page=unread#305494</link>
            <description>Hi there ,

I have a huge category table with a lot of categories and deep levels. The levels vary from 2 to 7. The thing is, a category with quite a bit of sub-categories in it, was not at the right place, so I moved it to the correct category using the Admin panels. That was about two weeks ago. Today I implemented a feature that utilizes the Full_Name field of the Category Table, and while I was testing it, the categories ,which I moved two weeks ago, still has the same Full_Name value in them, instead of the updated Full_Name.

for example, lets say I have &amp;quot;Africa&amp;quot; as a category, and inside &amp;quot;Africa&amp;quot; there is a category named &amp;quot;Maldives&amp;quot;. That would mean that the Full_Name value of &amp;quot;Maldives&amp;quot; should be &amp;quot;Africa/Maldives&amp;quot;, and all its sub-categories&#039; Full_Names should have &amp;quot;Africa/Maldives/XXXX&amp;quot; as a Full_Name value.

Now, &amp;quot;Maldives&amp;quot; is actually supposed to be under &amp;quot;Asia&amp;quot;. So I move &amp;quot;Maldives&amp;quot; using the Admin panels to &amp;quot;Asia&amp;quot;. The Full_Name of the moved categories should be something like &amp;quot;Asia/Maldives/XXXX&amp;quot;. But it isn&#039;t. It never updated and is still &amp;quot;Africa/Maldives/XXXX&amp;quot; even though it is moved to Asia.

How should I go about to fix this?

Ezfrag</description>
            <guid>5bce48e1bf99fc10593af7cf48f03466</guid>
            <pubDate>Apr 30, 2009, 5:47 AM</pubDate>
        </item>
        <item>
            <title>Trick two GLinks Installations to use same category table</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Development%2C_Plugins_and_Globals_F20/Trick_two_GLinks_Installations_to_use_same_category_table_P304856/?page=unread#304856</link>
            <description>Hi there

Is there a way to trick two GLinks applications into using the same physical category table.
For example, lets say I have a Videos and Photos installation, the prefixes for the tables would typically be
&amp;quot;video_&amp;quot; and &amp;quot;photo_&amp;quot;.

Is there a way to trick the Photos installation into using &amp;quot;video_Category&amp;quot; as if it is &amp;quot;photo_Category&amp;quot;?

Thanks</description>
            <guid>19c8a83c32da33f84e81a975a21648cf</guid>
            <pubDate>Feb 25, 2009, 1:42 AM</pubDate>
        </item>
        <item>
            <title>Re: [Andy] Different detail template for each category?</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Development%2C_Plugins_and_Globals_F20/Re%3A_%5BAndy%5D_Different_detail_template_for_each_category%3F_P304855/?page=unread#304855</link>
            <description>Hmmm.... makes sense. Thanks Andy. I&#039;ll give it a try later today and let you know.</description>
            <guid>21a782c16dd93ae7d796356b0b9f6061</guid>
            <pubDate>Feb 24, 2009, 11:47 PM</pubDate>
        </item>
    </channel>
</rss>
