<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Using CMS Builder with SlideshowPro</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Using-CMS-Builder-with-SlideshowPro-68622</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 02:10:14 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Using-CMS-Builder-with-SlideshowPro-68622" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [kevbarker] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190681#post2190681</link>
          <description><![CDATA[Thanks.<br /><br />I'm working on a site we need to deliver in the next week so, for this one, I think we can use the workaround we've used for SlideShow Pro in ArtMan. It doesn't permit loading additional photos, but by naming the images 01.jpg, 02.jpg.... and designating a separate directory for each slideshow's uploads, we can provide the ability for clients to remove and replace (in that order) as long as they observe the naming convention.<br /><br />And now that Dave has included a separate &quot;thumbs&quot; directory, this should work even better than before. Of course, I'm saying all this before implementing a slideshow for this project, but don't see why this approach won't be successful. Will know shortly.<br /><br />I hear you on the price. I recommend going for the 12-pack right away, if you can. I did and am stocked up for at least the next few sites. I had to swallow hard before doing it, but after looking at the numbers, it was a no-brainer for us. I know we're going to use CMS Builder for many more sites than we did ArtMan (which we used a lot) just because of the flexibility. Am liking it. Anyhow, I think it simply has to be written into the bid for any client who needs a truly reliable CMS.<br /><br />Thanks again for the input and please keep us posted.<br /><br />PS: Cute site! Well done!<br />]]></description>
          <pubDate>Tue, 11 Mar 2008 17:19:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190681#post2190681</guid>
        </item>
                <item>
          <title>Re: [matrix] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190680#post2190680</link>
          <description><![CDATA[Matrix, <br /><br />Unfortunately I have not had a chance to work on that project yet since I posted, but am fast approaching it after completing my current one. Once I get it working I will be sure post the details here and share with everyone. If we can get CMSB working with SlideShowPro we have some pretty awesome possibilities for our clients the way I see it. I use SlideShowPro quite a bit for various purposes and sites. (<a target="_blank" href="http://www.allaboutmegirlspa.com">http://www.allaboutmegirlspa.com</a> is my latest example) I have been using SlideShowPro Director as the CMS for it (it works great) but wanted one solution and one license for my client's content managment. Looks like CMSB has some awesome possibilities and I plan to use it for my client's CMS needs - just hate the price is going up! [:(] I fear the price increase may put it out of reach for some clients.  <br /><br />I will let you know as soon as I get it worked out. <br /><br />Take Care, <br /><br />Kevin]]></description>
          <pubDate>Tue, 11 Mar 2008 16:59:05 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190680#post2190680</guid>
        </item>
                <item>
          <title>Re: [kevbarker] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190663#post2190663</link>
          <description><![CDATA[Kevin, did you ever get this working with Slideshow Pro? Would be so cool if it does.<br /><br />Thanks.<br />]]></description>
          <pubDate>Tue, 11 Mar 2008 10:38:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190663#post2190663</guid>
        </item>
                <item>
          <title>Re: [mbodamer] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190492#post2190492</link>
          <description><![CDATA[You'll need to name the file with a .php extension for it to run as a program and not just output it's source code.<br /><br />First, make sure when you view the url in your browser it outputs the XML you want (view source in your browser to check that).<br /><br />First, we want to test the output is correct.  We can do that by saving the content from view source as images.xml and setting xmlfilepath to that.<br /><br />If that doesn't work it means something is wrong with the XML format so we'll need to track that down.  If it works, it means we have the right format and can continue.<br /><br />Next, try setting xmlfilepath to the php file.  If that doesn't work (but the saved .xml does), it means there's something we need to change with the PHP file.<br /><br />If that's the case, try adding this to the very top of your php page:<br /><br />&lt;?php header('Content-type: application/xml; charset=utf-8'); ?&gt;<br /><br />That helped Berkowitz get his XML/RSS working in <a target="_blank" href="http://www.interactivetools.com/iforum/P60066/#60066">another thread</a>.<br /><br />And if after trying all that it STILL doesn't work -or- if you get stuck anywhere along the way or need more details, post back here and we'll keep trying!<br />]]></description>
          <pubDate>Thu, 28 Feb 2008 12:18:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190492#post2190492</guid>
        </item>
                <item>
          <title>Re: [mbodamer] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190486#post2190486</link>
          <description><![CDATA[ok I think I am getting close... <br /><br />my flash file loads, that is enough for me to see the colored border, but the actual slides dont load.  So I know I have the code right to disply the slide show, but I have the code wrong for grabbing the xml file. <br /><br />I have edited the code to change the table name to cms_photos which is my table name. <br /><br />then I copied and pasted that code into a file, and tried to name it images.xml or images.php <br /><br />then I edited a working html file with slide show as follows, changed the xmlfilepath to images.xml or images.php <br /><br />all I get is the slide shows frame.... no nav and no pictures. <br /><br />any ideas? <br /><br />the possabilities for this are amazing especially if this was in LM, to make dynamic slide shows on teh fly using the uplaoded photos.... awesome.<br />]]></description>
          <pubDate>Thu, 28 Feb 2008 02:06:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190486#post2190486</guid>
        </item>
                <item>
          <title>Re: [Dave] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190485#post2190485</link>
          <description><![CDATA[ok i am trying to get my head around this.... <br /><br />dave the example you posted above... does that get named images.xml which is what ssp is looking for? <br /><br />then when i upload a few photos it will populate that file with the details?<br />]]></description>
          <pubDate>Thu, 28 Feb 2008 01:27:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190485#post2190485</guid>
        </item>
                <item>
          <title>Re: [kevbarker] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190352#post2190352</link>
          <description><![CDATA[Sounds good, if you can - post a link when it's up and running.  We'd love to see it in action!<br />]]></description>
          <pubDate>Thu, 21 Feb 2008 16:38:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190352#post2190352</guid>
        </item>
                <item>
          <title>Re: [Dave] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190333#post2190333</link>
          <description><![CDATA[Dave, <br /><br />I will give that a try once I get everything setup. I may need some more help down the road... <br /><br />As always, thanks for the awesome support! <br /><br />Kevin<br />]]></description>
          <pubDate>Thu, 21 Feb 2008 07:22:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190333#post2190333</guid>
        </item>
                <item>
          <title>Re: [kevbarker] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190322#post2190322</link>
          <description><![CDATA[Hi Kevin,<br /><br />The one thing CMS Builder doesn't do is put it's thumbnails in a different directory.  It puts them in the same directory and adds a _thumb extension.  I've just used the main upload dir for both lgPath and tnPath.  Let me know if that's going to be a problem.<br /><br />Here's some code for a page viewer.  Ideally you'd have a list viewer that would list albums and then you'd click through to this one to display an album.  You could also direct link to a specific album.  This one assumes you have some fields defined called: title, and description.  Also you'll need to change the tableName and the require_once path to match your server.<br /><br /><code>&lt;?php<br />  echo &quot;&lt;?xml version='1.0'  encoding='UTF-8'?&gt;\n&quot;;<br /><br />  require_once &quot;../lib/viewer_functions.php&quot;;<br />  $options = array();<br />  $options['tableName'] = 'news';<br />  $options['recordNum'] = '';<br />  $options['where']     = '';<br />  $record = getRecord($options);<br />?&gt;<br />&lt;gallery&gt;<br />&lt;album lgPath=&quot;&lt;?php echo $SETTINGS['uploadUrl']; ?&gt;&quot;<br />       tnPath=&quot;&lt;?php echo $SETTINGS['uploadUrl']; ?&gt;&quot;<br />       title=&quot;&lt;?php echo htmlspecialchars($record['title']); ?&gt;&quot;<br />       description=&quot;&lt;?php echo htmlspecialchars($record['description']); ?&gt;&quot;<br />       tn=&quot;album1/preview.jpg&quot;&gt;<br /><br />  &lt;?php if ($record): ?&gt;<br />    &lt;?php foreach (getUploads($options['tableName'], 'uploads', $record['num']) as $upload): ?&gt;<br /><br />      &lt;img src=&quot;&lt;?php echo htmlspecialchars($upload['filename']); ?&gt;&quot;<br />           title=&quot;&lt;?php echo htmlspecialchars($upload['info1']); ?&gt;&quot;<br />           caption=&quot;&lt;?php echo htmlspecialchars($upload['info2']); ?&gt;&quot;<br />           link=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot;<br />           target=&quot;_blank&quot;<br />           pause=&quot;&quot; /&gt;<br /><br />    &lt;?php endforeach ?&gt;<br />  &lt;?php endif ?&gt;<br /><br />&lt;/album&gt;<br />&lt;/gallery&gt;</code><br /><br />Give that a try, let me know how it goes.<br />]]></description>
          <pubDate>Wed, 20 Feb 2008 14:24:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190322#post2190322</guid>
        </item>
                <item>
          <title>Re: [Dave] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190313#post2190313</link>
          <description><![CDATA[Dave,<br /><br /> Thanks for the quick response. The content for SlideshowPro can be .jpg .gif, .png, .flv, .swf, .mp3 (and a few other video formats if the end user has the bleeding edge version of the Flashplayer). <br /><br />I have pasted an example of the XML format below. <br /><br /><code> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; ?&gt; <br /> &lt;gallery&gt;<br />&lt;album lgPath=&quot;album1/images/&quot; tnPath=&quot;album1/thumb/&quot; title=&quot;Album title&quot; description=&quot;Album description&quot; tn=&quot;album1/preview.jpg&quot;&gt;<br />  &lt;img src=&quot;1.jpg&quot; title=&quot;&quot; caption=&quot;&quot; link=&quot;&quot; target=&quot;_blank&quot; pause=&quot;&quot; /&gt; <br />  &lt;img src=&quot;1.jpg&quot; title=&quot;&quot; caption=&quot;&quot; link=&quot;&quot; target=&quot;_blank&quot; pause=&quot;&quot; /&gt; <br />  &lt;img src=&quot;1.jpg&quot; title=&quot;&quot; caption=&quot;&quot; link=&quot;&quot; target=&quot;_blank&quot; pause=&quot;&quot; /&gt; <br />  &lt;img src=&quot;1.jpg&quot; title=&quot;&quot; caption=&quot;&quot; link=&quot;&quot; target=&quot;_blank&quot; pause=&quot;&quot; /&gt; <br />  &lt;img src=&quot;1.jpg&quot; title=&quot;&quot; caption=&quot;&quot; link=&quot;&quot; target=&quot;_blank&quot; pause=&quot;&quot; /&gt; <br /> &lt;/album&gt;<br /> &lt;/gallery&gt;</code><br /><br />lgPath = path to the large version of the photos <br />tnPath = path to the thumbnails (or preview photo in case of video)<br />caption = this would show on mouseover of the image<br />link = if the image is clicked it would follow this link<br /><br />The user would have to be able to upload the media, thumbnails would be created, and then the user would enter information for the various fields in the XML file(caption, etc.) then the XML file would be updated by CMSB which would then change and update the content displayed in the SlideshowPro media player.<br /><br />The most important areas for a lot of the clients I design sites for will be an events calendar, photo gallery or slideshow (which could also be used as an events/ads display on the home page), and then the individual page content. I am hoping that CMSB will cover these requirements. <br /><br />Here is an example of a site I am working on which uses the slideshow for ads on the home page: http://www.clubhouse4042.com and here http://bonevoyageinc.com/gallery/ you can see the mouseover effect which shows the caption that would be entered.<br /><br />Hope this info helps explain the needs a little better. If you could help me figure out how to do this, I will definitely use CMSB! I have several new clients lined up.<br /><br />Thanks again!<br />Kevin<br />]]></description>
          <pubDate>Tue, 19 Feb 2008 21:37:22 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190313#post2190313</guid>
        </item>
                <item>
          <title>Re: [kevbarker] Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190283#post2190283</link>
          <description><![CDATA[Hi Kevin,<br /><br />I'd bet it can.  If you could post an example of the type of XML input file or content SlideShowPro needs I'd be happy to help you figure out how to create it with CMS Builder.<br />]]></description>
          <pubDate>Tue, 19 Feb 2008 11:48:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190283#post2190283</guid>
        </item>
                <item>
          <title>Using CMS Builder with SlideshowPro</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190281#post2190281</link>
          <description><![CDATA[Dave, <br /><br />I am considering using CMSB for a client (a church web site). For this site I would need the capability for the users to upload photos which would then be displayed in a slideshow utilizing SlideshowPro. Are you familiar with SlideshowPro? (see <a target="_blank" href="http://www.slideshowpro.net/">http://www.slideshowpro.net</a>) It is a very popular plugin for Flash which allows someone to create a custom slideshow for photo galleries, videos and audio all in one. Due to it's popularity I think it would be beneficial to allow easy integration with CMS Builder. <br /><br />SlideshowPro uses an XML file and they also have SlideshowPro Director (a CMS for SlideshowPro) I would rather use one CMS rather than to have a login for CMS Builder and then another for SlideshowPro Director (although Director is an excellent product). Is it possible to setup CMSB so that it would build the XML file(s) which SlideshoPro reads to create the slideshow? I know there are plugins for some of the other CMSs out there for SlideshowPro (Expression Engine is one).  <br /><br />I can provide you the formatting used for the XML and other files if you need to take a closer look at those. <br /><br />Thanks! <br /><br />Kevin]]></description>
          <pubDate>Tue, 19 Feb 2008 07:37:23 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190281#post2190281</guid>
        </item>
              </channel>
    </rss>
  