<?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>Sat, 18 May 2013 22:59:33 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>Re: [hegu] Same content for specified category and all subcategories</title>
            <link>http://www.gossamer-threads.com/forum/Products_C9/Gossamer_Links_C5/Development%2C_Plugins_and_Globals_F20/Re%3A_%5Bhegu%5D_Same_content_for_specified_category_and_all_subcategories_P305872/?page=unread#305872</link>
            <description>Use istart. For example:



Code:
&amp;lt;%if Full_Name istart = &amp;quot;Test 1&amp;quot;%&amp;gt;
bla bla
&amp;lt;%elseif Full_Name istart = &amp;quot;Test 2&amp;quot;%&amp;gt;
bla bla
&amp;lt;%elseif Full_Name istart = &amp;quot;Test 3&amp;quot;%&amp;gt;
bla bla
&amp;lt;%elseif Full_Name istart = &amp;quot;Test 4&amp;quot;%&amp;gt;
bla bla
&amp;lt;%endif%&amp;gt;

&amp;quot;istart&amp;quot; basically makes it check if the value STARTS with the value you enter. So for the first one - it would do:

Test 1/
Test 1/Something
Test 1/Something/Whatever
...etc

Cheers</description>
            <guid>6b47a4e577065dbd6a3e4e5ad46f41da</guid>
            <pubDate>May 20, 2009, 7:16 AM</pubDate>
        </item>
    </channel>
</rss>
