<?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%3AJoseph</link>
        <description></description>
        <pubDate>Fri, 24 Apr 2026 02:38:39 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AJoseph&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Mobile App</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237764#post2237764</link>
          <description><![CDATA[<p>ok, i am just looking for an example of cost - can i send you an email?</p>

]]></description>
          <pubDate>Mon, 23 Nov 2015 13:44:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237764#post2237764</guid>
        </item>
                <item>
          <title>Mobile App</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237754#post2237754</link>
          <description><![CDATA[<p>Hi Tim</p>
<p>So how much does an app like this cost? </p>
<p>Regards<br />Joseph</p>]]></description>
          <pubDate>Mon, 23 Nov 2015 10:07:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237754#post2237754</guid>
        </item>
                <item>
          <title>Help with PHP Code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2235033#post2235033</link>
          <description><![CDATA[<p>Thanks this worked but there are still some minor issues, I am going to recreate the page from scratch.</p>]]></description>
          <pubDate>Tue, 23 Sep 2014 00:11:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2235033#post2235033</guid>
        </item>
                <item>
          <title>Help with PHP Code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234986#post2234986</link>
          <description><![CDATA[<p>Hi Claire</p>
<p>i have attached the actual php page as i am not sure which part of the code is giving the error. </p>
<p>error occurs on this p[age - <a href="http://www.socanews.com/music/albums/album.php?8-Mile-Riddim-190" rel="nofollow">http://www.socanews.com/music/albums/album.php?8-Mile-Riddim-190</a></p>

<p>thanks<br />Joseph</p>]]></description>
          <pubDate>Thu, 18 Sep 2014 11:35:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234986#post2234986</guid>
        </item>
                <item>
          <title>Help with PHP Code</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2234962#post2234962</link>
          <description><![CDATA[<p>Hi, looking for some help i am getting on one of the pages on my website <a href="http://www.socanews.com/music/albums/album.php?Vibezy-Riddim-326" rel="nofollow">http://www.socanews.com/music/albums/album.php?Vibezy-Riddim-326</a> not sure what i did wrong. thanks for any help in advance.</p>
<p>This is the code up to line 45:</p>
<p>&lt;?php<br /> require_once "/var/www/vhosts/socanews.com/httpdocs/cmsAdmin/lib/viewer_functions.php";<br />function getArtist($artistname) {</p>
<p>$artistname1 = mysql_real_escape_string(trim($artistname));<br />// $artistname=addslashes($artistname1);<br /> list($artist, $blogMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'artists',<br /> 'limit' =&gt; '1',<br /> 'where' =&gt; "title = '$artistname1'",<br /> 'allowSearch' =&gt; '0',<br /> )); <br /> return $artist;<br /> //print_r($artist);<br />}<br /> list($albumsRecords, $albumsMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'albums',<br /> 'where' =&gt; whereRecordNumberInUrl(1),<br /> 'limit' =&gt; '1',<br /> ));<br /> $albumsRecord = @$albumsRecords[0]; // get first record<br />//print_r($albumsRecord);<br /> // show error message if no matching record is found<br /> if (!$albumsRecord) {<br /> header("HTTP/1.0 404 Not Found");<br /> print "Record not found!";<br /> exit;<br /> }</p>
<p>list($musicnewsRecords, $featuredartistMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'news',<br /> 'limit' =&gt; '3',<br /> 'where' =&gt; "catNews LIKE '%news%' AND catNews LIKE '%entertainment%'",<br /> 'orderBy' =&gt; 'publishDate DESC',<br /> 'allowSearch' =&gt; '0',<br /> )); <br /> function getCountrytitle($id)<br /> {<br />// $query = 'title = '.$id;<br /> list($countryRecords, $countryMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'country',<br /> 'where' =&gt; "title='$id'",<br /> 'limit' =&gt; '0',<br /> ));<br /> return $countryRecords[1];</p>]]></description>
          <pubDate>Mon, 15 Sep 2014 06:48:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2234962#post2234962</guid>
        </item>
                <item>
          <title>Displaying content from one table in another while in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233423#post2233423</link>
          <description><![CDATA[<p>Hi Greg</p>
<p>I  worked out how to create the Tabs. </p>
<p>Thanks in advance. </p>
<p>Joseph</p>]]></description>
          <pubDate>Mon, 10 Mar 2014 16:29:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233423#post2233423</guid>
        </item>
                <item>
          <title>Displaying content from one table in another while in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233421#post2233421</link>
          <description><![CDATA[<p>Hi Greg</p>
<p>How did you create those blue tabs on the left hand side for your sections editors?</p>

<p>Joseph</p>]]></description>
          <pubDate>Mon, 10 Mar 2014 16:16:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233421#post2233421</guid>
        </item>
                <item>
          <title>Displaying content from one table in another while in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233420#post2233420</link>
          <description><![CDATA[<p>Hi Greg</p>
<p>Excellent got it to work. </p>
<p>I am looking to creating a CRM system to track all my advertisers etc. </p>
<p>Joseph</p>]]></description>
          <pubDate>Mon, 10 Mar 2014 16:10:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233420#post2233420</guid>
        </item>
                <item>
          <title>Displaying content from one table in another while in CMSB</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233412#post2233412</link>
          <description><![CDATA[<p>Is it possible to display content from one table in another whilst viewing in CMSB. </p>
<p>For eg. i am trying to create a CRM so i have created 2 tables one for the Company the other for Employees. </p>
<p>i have an employee called John Doe who works for Western Digital. </p>
<p>when i open John Doe's record i would like to see the name of the company he works for plus all of the data held for that company for eg. Company Name, Address, Phone number, website etc etc.</p>
<p>I hope the above makes sense</p>
<p>Joseph</p>]]></description>
          <pubDate>Mon, 10 Mar 2014 08:51:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233412#post2233412</guid>
        </item>
                <item>
          <title>Limited</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230899#post2230899</link>
          <description><![CDATA[<p>Thanks for the quick response tried that but no luck.</p>
<p>My Code:<br />SELECT num, title<br />FROM `&lt;?php echo $TABLE_PREFIX ?&gt;images` LIMIT 1050</p>
<p>when i use the code above it only gives me a list of around 100 images</p>]]></description>
          <pubDate>Wed, 05 Jun 2013 15:01:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230899#post2230899</guid>
        </item>
                <item>
          <title>Limited</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230896#post2230896</link>
          <description><![CDATA[<p>Hi</p>
<p>I shall try and explain this as best as I can. <br /><br />I have created a section in CMSB called Images where i have uploaded close to 1050 images. I have alsoe created a section called News and within news i have created a drop down menu called Images which allows the user to select from the images section. My problem now is the Drop down image list in News will only display the first 1,000 images and any news article accessing an image that migt be image no.1035 comes up with a number and not the image name in fact it says the image name is missing.</p>
<p>how can i adjust the drop down menu within the news section to display more than 1,000 images?</p>]]></description>
          <pubDate>Wed, 05 Jun 2013 13:33:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230896#post2230896</guid>
        </item>
                <item>
          <title>Re: [Jason] Image List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210083#post2210083</link>
          <description><![CDATA[I think waht i am trying to say is. could I add images to a Section Editor as though i was adding a record. <br />So i then build up a Section Editor called Images which contains all the images I use on a regular basis.<br />When i next create an article i can select the image from within the Images (Section Editor). <br />Hope this all make sense. <br />Joseph<br />]]></description>
          <pubDate>Fri, 11 Mar 2011 13:16:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210083#post2210083</guid>
        </item>
                <item>
          <title>Image List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210074#post2210074</link>
          <description><![CDATA[Is it possible to set up images i use regular under a section editor for eg. Images. <br />Then access the Images list within other Section Editors?<br />Joseph<br />]]></description>
          <pubDate>Fri, 11 Mar 2011 10:50:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210074#post2210074</guid>
        </item>
                <item>
          <title>Re: [Jason] Guidance on setting up database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209213#post2209213</link>
          <description><![CDATA[I have attached what I have done so far. At the moment i am manually typing in the title but if i could use the size list then i wouldn't need to. <br />Joseph<br />]]></description>
          <pubDate>Mon, 24 Jan 2011 14:55:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209213#post2209213</guid>
        </item>
                <item>
          <title>Re: [Jason] Guidance on setting up database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209211#post2209211</link>
          <description><![CDATA[Hi Jason<br />that all makes sense and it didnt take long to set up so that part is up and running. <br /><br />Is it possible to use a list in the title of an article?<br />]]></description>
          <pubDate>Mon, 24 Jan 2011 14:15:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209211#post2209211</guid>
        </item>
                <item>
          <title>Guidance on setting up database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209197#post2209197</link>
          <description><![CDATA[Hi Guys<br /><br />i am trying to set up CMSB to work for a printing website that i am building, the site will have a list of products and each product will have different prices and sizes. So i am not sure if it is best to create Section Editors for each product and then create fields for the various prices or create Section Editors for all the variables then create a Section that pull all of the variables together. I have attached an image of what i would need the outputted content to look like.<br />]]></description>
          <pubDate>Sun, 23 Jan 2011 17:17:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209197#post2209197</guid>
        </item>
                <item>
          <title>Re: [Jason] RSS feed issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209177#post2209177</link>
          <description><![CDATA[Thanks, its working now. <br /><br />Joseph<br />]]></description>
          <pubDate>Thu, 20 Jan 2011 17:19:32 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209177#post2209177</guid>
        </item>
                <item>
          <title>RSS feed issue</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209157#post2209157</link>
          <description><![CDATA[i have looked through the info on setting up my rss feed and it seemed to be working fine but i now get an error when accessing the feed which can be found here - <a target="_blank" href="http://www.socanews.com/rss/rss.xml.php">http://www.socanews.com/rss/rss.xml.php</a><br /><br />i have also uploaded the file.<br />]]></description>
          <pubDate>Thu, 20 Jan 2011 11:14:13 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209157#post2209157</guid>
        </item>
                <item>
          <title>Re: [Jason] Numbered List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209132#post2209132</link>
          <description><![CDATA[ok, is the cronjob easy to set up, or will i need the professionals?<br />]]></description>
          <pubDate>Wed, 19 Jan 2011 13:51:17 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209132#post2209132</guid>
        </item>
                <item>
          <title>Re: [Jason] Is This Correct</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209131#post2209131</link>
          <description><![CDATA[Thanks Jason that now works fine.<br />]]></description>
          <pubDate>Wed, 19 Jan 2011 13:49:47 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209131#post2209131</guid>
        </item>
                <item>
          <title>Re: [chris] Numbered List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209124#post2209124</link>
          <description><![CDATA[Ok, unfortunately that wouldn't be practical.<br />Is there anyway of updating the page once per week so only once a week would the page be refreshed.<br /><br />Joseph<br />]]></description>
          <pubDate>Tue, 18 Jan 2011 19:34:21 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209124#post2209124</guid>
        </item>
                <item>
          <title>Is This Correct</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209123#post2209123</link>
          <description><![CDATA[Hi Guys<br />1. I am trying to create an A to Z list of artist and wanted to know if what i have below is the most efficient way of doing it. <br />2. For some reason i am unable to sort the list by certain letters which include - e, f, i, l, o, p, r &amp; s. When i do select any of those letters i get the full list of artists. Joseph<br /><br />code:<br />&lt;span class=&quot;cgSectionHeaderBlue&quot;&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=A&quot;&gt;A&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=A&quot;&gt;A&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=B&quot;&gt;B&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=B&quot;&gt;B&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=C&quot;&gt;C&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=C&quot;&gt;C&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=D&quot;&gt;D&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=D&quot;&gt;D&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=e&quot;&gt;E&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=e&quot;&gt;E&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=F&quot;&gt;F&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=f&quot;&gt;F&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=g&quot;&gt;G&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=g&quot;&gt;G&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=h&quot;&gt;H&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=h&quot;&gt;H&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=i&quot;&gt;I&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=i&quot;&gt;I&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=j&quot;&gt;J&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=j&quot;&gt;J&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=k&quot;&gt;K&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=k&quot;&gt;K&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=l&quot;&gt;L&lt;/a">http://www.socanews.com/artists/index2.php?category_keyword=l&quot;&gt;L&lt;/a</a>&gt;<br />&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=m&quot;&gt;M&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=m&quot;&gt;M&lt;/a&gt;</a><br />&lt;a href=[url &quot;http://www.socanews.com/artists/index2.php?category_keyword=n&quot;&gt;N&lt;/a&gt;&lt;a href=&quot;]http://www.socanews.com/artists/index2.php?category_keyword=n&quot;&gt;N&lt;/a&gt;<br /><span style="color: #5b5745">&lt;a href=[/#5b5745][/url]<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=o&quot;&gt;O&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=o&quot;&gt;O&lt;/a&gt;<br /></a>&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=p&quot;&gt;P&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=p&quot;&gt;P&lt;/a&gt;<br /></a>&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=q&quot;&gt;Q&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=q&quot;&gt;Q&lt;/a&gt;<br /></a>&lt;a href=[url &quot;http://www.socanews.com/artists/index2.php?category_keyword=r&quot;&gt;R&lt;/a&gt;&lt;a href=&quot;]http://www.socanews.com/artists/index2.php?category_keyword=r&quot;&gt;R&lt;/a&gt;<br /><span style="color: #5b5745">&lt;a href=[/#5b5745][/url]<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=s&quot;&gt;S&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=s&quot;&gt;S&lt;/a&gt;<br /></a>&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=t&quot;&gt;T&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=t&quot;&gt;T&lt;/a&gt;<br /></a>&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=u&quot;&gt;U&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=u&quot;&gt;U&lt;/a&gt;<br /></a>&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=v&quot;&gt;V&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=v&quot;&gt;V&lt;/a&gt;<br /></a>&lt;a href=[url &quot;http://www.socanews.com/artists/index2.php?category_keyword=w&quot;&gt;W&lt;/a&gt;&lt;a href=&quot;]http://www.socanews.com/artists/index2.php?category_keyword=w&quot;&gt;W&lt;/a&gt;<br /><span style="color: #5b5745">&lt;a href=[/#5b5745][/url]<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=x&quot;&gt;X&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=x&quot;&gt;X&lt;/a&gt;<br /></a>&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=y&quot;&gt;Y&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=y&quot;&gt;Y&lt;/a&gt;<br /></a>&lt;a href=&quot;<a target="_blank" href="http://www.socanews.com/artists/index2.php?category_keyword=z&quot;&gt;Z&lt;/a&gt;">http://www.socanews.com/artists/index2.php?category_keyword=z&quot;&gt;Z&lt;/a&gt;<br /></a>&lt;/span&gt;<br />]]></description>
          <pubDate>Tue, 18 Jan 2011 19:31:59 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209123#post2209123</guid>
        </item>
                <item>
          <title>Re: [chris] Sorting List By Country</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209122#post2209122</link>
          <description><![CDATA[Hi Chris<br />not sure exactly where that code should go on the page.<br />Joseph<br />]]></description>
          <pubDate>Tue, 18 Jan 2011 19:16:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209122#post2209122</guid>
        </item>
                <item>
          <title>Re: [chris] Numbered List</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209107#post2209107</link>
          <description><![CDATA[ok, the code you gave me worked. <br /><br />i will have to go with the second option for calculating how many times a track is played over a 7 day period, but would i need to reset the weekly figures?<br />]]></description>
          <pubDate>Mon, 17 Jan 2011 20:29:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209107#post2209107</guid>
        </item>
                <item>
          <title>Re: [chris] Sorting List By Country</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2209106#post2209106</link>
          <description><![CDATA[Hi Chris<br />page has been attached. <br />Joseph<br />]]></description>
          <pubDate>Mon, 17 Jan 2011 20:09:40 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2209106#post2209106</guid>
        </item>
              </channel>
    </rss>
  