
ChetW
Staff

Nov 11, 2006, 12:57 PM
Post #4 of 28
(12465 views)
Shortcut
|
|
Re: [mackeymedia] Category Image does not show
[In reply to]
|
Can't Post
|
|
Hi, Thanks for the post! The <!--templatePlaceholderList --> can be placed anywhere on your page, after adding this bit of code you will need to re-publish your pages, you can also place this command inside of a templatecell to see templatecell specific placeholders. :) The <!-- templatePlaceholderList --> is best used when you are developing and designing your website, you will want to remove this command and re-publish your files once you have found the placeholders that your looking for. :) To get the category images appearing on your webpages you will need to both upload the image from inside the Article Manager admin section and be sure that the category image placeholder is being used on your template file. Your category image placeholder code would look similar to this:
$category.image$ <!-- templateCell : category.image.row --> <img src="$file.thumbnailWebUrl$" alt="$file.title:htmlEncoded$" width="$file.thumbnailWidth$" height="$file.thumbnailHeight$"> <!-- templateCell : category.image.row -->
Add this code to the spot on your template file that you would like the category image to appear. :) This should help get you on your way, and if you have any other questions let me know and I will be happy to help out! Cheers, Chet Woodside - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] 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 [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|