<?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%3Asev</link>
        <description></description>
        <pubDate>Mon, 20 Apr 2026 19:12:41 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Asev&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [flamerz] foreign alphabet characters in viewer urls</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195574#post2195574</link>
          <description><![CDATA[thanks very much flamerz for the function<br /><br />sorry i forgot to post back into the forum the outcome on this issue<br /><br />dave provided me with this code which allowed for the displaying of those foreign characters in the url itself which works a treat [:)]<br /><br />&lt;a href=&quot;/services-detail.php/&lt;?php echo strtr( urlencode($record['name']), '+', '-') ?&gt;-&lt;?php echo $record['num'] ?&gt;/&quot; title=&quot;&lt;?php echo $record['name'] ?&gt;&quot;&gt;Read more about &lt;?php echo $record['name'] ?&gt;&lt;/a&gt;<br />]]></description>
          <pubDate>Mon, 02 Feb 2009 03:41:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195574#post2195574</guid>
        </item>
                <item>
          <title>Re: [Dave] foreign alphabet characters in viewer urls</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195280#post2195280</link>
          <description><![CDATA[thanks for the quick response dave<br /><br />yeah id thought along those same lines for the work around give them another field for name or keywords and limit the field to standard characters but the client didnt like it [crazy]<br /><br />unless anyone else out there knows of the function or another way round i guess ill have to convince him to go with that<br /><br />pity though as i can see this issue being a small limiting factor in future spanish projects<br /><br />cheers<br />]]></description>
          <pubDate>Mon, 19 Jan 2009 16:40:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195280#post2195280</guid>
        </item>
                <item>
          <title>Re: [Dave] Populate a dropmenu with database values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195266#post2195266</link>
          <description><![CDATA[thanks dave for helping me with this<br /><br />in case others are looking for this solution the following code was added which tracks which types have already been shown and only shows each once:<br /><br />  &lt;?php if (@$alreadyShown[ $record['type'] ]++) { continue; } ?&gt;<br /><br />cheers! [:)]<br />]]></description>
          <pubDate>Mon, 19 Jan 2009 12:10:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195266#post2195266</guid>
        </item>
                <item>
          <title>foreign alphabet characters in viewer urls</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195265#post2195265</link>
          <description><![CDATA[hi all<br /><br />i am currently using seo urls including the record title field in the viewer urls to give the it a better descriptive meaning<br /><br />however some of my titles will include spanish characters such as Ã±, Ã¡ etc - so when the system produces the url at present it simply ignores these and replaces with a -<br /><br />for example<br /><br />/services-detail.php/diseÃ±o-grÃ¡fico-2/<br /><br />gets output as<br /><br />/services-detail.php/dise-o-gr-fico-2/<br /><br />is there a way for me to tell the system for the url only if it reads Ã± or Ã¡ to replace with a n or a instead of a - an so on...<br /><br />many thanks for the support<br /><br />regards sev<br />]]></description>
          <pubDate>Mon, 19 Jan 2009 12:06:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195265#post2195265</guid>
        </item>
                <item>
          <title>Re: [sev] Populate a dropmenu with database values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195132#post2195132</link>
          <description><![CDATA[many thanks to ryan for spending time with me on this today! [:)]<br /><br />we have it to a stage where the drop down loads only the types which have listings both before and after the search however if i have for example 2 listings as 'type' plumber it loads plumber into the drop down twice so im just missing a way of it only pulling in the 'type' once<br /><br />im a newbie using php so this is a little above my head for now, dave could you possibly give some advice on how i could achieve this either by a seperate table as suggested by ryan or some other coding?<br /><br />i have attaced the list page services.php to show how it looks at present:<br />]]></description>
          <pubDate>Mon, 12 Jan 2009 16:52:28 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195132#post2195132</guid>
        </item>
                <item>
          <title>Re: [ryan_dot] Populate a dropmenu with database values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195125#post2195125</link>
          <description><![CDATA[thanks ryan<br /><br />unfortunately this hasnt solved it and im back to only the searched for 'type' appearing in the drop down after any search<br /><br />bit of an odd one this<br />]]></description>
          <pubDate>Mon, 12 Jan 2009 11:25:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195125#post2195125</guid>
        </item>
                <item>
          <title>Re: [ryan_dot] Populate a dropmenu with database values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195123#post2195123</link>
          <description><![CDATA[hi ryan<br /><br />many thanks for taking the time to reply much appreciated<br /><br />i had the load records code on the services.php as follows<br /><br />&lt;?php<br />  <br />  require_once &quot;/home/site/public_html/cms/lib/viewer_functions.php&quot;;<br /><br />  list($servicesRecords, $servicesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'services',<br />    'useSeoUrls'  =&gt; true,<br />    'perPage'     =&gt; '20',<br />	  ));<br /><br />?&gt;<br /><br />i replaced it with your example code above which unlike before now allows all available types to be seen after the search (once its jump to example /services.php?type=Insurance) however its not filtering the results and displays all listings<br /><br />if i flick 'loadUploads' =&gt; '0', &amp; 'allowSearch' =&gt; '0',  to 'true' i have the same issue as before where only the searched for type is displayed in the drop down<br /><br />i should explain that the services.php page (the list page) is actually the initial search page as well<br /><br />heres a copy of services.php as it stands at the moment sorry im having trouble explaining clearly<br /><br />&lt;?php<br />  <br />  require_once &quot;/home/playa/public_html/cms/lib/viewer_functions.php&quot;;<br /><br />list($servicesRecords, $servicesMetaData) = getRecords(array(<br />'tableName' =&gt; 'services',<br />'loadUploads' =&gt; '0',<br />'allowSearch' =&gt; '0',<br />)); <br />?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;title&gt;Services&lt;/title&gt;<br />&lt;link href=&quot;/css/site.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/js/mootools.js&quot;&gt;&lt;/script&gt;<br />&lt;script type=&quot;text/javascript&quot; src=&quot;/js/slideshow.js&quot;&gt;&lt;/script&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;div id=&quot;header&quot;&gt;<br />&lt;img src=&quot;/css/test.jpg&quot; alt=&quot;test&quot; class=&quot;logo&quot; /&gt;<br />&lt;div id=&quot;search&quot;&gt;<br />&lt;p&gt;&lt;strong&gt;Search all Services&lt;/strong&gt;&lt;/p&gt;<br />&lt;form method=&quot;post&quot; action=&quot;/services.php&quot;&gt;<br />&lt;div&gt;<br />&lt;input type=&quot;text&quot; name=&quot;name,content_keyword&quot; value=&quot;&quot; /&gt;<br />&lt;input name=&quot;submit&quot; type=&quot;submit&quot; class=&quot;submit-button&quot; value=&quot;Search&quot; /&gt;<br />&lt;/div&gt;<br />&lt;/form&gt;<br />&lt;/div&gt;<br />&lt;/div&gt;<br />&lt;div id=&quot;menuwrap&quot;&gt;<br />&lt;? include 'english-menu.php'; ?&gt;<br />&lt;/div&gt;<br />&lt;? include 'slideshow.php'; ?&gt;<br />&lt;div id=&quot;wrapper&quot;&gt;<br />&lt;div id=&quot;content&quot;&gt;<br />&lt;h1&gt;Services Directory&lt;/h1&gt;<br />&lt;p&gt;Here we can write some nice text&lt;/p&gt;<br /><br />&lt;div&gt;<br />&lt;form id=&quot;form&quot; action=&quot;/services.php&quot;&gt;<br />&lt;select name=&quot;type&quot; class=&quot;dropdown&quot; id=&quot;type&quot; &gt;<br />&lt;option value=&quot;&quot;&gt;Any&lt;/option&gt;<br />&lt;?php foreach ($servicesRecords as $record): ?&gt;<br />&lt;option value=&quot;&lt;?php echo $record['type'] ?&gt;&quot;&gt;&lt;?php echo $record['type'] ?&gt;&lt;/option&gt;<br />&lt;?php endforeach; ?&gt;<br />&lt;/select&gt; <br />&lt;input type=&quot;submit&quot; value=&quot;Search&quot;&gt;<br />&lt;/form&gt;<br />&lt;/div&gt;  <br /><br />&lt;br /&gt;<br /><br />&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;<br />&lt;?php foreach ($servicesRecords as $record): ?&gt;<br />&lt;?php foreach ($record['images'] as $upload): ?&gt;<br />&lt;?php if ($upload['hasThumbnail']&amp;&amp;$record['advertiser']==1): ?&gt;<br />&lt;div class=&quot;advertiser&quot;&gt;<br />&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot; title=&quot;Services - &lt;?php echo $record['name'] ?&gt;&quot;&gt;&lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; alt=&quot;&lt;?php echo $record['name'] ?&gt;&quot; height=&quot;&lt;?php echo $upload['thumbHeight'] ?&gt;&quot; class=&quot;listing-photo&quot; /&gt;&lt;/a&gt;<br /><br />&lt;?php endif ?&gt;<br />&lt;?php break; ?&gt;<br />&lt;?php endforeach ?&gt;<br /><br />&lt;?php if ($record['advertiser']==1): ?&gt;&lt;h2&gt;&lt;?php echo $record['name'] ?&gt;&lt;/h2&gt;<br />&lt;p&gt;&lt;strong&gt;Telephone&lt;/strong&gt;: &lt;?php echo $record['telephone'] ?&gt;&lt;br/&gt;<br />&lt;strong&gt;Address&lt;/strong&gt;: &lt;?php echo $record['address'] ?&gt;&lt;br /&gt;<br />&lt;strong&gt;Business Type&lt;/strong&gt;: &lt;?php echo $record['type'] ?&gt;&lt;/p&gt;<br />&lt;p&gt;&lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot; title=&quot;&lt;?php echo $record['name'] ?&gt;&quot;&gt;Read more about &lt;?php echo $record['name'] ?&gt;&lt;/a&gt;&lt;/p&gt;<br />&lt;br style=&quot;clear:left&quot; /&gt;<br />&lt;/div&gt;<br />&lt;?php else: ?&gt;<br />&lt;p&gt;&lt;strong&gt;&lt;?php echo $record['type'] ?&gt;&lt;/strong&gt; - &lt;strong&gt;&lt;?php echo $record['name'] ?&gt;&lt;/strong&gt; - &lt;?php echo $record['telephone'] ?&gt;&lt;/p&gt;<br />&lt;?php endif ?&gt;<br /><br />&lt;span class=&quot;line&quot;&gt;&lt;/span&gt;    <br />&lt;?php endforeach; ?&gt;<br /><br />&lt;?php if ($servicesMetaData['invalidPageNum']): ?&gt;<br />Results page '&lt;?php echo $servicesMetaData['page']?&gt;' not found, &lt;a href=&quot;&lt;?php echo $servicesMetaData['firstPageLink'] ?&gt;&quot;&gt;start over &amp;gt;&amp;gt;&lt;/a&gt;.<br />&lt;?php elseif (!$servicesRecords): ?&gt;<br />&lt;h2&gt;No listings were found!&lt;/h2&gt;<br />&lt;?php endif ?&gt;<br /><br />&lt;?php if ($servicesMetaData['prevPage']): ?&gt;<br />&lt;a href=&quot;&lt;?php echo $servicesMetaData['prevPageLink'] ?&gt;&quot;&gt;&amp;lt;&amp;lt; Previous page&lt;/a&gt; <br />&lt;?php endif ?&gt;<br />&lt;?php if ($servicesMetaData['prevPage']&amp;&amp;$servicesMetaData['nextPage']): ?&gt;<br /> | <br />&lt;?php endif ?&gt;<br />&lt;?php if ($servicesMetaData['nextPage']): ?&gt;<br />&lt;a href=&quot;&lt;?php echo $servicesMetaData['nextPageLink'] ?&gt;&quot;&gt;Next page &amp;gt;&amp;gt;&lt;/a&gt;<br />&lt;?php endif ?&gt;<br />&lt;? include 'footer.php'; ?&gt;<br />&lt;/div&gt;<br />&lt;? include 'slideshow-sidebar2.php'; ?&gt;<br />&lt;/div&gt;<br />&lt;? include 'google.php'; ?&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br />best regards<br />]]></description>
          <pubDate>Mon, 12 Jan 2009 10:50:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195123#post2195123</guid>
        </item>
                <item>
          <title>Re: [ryan_dot] Populate a dropmenu with database values</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195121#post2195121</link>
          <description><![CDATA[hi guys<br /><br />id like to do something similar but im having a few problems with my understanding of the code [:/]<br /><br />hopefully someone here can point me in the right direction <br /><br />i have a category to list business services which includes a field &quot;type&quot; (electrician, plumber etc)<br /><br />id like to have on my list viewer page a drop down which populates with only the types which currently have listings entered in the database via which visitors can filter the search results then as my client adds more listings in each of the different types the drop down auto populates...<br /><br />the following code works fine on the primary list viewer page and filters the results fine but once ive select one of the available types and jumped to the search results only the type that i have selected in the previous search is displayed in the drop down and not all available (hope that makes sense!)<br /><br />&lt;form id=&quot;form&quot; action=&quot;/services.php&quot;&gt;<br /><br />&lt;select name=&quot;type&quot; class=&quot;dropdown&quot; id=&quot;type&quot; &gt;<br />&lt;option value=&quot;&quot;&gt;Any&lt;/option&gt;<br />&lt;?php foreach ($servicesRecords as $record): ?&gt;<br />&lt;option value=&quot;&lt;?php echo $record['type'] ?&gt;&quot;&gt;&lt;?php echo $record['type'] ?&gt;&lt;/option&gt;<br />&lt;?php endforeach; ?&gt;<br />&lt;/select&gt; <br />&lt;input type=&quot;submit&quot; value=&quot;Search&quot;&gt;<br />&lt;/form&gt;<br /><br />thanks for your support<br />]]></description>
          <pubDate>Mon, 12 Jan 2009 09:10:10 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195121#post2195121</guid>
        </item>
                <item>
          <title>Re: [Dave] MultiSearch</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194809#post2194809</link>
          <description><![CDATA[hi guys<br />im enjoying learning what i can do with cmsb [;)]<br />hopefully a quick question for you...<br /><br />can this multisearch be used in conjunction with the seo friendly urls option &quot;filename fields&quot; in viewer urls of admin &gt;  section editors?<br /><br />i have the sitewide search multisearch.php working great but would ideally like the links to mirror what i have set up in the categories using the record title in the link eg mysite.com/viewer.php/my-title-6/<br /><br />also not just on the multisearch but on all links is there a way to remove the record number from the end and just refer to the record title?<br />or is the number needed somewhere? [crazy]<br /><br />thanks very much for your support]]></description>
          <pubDate>Thu, 18 Dec 2008 00:04:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194809#post2194809</guid>
        </item>
              </channel>
    </rss>
  