<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Ankerschgens</link>
        <description></description>
        <pubDate>Tue, 14 Apr 2026 19:43:36 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ankerschgens&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [zaba] Image Crop feature (jquery plugin?)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208747#post2208747</link>
          <description><![CDATA[The jquery crop feature will be great! Now i need to define upload fields for some &quot;pre-cropped&quot; images. It would be great if you can define the option &quot;crop image&quot; per upload field (if it is an image).<br />]]></description>
          <pubDate>Tue, 21 Dec 2010 07:56:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208747#post2208747</guid>
        </item>
                <item>
          <title>Re: [Jason] Submit section input (article) to twitter</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208095#post2208095</link>
          <description><![CDATA[Hi Jason,<br /><br />I've already fixed this by using rss + feeburner (publicize -&gt; socialize). Thanks anyway for the quick response!<br />]]></description>
          <pubDate>Wed, 17 Nov 2010 03:33:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208095#post2208095</guid>
        </item>
                <item>
          <title>Submit section input (article) to twitter</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2208060#post2208060</link>
          <description><![CDATA[Hi,<br /><br />I've installed the latest version of the Twitter plugin (2.03) to on of our client sites: <a target="_blank" href="http://www.adviesnetnederland.nl">http://www.adviesnetnederland.nl</a>. We already have a section called &quot;Klanten aan het woord&quot; (customer reviews), here we add new &quot;articles&quot; to the section for each new review. Now we would like to post these reviews directly to twitter (for now this section only, in the future maybe also the news items).<br /><br />How can i set this up with the twitter plugin?<br /><br />Thank you!<br />]]></description>
          <pubDate>Tue, 16 Nov 2010 05:22:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2208060#post2208060</guid>
        </item>
                <item>
          <title>Re: [Jason] force image same name</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207328#post2207328</link>
          <description><![CDATA[Hi Jason,<br /><br />This wil not work for us, the HTML stationery that we create will be used in emailclients like outlook etc. The HTML file is located on the local machine of the user (for outlook: c:\program files\common files\microsoft share\stationery)<br /><br />I will send the question to the emailaddress<br />]]></description>
          <pubDate>Thu, 07 Oct 2010 11:57:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207328#post2207328</guid>
        </item>
                <item>
          <title>Re: [Jason] force image same name</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207321#post2207321</link>
          <description><![CDATA[Hi Jason,<br /><br />As maurice already mentioned; we (also) build HTML email stationery for our clients. Within this stationery we place an image (like a kind of &quot;banner&quot;) with a URL behind it. When people click on the &quot;banner&quot; the visitor will go to a website.<br /><br />This is not that difficult, we can upload new banners with ftp and overwrite the old one.<br /><br />Now we would like to give our clients the opportunity to upload the new banner by them self with CMS Builder. So we need a upload plugin where we can add a (special) upload field to a section and determine that only one file can be uploaded and that the filename is always the same (it will overwrite the existing image).<br /><br />Can you please provide me with a quote for this? It would really help us to extend our services.<br /><br />Thank you<br />]]></description>
          <pubDate>Thu, 07 Oct 2010 10:06:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207321#post2207321</guid>
        </item>
                <item>
          <title>Re: [Jason] more fav lists</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207279#post2207279</link>
          <description><![CDATA[Hi Jason,<br /><br />I'm a coworker of maurice and i am working on this solution. Now i am able to add multiple favorites lists, that works fine!<br /><br />Now i would like to show all the favorites (from all favoriteslist) in one foreach, is this possible.<br /><br />Now i use this code to display each favorites list:<br /><code>		$currentUserNum    = mysql_escape( @$CURRENT_USER['num'] );<br /><br />    // get favorite from LINKS record nums<br />    $tableOrTagLinks        = mysql_escape('links');  // update this with your table or tag name<br />    $favoriteNumsQueryLinks = &quot;SELECT recordNum FROM {$TABLE_PREFIX}_website_favorites WHERE tableOrTag = '$tableOrTagLinks' AND createdByUserNum = '$currentUserNum'&quot;;<br /><br />		$tableOrTagDocs        	= mysql_escape('docs');  // update this with your table or tag name<br />    $favoriteNumsQueryDocs 	= &quot;SELECT recordNum FROM {$TABLE_PREFIX}_website_favorites WHERE tableOrTag = '$tableOrTagDocs' AND createdByUserNum = '$currentUserNum'&quot;;<br /><br />		$tableOrTagFaq        	= mysql_escape('faq');  // update this with your table or tag name<br />    $favoriteNumsQueryFaq		= &quot;SELECT recordNum FROM {$TABLE_PREFIX}_website_favorites WHERE tableOrTag = '$tableOrTagFaq' AND createdByUserNum = '$currentUserNum'&quot;;<br /><br />		$tableOrTagNews					= mysql_escape('news');  // update this with your table or tag name<br />    $favoriteNumsQueryNews	= &quot;SELECT recordNum FROM {$TABLE_PREFIX}_website_favorites WHERE tableOrTag = '$tableOrTagNews' AND createdByUserNum = '$currentUserNum'&quot;;<br /><br />    // load matching records<br />    list($favoriteLinksRecords, $favoriteLinksMetaData) = getRecords(array(<br />      'tableName'     =&gt; 'links_dashboards', // update this with your table or tag name<br />      'perPage'       =&gt; '10',<br />      'where'         =&gt; &quot; num IN ($favoriteNumsQueryLinks) &quot;,<br />      'loadCreatedBy' =&gt; false,<br />      'allowSearch'   =&gt; false,<br />    ));<br />	    <br />	list($favoriteDocsRecords, $favoriteDocsMetaData) = getRecords(array(<br />      'tableName'     =&gt; 'documenten_mem', // update this with your table or tag name<br />      'perPage'       =&gt; '10',<br />      'where'         =&gt; &quot; num IN ($favoriteNumsQueryDocs) &quot;,<br />      'loadCreatedBy' =&gt; false,<br />      'allowSearch'   =&gt; false,<br />    ));<br />	<br />	list($favoriteFaqRecords, $favoriteFaqMetaData) = getRecords(array(<br />      'tableName'     =&gt; 'faq', // update this with your table or tag name<br />      'perPage'       =&gt; '10',<br />      'where'         =&gt; &quot; num IN ($favoriteNumsQueryFaq) &quot;,<br />      'loadCreatedBy' =&gt; false,<br />      'allowSearch'   =&gt; false,<br />    ));<br />	<br />	list($favoriteNewsRecords, $favoriteNewsMetaData) = getRecords(array(<br />      'tableName'     =&gt; 'news', // update this with your table or tag name<br />      'perPage'       =&gt; '10',<br />      'where'         =&gt; &quot; num IN ($favoriteNumsQueryNews) &quot;,<br />      'loadCreatedBy' =&gt; false,<br />      'allowSearch'   =&gt; false,<br />    ));</code><br /><br />It will not surprise me if this can be done much easier...<br />]]></description>
          <pubDate>Tue, 05 Oct 2010 04:50:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207279#post2207279</guid>
        </item>
                <item>
          <title>Listing manager cgi-bin problems</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206457#post2206457</link>
          <description><![CDATA[Hi,<br /><br />One of our oldest websites is still running on Listing Manager. Now the website is moved to a new hosting server (from a linux/plesk to a linux/directadmin server). Now we have problems with publishing.<br /><br />As far as i can see the new listings are added to the (file)database but when i try to publish them they are not published. I figured out that listing manager can write within /public_html/cgi-bin/listingmanager/ but it cannot write within /public_html/listings/ (outside cgi-bin). All the chmod rights are setup as they need to be. It looks like cgi-bin doesn't have permissions to write outside the cgi-bin folder.<br /><br />Does someone now how to fix this?<br /><br />Thank you<br />]]></description>
          <pubDate>Tue, 31 Aug 2010 09:02:42 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206457#post2206457</guid>
        </item>
                <item>
          <title>Re: [flamerz] Encrypt download link for every uploaded file</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206338#post2206338</link>
          <description><![CDATA[Hi Flamerz,<br /><br />I think that can be solved using robots.txt to disallow the whole &quot;client area&quot; where i want to put the &quot;file-manager&quot;<br />]]></description>
          <pubDate>Wed, 25 Aug 2010 03:16:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206338#post2206338</guid>
        </item>
                <item>
          <title>Re: [Jason] Encrypt download link for every uploaded file</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206337#post2206337</link>
          <description><![CDATA[Hi Jason,<br /><br />Thank you for the tip, i will take a look at that topic!<br />]]></description>
          <pubDate>Wed, 25 Aug 2010 03:15:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206337#post2206337</guid>
        </item>
                <item>
          <title>Encrypt download link for every uploaded file</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206297#post2206297</link>
          <description><![CDATA[Hi,<br /><br />I am currently working on a client section for our website where we can put files for specified clients. The client needs to login (membership module) and will see all uploaded files that are linked to his account. The client can download the files bij clicking on &quot;download&quot;.<br /><br />Now, for security reasons i would like to encrypt the URL of the download link. Is this possible and how to do it?<br /><br />The idea behind this code is to create a simple own written &quot;file manager&quot; where we can share large files with our customers.<br /><br />Can someone help me with this?<br /><br />Thank you!<br />]]></description>
          <pubDate>Tue, 24 Aug 2010 06:56:19 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206297#post2206297</guid>
        </item>
                <item>
          <title>Imagemagick installed, AM can&apos;t find it...</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228980#post2228980</link>
          <description><![CDATA[Hi,<br /><br />I've installed imageMagick at our server but i still get this error in AM2:<br /><br /><b>No supported modules detected. Image thumbnailing and resizing not available.</b><br /><br />The installed version of imageMagick: <br /><code>rpm -q ImageMagick</code><br /><i>ImageMagick-6.2.8.0-4.el5_1.1</i><br /><br />Can someone help me?<br />]]></description>
          <pubDate>Mon, 29 Mar 2010 06:28:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228980#post2228980</guid>
        </item>
                <item>
          <title>Re: [Donna] Display Multiple Choice Selections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228500#post2228500</link>
          <description><![CDATA[Hi,<br /><br />Is it possible to change the coma delimited to a &lt;li&gt; html code? Also, is it possible to search trough this field?<br />]]></description>
          <pubDate>Mon, 19 Oct 2009 08:15:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228500#post2228500</guid>
        </item>
                <item>
          <title>Re: [Donna] Check if article is the last one</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228053#post2228053</link>
          <description><![CDATA[EXCELLENT! it works fine!<br />Thank you<br />]]></description>
          <pubDate>Thu, 11 Jun 2009 00:36:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228053#post2228053</guid>
        </item>
                <item>
          <title>Check if article is the last one</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2228047#post2228047</link>
          <description><![CDATA[Hi,<br /><br />I am creating a list with articles:<br /><br /><code>&lt;ul class="featured"&gt;<br />  &lt;!-- template insert : $articleList$ --&gt;<br />&lt;/ul&gt;<br /><br />&lt;!-- templatecell : articleRow --&gt;<br />  &lt;li&gt;&lt;a href="$published.MOVIE.url$"&gt;$article.cover$&lt;/a&gt;&lt;/li&gt;<br />&lt;!-- /templatecell : articleRow --&gt;<br />&lt;!-- templatecell : article.cover.Row --&gt;<br />  &lt;img src="$file.WebUrl$"&gt;<br />&lt;!-- /templatecell : article.cover.Row --&gt;</code><br /><br />I would like to use an if statement (could also be php) to check for the last article. If it is the last article, i need to give the &lt;li&gt; the class "last"<br /><br />Is this possible?<br />]]></description>
          <pubDate>Tue, 09 Jun 2009 03:41:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2228047#post2228047</guid>
        </item>
                <item>
          <title>Re: [ross] 1 Article, 2 Article pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227709#post2227709</link>
          <description><![CDATA[Hi Ross,<br /><br />My setup (after reading your post):<br /><br />2 Categories:<br /><br />- Agenda<br />- News<br /><br />Publish rules:<br /><br />- ArticlePage for Agenda (placeholder = published.article.suffix)<br />- ArticlePage for News (placeholder = published.article.suffix)<br />- ArticleList for Agenda<br />- ArticleList for News<br /><br />The templates used for both ArticlePages are different, see articlerows of both templates:<br /><br /><b>Agenda:</b><br /><code>&lt;ul class="calendarlist"&gt;<br />  &lt;!-- template insert : $articleList$ --&gt;<br />  &lt;!-- templatecell : articleRow --&gt;<br />    &lt;li&gt;<br />      &lt;div class="date"&gt;$article.event_start:format(dd-MM-yyyy)$&lt;/div&gt;&lt;div class="title"&gt; &lt;a href="$published.article.url$" title="$article.title$ - lees meer..."&gt;$article.title$&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;<br />      &lt;div class="summary"&gt;$article.summary$&lt;/div&gt;<br />    &lt;/li&gt;<br />  &lt;!-- /templatecell : articleRow --&gt;<br />&lt;/ul&gt;</code><br /><br /><b>News:</b><br /><code>&lt;!-- templatecell : articleRow --&gt;<br />&lt;li&gt;<br />  &lt;div class="date"&gt;$article.date:format(dd-MM)$&lt;/div&gt;<br />  - &lt;a href="$published.article.url$" title="$article.title$ - lees meer..."&gt;$article.title$&lt;/a&gt;&lt;br /&gt;<br />  &lt;div class="summary"&gt;$article.summary$&lt;/div&gt;<br />&lt;/li&gt;<br />&lt;? } ?&gt;<br />&lt;!-- /templatecell : articleRow --&gt;</code><br /><br />When you take a look at the website:<br /><a href="http://www.nestores.nl/Agenda.php" rel="nofollow">http://www.nestores.nl/Agenda.php</a><br /><br />I have published the article "Woensdag 19 augustus, golfdag" in both categories (Agenda, News). I can open the article from agenda:<br /><a href="http://www.nestores.nl/Agenda/Woensdag_19_augustus_golfdag.php" rel="nofollow">http://www.nestores.nl/Agenda/Woensdag_19_augustus_golfdag.php</a><br /><br />This is correct, but when i go to News (Nieuws) and click on the article it is linking to the same article as in Agenda:<br /><a href="http://www.nestores.nl/Nieuws.php" rel="nofollow">http://www.nestores.nl/Nieuws.php</a><br /><br />The article within News (Nieuws) should have the URL:<br /><a href="http://www.nestores.nl/Nieuws/Woensdag_19_augustus_golfdag.php" rel="nofollow">http://www.nestores.nl/Nieuws/Woensdag_19_augustus_golfdag.php</a><br /><br />Can you please tell me what i do wrong?<br />]]></description>
          <pubDate>Thu, 26 Mar 2009 03:45:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227709#post2227709</guid>
        </item>
                <item>
          <title>Re: [Donna] 1 Article, 2 Article pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227675#post2227675</link>
          <description><![CDATA[Hi Donna,<br /><br /><b>Calendar (Agenda):</b><br /><code>&lt;ul class="calendarlist"&gt;<br />  &lt;!-- template insert : $articleList$ --&gt;<br />  &lt;!-- templatecell : articleRow --&gt;<br />    &lt;li&gt;<br />      &lt;div class="date"&gt;$article.event_start:format(dd-MM-yyyy)$&lt;/div&gt;&lt;div class="title"&gt; &lt;a href="$published.articleCalendar.url$" title="$article.title$ - lees meer..."&gt;$article.title$&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;<br />      &lt;div class="summary"&gt;$article.summary$&lt;/div&gt;<br />    &lt;/li&gt;<br />  &lt;!-- /templatecell : articleRow --&gt;<br />&lt;/ul&gt;<br />&lt;!-- templateIf : $articleList$ eq "" --&gt;<br />&lt;p&gt;Er staan momenteel geen evenementen op onze agenda.&lt;/p&gt;<br />&lt;!-- /templateIf  --&gt;</code><br /><br /><b>News (Nieuws):</b><br /><code>&lt;ul class="newslist"&gt;<br />  &lt;!-- template insert : $articleList$ --&gt;<br />  &lt;!-- templatecell : articleRow --&gt;<br />  &lt;? <br />  $expire_date = "$article.expire_date:format(epoch)$";<br />  $current_date = date("U");<br />  if ($current_date &lt; $expire_date) {<br />  ?&gt;<br />    &lt;li&gt;<br />      &lt;div class="date"&gt;$article.date:format(dd-MM)$&lt;/div&gt;<br />      - &lt;a href="$published.articleNews.url$" title="$article.title$ - lees meer..."&gt;$article.title$&lt;/a&gt;&lt;br /&gt;<br />      &lt;div class="summary"&gt;$article.summary$&lt;/div&gt;<br />    &lt;/li&gt;<br />  &lt;? } ?&gt;<br />  &lt;!-- /templatecell : articleRow --&gt;<br />&lt;/ul&gt;<br />&lt;!-- templateIf : $articleList$ eq "" --&gt;<br />&lt;p&gt;Er zijn momenteel geen nieuwsberichten gepubliceerd.&lt;/p&gt;<br />&lt;!-- /templateIf  --&gt;</code><br /><br />The 2 placeholders:<br /><br />$published.articleCalendar.url$<br />$published.articleNews.url$<br />]]></description>
          <pubDate>Mon, 23 Mar 2009 01:51:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227675#post2227675</guid>
        </item>
                <item>
          <title>1 Article, 2 Article pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227642#post2227642</link>
          <description><![CDATA[Hi,<br /><br />I have 1 article that will be published in 2 categories:<br /><br />- News<br />- Calendar<br /><br />The article pages for these categories are different, but when i use 1 Placeholder Set Name for both article pages, only 1 page is used (news and calendar listing page are linking to the same article).<br /><br />When i use 2 different Placeholder Set Names for both article page's, only the first selected category (on the article page) is linking correctly to the article, the other i get a URL like: <a href="http://mysite.com/.php" rel="nofollow">http://mysite.com/.php</a><br /><br />How do i fix this? So when i click on the article within the category news i go to the article page defined for News, when i click on the article within the category calendar i get the article page defined for this category...<br />]]></description>
          <pubDate>Mon, 16 Mar 2009 06:10:02 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227642#post2227642</guid>
        </item>
                <item>
          <title>If empty categorylist</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227320#post2227320</link>
          <description><![CDATA[Hi,<br /><br />Please take a look at <br /><br /><a href="http://www.intraserve.nl/nl-nl/bedrijf/index.php" rel="nofollow">http://www.intraserve.nl/nl-nl/bedrijf/index.php</a> <br />and <br /><a href="http://www.intraserve.nl/nl-nl/partners/index.php" rel="nofollow">http://www.intraserve.nl/nl-nl/partners/index.php</a><br /><br />At the first URL i have subcategories displayed in a white box on the right side.<br />At the second URL i don't have subcategories but the white box is still displayed.<br /><br />I would like to have the white box only to be displayed when there are subcategories within the selected category. When there are no subcategories, the whole white box shouldn't be displayed.<br /><br />I can't get this done, i use the follow code as category menu for the subcategories box (white box on the right side):<br /><br /><code>&lt;div class="subnav"&gt;&lt;img src="/assets/images/extra-navigatie.png" /&gt;<br />  &lt;div class="subinner"&gt;&lt;img src="/assets/images/subaro.png" class="subaro" /&gt;<br />  &lt;!-- templateInsert : $categoryList$ --&gt;<br />  &lt;!-- templatecell : categoryRow --&gt;<br />    &lt;!-- templateIf: $category.depth$ == '2' --&gt;<br />      &lt;!-- templateIf: $category.isSelected$ != '1' --&gt;<br />        &lt;a href="$published.nl_category.url$"&gt;$category.name$&lt;/a&gt;<br />      &lt;!-- /templateIf --&gt;<br />      &lt;!-- templateIf: $category.isSelected$ == '1' --&gt;<br />        &lt;a href="$published.nl_category.url$" class="selected"&gt;$category.name$&lt;/a&gt;<br />      &lt;!-- /templateIf --&gt;<br />    &lt;!-- /templateIf --&gt;<br />  &lt;!-- /templatecell : categoryRow --&gt;<br />	&lt;/div&gt;<br />&lt;/div&gt;</code><br /><br />I have tried to use:<br /><code>&lt;!-- templateIf: $categoryList$ != '' --&gt;</code> but it doesn't work. Is there a way to fix this?<br /><br />Can someone help me?<br />]]></description>
          <pubDate>Wed, 21 Jan 2009 13:06:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227320#post2227320</guid>
        </item>
                <item>
          <title>Show all subcategories of selected parent</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227216#post2227216</link>
          <description><![CDATA[Hi,<br /><br />We have a category structure like:<br /><br />- Dutch<br />--- Bedrijf<br />------ Over ons<br />------ Ons visie<br />------ Hoe wij werken<br />--- Werk<br />------ Werk van ons<br />------ Cases<br />--- Contact<br /><br />Please see the page <a href="http://www.intraserve.nl/new/html/content.html" rel="nofollow">http://www.intraserve.nl/new/html/content.html</a> (example page). When i navigate to "Bedrijf" on the right side of the page is a navigation of the subcategories. When i navigate to one of the subcategories, the same navigation should appear. I can't get this done, can someone help me?<br /><br />Thank you<br />]]></description>
          <pubDate>Wed, 07 Jan 2009 05:36:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227216#post2227216</guid>
        </item>
                <item>
          <title>Simple loop</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2227017#post2227017</link>
          <description><![CDATA[Hi guys,<br /><br />I can't figure this one out maybe someone can help me.<br /><br />In a page i upload some images, lets say 5. they need a id with imgid so the &lt;img&gt; tag wil look like &lt;img id="img1" href="url"&gt; but i cant get it working to let article manager automaticly generate the numbers.<br /><br />so for this page it would have to be<br />&lt;img id="img1" href="url"&gt;<br />&lt;img id="img2" href="url"&gt;<br />&lt;img id="img3" href="url"&gt;<br />&lt;img id="img4" href="url"&gt;<br />&lt;img id="img5" href="url"&gt;<br /><br />But when i delete a image the loop would have to automaticly recreate the numbers... I hope its a bit clear<br />]]></description>
          <pubDate>Tue, 02 Dec 2008 02:15:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2227017#post2227017</guid>
        </item>
                <item>
          <title>Re: [Dave] Products pages - &quot;list&quot; page results setup horizontally</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193335#post2193335</link>
          <description><![CDATA[got it working with html/css.<br />]]></description>
          <pubDate>Fri, 12 Sep 2008 02:44:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193335#post2193335</guid>
        </item>
                <item>
          <title>Re: [Dave] Products pages - &quot;list&quot; page results setup horizontally</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193305#post2193305</link>
          <description><![CDATA[hi Dave,<br /><br />i saw your code, how would this be posible if you dont use php...<br />]]></description>
          <pubDate>Thu, 11 Sep 2008 03:12:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193305#post2193305</guid>
        </item>
                <item>
          <title>Re: [Donna] Show last 5 article links with numbers</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2226431#post2226431</link>
          <description><![CDATA[Thank you!<br /><br />It works great!<br />]]></description>
          <pubDate>Fri, 29 Aug 2008 04:57:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2226431#post2226431</guid>
        </item>
                <item>
          <title>Show last 5 article links with numbers</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2226421#post2226421</link>
          <description><![CDATA[Hi,<br /><br />Please take a look at <a href="http://www.lapislazuli.nl/en/" rel="nofollow">http://www.lapislazuli.nl/en/</a><br /><br />You see the big vlue promotion block, at the bottom right there are 2 numbers (right next to "other items"): 10 and 9. This are article numbers ($article.num$). But i would like to display 1   2   3   4   and 5 (if there are 5 articles, now there are only 2, so it should display 1   2)<br /><br />The code of the list is:<br /><br /><code>&lt;ul&gt;<br />  &lt;!-- template insert : $articleList$ --&gt;<br />  &lt;!-- templatecell : articleRow --&gt;<br />    &lt;li&gt;&lt;a href="#item-$article.num$"&gt;$article.num$&lt;/a&gt;&lt;/li&gt;<br />  &lt;!-- /templatecell : articleRow --&gt;<br />&lt;/ul&gt;<br />  &lt;!-- templateIf : $articleList$ eq "" --&gt;<br />  &lt;!-- /templateIf  --&gt;</code><br /><br />Can some help me?<br /><br />Thank you<br />]]></description>
          <pubDate>Thu, 28 Aug 2008 03:21:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2226421#post2226421</guid>
        </item>
                <item>
          <title>Show entire branche</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2226162#post2226162</link>
          <description><![CDATA[Hi,<br /><br />I am stumbling with some navigation issues that i can't get it right.<br /><br /><a href="http://www.vitalplanet.net/en/organization/index.shtml" rel="nofollow">http://www.vitalplanet.net/en/organization/index.shtml</a><br /><br />Please visit this site. You see a navigation menu on the left side. <b>Organization</b> is selected category, all the subcategories beneath it are displayed.<br /><br />When you navigate to <b>Profile</b> the subcategories of <b>Values</b> and <b>Communications</b> are not visible anymore. These subcategories needs to stay visible.<br /><br />When you navigate to another "main" category (Activities, info, investores) all the subcategories of the selected category should be displayed, the other main categories don't need to display sub categories (this already works fine).<br /><br />Can someone help me?<br /><br /><u>PUBLISHING RULE</u><br />****************************************<br />- Multiple files<br />- Include selected categories (selected categories)<br />- Custom<br />  - Show 0 from root<br />  - Show 2 level(s) of subcategories below selected category<br />  - Show parent branches above selected category<br />  - Show selected category<br /><br /><br /><br /><u>TEMPLATE</u><br />****************************************<br /><code>&lt;!-- templateInsert : $categoryList$ --&gt;<br />  &lt;!-- templatecell : categoryRow --&gt;<br />    &lt;!-- templateIf: $category.depth$ &gt;= '1' --&gt;<br />    		&lt;!-- templateIf: $category.name$ ne 'Frontpage' --&gt;<br />          &lt;!-- templateIf: $category.isSelected$ != '1' --&gt;<br />            &lt;li class="depth-$category.depth$"&gt;&lt;a href="$published.en_vpCatIndex.url$" name="Vital Planet - $category.name$"&gt;$category.name$&lt;/a&gt;&lt;/li&gt;<br />          &lt;!-- /templateIf --&gt;<br />        &lt;!-- /templateIf --&gt;<br />        &lt;!-- templateIf: $category.name$ ne 'Frontpage' --&gt;<br />          &lt;!-- templateIf: $category.isSelected$ == '1' --&gt;<br />            &lt;li class="depth-$category.depth$"&gt;&lt;a href="$published.en_vpCatIndex.url$" name="Vital Planet - $category.name$" class="selected"&gt;$category.name$&lt;/a&gt;&lt;/li&gt;<br />          &lt;!-- /templateIf --&gt;<br />        &lt;!-- /templateIf --&gt;<br />    &lt;!-- /templateIf --&gt;<br />    &lt;!-- templateIf: $category.name$ eq 'Frontpage' --&gt;<br />      &lt;li style="display:none;"&gt;&amp;nbsp;&lt;/li&gt;<br />    &lt;!-- /templateIf --&gt;<br />	&lt;!-- /templatecell : categoryRow --&gt;</code><br />]]></description>
          <pubDate>Tue, 22 Jul 2008 02:18:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2226162#post2226162</guid>
        </item>
              </channel>
    </rss>
  