
Donna
Staff
/ Moderator

Jun 26, 2009, 2:14 PM
Post #2 of 2
(1318 views)
Shortcut
|
|
Re: [davecope] hiding attachments placeholder
[In reply to]
|
Can't Post
|
|
Hi Dave, What you've got should work, although it's missing the end templateIf -- I'm not sure if that was left off of the copy & paste, or if it's just not there. The end result should look something like this: <!-- templateIf : $category.attachments$ ne "" --> <br style="clear: both;" /> <ul> <li style="list-style-type:none;"><b>Click to download the attached file(s):</b></li> <!--templateInsert : $category.attachments$ --> </ul> <!-- /templateIf --> <!-- templatecell : category.attachments.row --> <li><a href="$file.weburl$">$file.title$</a></li> <!-- /templatecell : category.attachments.row --> Let me know if that works for you. :) Donna -- support@interactivetools.com
|