<?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%3Asamsam92</link>
        <description></description>
        <pubDate>Sat, 02 May 2026 19:15:01 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Asamsam92&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Date output in French</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216229#post2216229</link>
          <description><![CDATA[Hi there,<br /><br />Wondering how could we display the date in french on the frontend?<br /><br />Because changing the settings on the CMSBuilder to FR allows well to display the dates in French in the dropdowns within the forms but on the output side, it's displayed in english even if we try to output:<br /><br />&lt;?php setlocale(LC_ALL, 'fra_fra'); <br /> echo strftime('%d %B %Y', strtotime($record['date'])); ?&gt;<br /><br />Any ideas??<br /><br />Thanks a lot]]></description>
          <pubDate>Thu, 17 May 2012 10:49:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216229#post2216229</guid>
        </item>
                <item>
          <title>Re: [chris] Setup navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202900#post2202900</link>
          <description><![CDATA[Thanks Chris for your answer.<br /><br />I actually created a new section called top navigation in which I've added the Navigation Titles / URLs and display those elements in the page in a separate viewer.<br /><br />I hope in the future releases that there will be some kind of easy navigation management.<br /><br />Take care<br />]]></description>
          <pubDate>Tue, 30 Mar 2010 19:16:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202900#post2202900</guid>
        </item>
                <item>
          <title>Setup navigation</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202818#post2202818</link>
          <description><![CDATA[Hi<br /><br />We would need some help because we've been looking around the forum for answers, which we found partially but can't figure out the following problem:<br /><br /><br />-	We have a website with different menu/submenus that needs to be self manageable, in our case:<br />o	Home<br />o	About<br />&gt;&gt;	Our Staff<br />&gt;&gt;	Testimonials<br />o	Projects<br />&gt;&gt;	Project 1<br />&gt;&gt;	Project 2<br />o	News<br />o	Services<br />&gt;&gt;	Page name<br />&gt;&gt;	Page name 2<br />...<br /><br />Each page has to be customized (so it has a different editor, for example our Staff page will have a multiple Record type, and each record will have Name, Title, Function, Photo, Bio... the news page on the other hand will have more basic info such as Title, Short description, Long description, and so on.<br /><br />What we can’t figure out is how to set up the section editors so we can create those pages and be able to have a top navigation menu on the website that will show those menu items without integrating it manually?  <br /><br />We are able to create each editors with no problems, but creating a Category Menu won’t allow to have different type of pages underneath it, or creating a Menu, not sure how to have all elements within the menu listed on the frontend so it shows the top navigation...<br /><br />The goal to achieve is for example if the backend user adds a new page under About Us, that the main navigation on the frontend automatically displays this new page as a subnavigation<br /><br />Please help, that would be really appreciated<br /><br />Thanks a lot<br />]]></description>
          <pubDate>Mon, 29 Mar 2010 14:01:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202818#post2202818</guid>
        </item>
                <item>
          <title>Re: [samsam92] How to display first X characters?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193068#post2193068</link>
          <description><![CDATA[Found it!<br /><br />Just add at the top of the page:<br /><br />function textLimit($string, $length, $replacer = '...')<br />{<br />  if(strlen($string) &gt; $length)<br />  return (preg_match('/^(.*)\W.*$/', substr($string, 0, $length+1), $matches) ? $matches[1] : substr($string, 0, $length)) . $replacer;<br /> <br />  return $string;<br />}<br /><br />and then where you want to display your content:<br /><br />&lt;?php echo textLimit($record['content'], 20) ?&gt;<br />]]></description>
          <pubDate>Sat, 23 Aug 2008 09:44:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193068#post2193068</guid>
        </item>
                <item>
          <title>How to display first X characters?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193067#post2193067</link>
          <description><![CDATA[Hi there, I was wondering how I could display on the listing page the first X characters of a field such as &quot;content&quot; ?<br /><br />For example: &lt;?php echo $record['content'] ?&gt; I want to show the first 100 characters.<br /><br />Let me know please<br /><br />Thanks a lot<br />]]></description>
          <pubDate>Sat, 23 Aug 2008 09:32:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193067#post2193067</guid>
        </item>
              </channel>
    </rss>
  