 |

mbittner
User
Jul 7, 2008, 2:22 PM
Post #1 of 4
(488 views)
Shortcut
|
|
Image Gallery Help
|
Can't Post
|
|
Within the Article creation/maintenance page, I've just added images into the "Image Gallery". Okay, forgive a newbie question, but what now? How do I display that Image Gallery within the article? Thanks! Matt Bittner Software Engineer Internet Modeler
|
|
|  |
 |

Jake
Staff
/ Moderator

Jul 7, 2008, 7:48 PM
Post #2 of 4
(479 views)
Shortcut
|
|
Re: [mbittner] Image Gallery Help
[In reply to]
|
Can't Post
|
|
Hi Matt, If you're working from a default installation or Article Manager, everything you need for the image gallery should already be set up. The images will display in a predefined manner at the bottom of your article page once the article is saved. I hope this helps! ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

mbittner
User
Jul 8, 2008, 3:00 AM
Post #3 of 4
(475 views)
Shortcut
|
What if they don't? I did "tweak" the article template, so maybe deleted something I shouldn't have? Matt Bittner Software Engineer Internet Modeler
|
|
|  |
 |

Jake
Staff
/ Moderator

Jul 8, 2008, 11:36 AM
Post #4 of 4
(451 views)
Shortcut
|
|
Re: [mbittner] Image Gallery Help
[In reply to]
|
Can't Post
|
|
Hi Matt, This is the code used to display the image gallery:
<!-- templateInsert : $article.imageGallery$ --> <!-- templatecell : article.imageGallery.row --> <div style="float:left; margin: 0px 5px 5px 0px; padding:0;"> <a href="$file.webUrl$"><img src="$file.thumbnailWebUrl$" border="1" alt="$file.title:htmlEncoded$" width="$file.thumbnailWidth$" height="$file.thumbnailHeight$" class="galleryImage"></a> <!-- templateIf : $file.caption$ ne "" --> <br style="clear: both;" /> <div class="image_caption" style="width:$file.thumbnailWidth$px;">$file.caption$</div><br><br style="clear: both;" /> <!-- /templateIf --> </div> <!-- /templatecell : article.imageGallery.row --> If this isn't on your template already, you can simply add it in to get this going. ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 | |  |
|