Home | Products | Consulting | Forums | Support | Order | 1-800-752-0455
  Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder:
Why only thumbnails displaying?

 

 


seotech
New User

Jun 29, 2008, 9:36 PM

Post #1 of 2 (215 views)
Shortcut
Why only thumbnails displaying? Can't Post

Hi,
On the following page, I have inserted 2 records with photos. They are only displaying as thumbnails even though I have not selected the option to re-size images greater than a certain size. Can you tell me why this is happening?

http://www.qcegoldcoast.qld.edu.au/pages/student.php
Thanks


Dave
Staff / Moderator


Jun 29, 2008, 10:21 PM

Post #2 of 2 (203 views)
Shortcut
Re: [seotech] Why only thumbnails displaying? [In reply to] Can't Post

Hi seotech, welcome to the CMS Builder forum!

The "Resize images larger than" option resizes images as you upload them. It's the "Create image thumbnails" option that creates the thumbnails.

If you don't want thumbnails just replace this code in your image foreach loop:


Code
<?php if ($upload['hasThumbnail']): ?> 
<img src="<?php echo $upload['thumbUrlPath'] ?>" width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight'] ?>" alt="" /><br/>

<?php elseif ($upload['isImage']): ?>
<img src="<?php echo $upload['urlPath'] ?>" width="<?php echo $upload['width'] ?>" height="<?php echo $upload['height'] ?>" alt="" /><br/>

<?php else: ?>
<a href="<?php echo $upload['urlPath'] ?>">Download <?php echo $upload['filename'] ?></a><br/>

<?php endif ?>


With this:


Code
<?php if ($upload['isImage']): ?> 
<img src="<?php echo $upload['urlPath'] ?>" width="<?php echo $upload['width'] ?>" height="<?php echo $upload['height'] ?>" alt="" /><br/>

<?php else: ?>
<a href="<?php echo $upload['urlPath'] ?>">Download <?php echo $upload['filename'] ?></a><br/>

<?php endif ?>


And it won't display the thumbnails.

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com

 
 
 


Search for (options)
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4