SlideShowPro
14 posts by 3 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: May 31, 2010 (RSS)
By (Deleted User) - May 24, 2010
Re: [hegadmin] SlideShowPro
By gkornbluth - May 25, 2010
I'd be glad to try to help.
Could you be a bit more specific?
Thanks,
Jerry Kornbluth
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [gkornbluth] SlideShowPro
By (Deleted User) - May 25, 2010
I want away to upload to multiple categories.
Re: [hegadmin] SlideShowPro
By gkornbluth - May 25, 2010
Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php
Re: [hegadmin] SlideShowPro
By Jason - May 26, 2010
What fields do you have in the section you're uploading pictures to? Is it a multi-record or a single-record section?
Where are your categories coming from?
If you could also attach a screen shot of the CMS section you're using, that would be helpful.
Let me know and we'll get this figured out.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] SlideShowPro
By (Deleted User) - May 27, 2010 - edited: May 27, 2010
In that section editor I have the following
Album Name
Album Description
Image <- Upload
I want it so each post is an Album and Image adds that album.
For example I have my images xml file setup like:
<?php header('Content-type: application/xml; charset=utf-8'); ?><?xml version="1.0" encoding="UTF-8"?>
<?php
require_once "/cmsAdmin/lib/viewer_functions.php";
list($galleryRecords, $galleryMetaData) = getRecords(array(
'tableName' => 'gallery',
));
?>
<gallery>
<?php foreach ($galleryRecords as $record): ?><album id="<?php echo $record['num'] ?>" title="<?php echo $record['gallery_name'] ?>" lgPath="gallery/lg/" tnPath="gallery/tn/" description="<?php echo $record['description_of_gallery'] ?>">
<?php foreach ($record['image'] as $upload): ?>
<img src="<?php echo $upload['urlPath'] ?>" />
<?php endforeach ?>
</album>
<?php endforeach ?>
The embedded flash like this:
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="525" height="382">
<param name="movie" value="gallery.swf">
<param name="FlashVars" value="xmlfile=/images.xml" />
<param name="quality" value="High">
<embed src="gallery.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="525" height="382" quality="High"></object>
Please help. I have attached the images.xml
Re: [hegadmin] SlideShowPro
By Jason - May 31, 2010
For the php to execute, you need to have a .php extension. I would suggest copying your code into a file called images.xml.php. Also change the name of your xml file to this in where you're embedding your flash.
Give this a try and let me know.
Thanks.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [hegadmin] SlideShowPro
By Jason - May 31, 2010
If you could provide me with a link to your album, I may be able to better see what's happening. If you don't want to post this to the forum, you can email me at jason@interactivetools.com.
Thanks.
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/