
MikeB
Staff
/ Moderator

Nov 16, 2008, 11:59 PM
Post #2 of 2
(1477 views)
Shortcut
|
|
Re: [jarvis] Stripping out template elements
[In reply to]
|
Can't Post
|
|
Hi Jarvis, Thanks for the post! You'll want to leave this code in Listings Manager's template file. The blocks of code that start and end with "templatecell" are required by the software so it knows how to handle different scenarios (in this case what should be displayed depending on whether or not the user has an image to display). If you were to remove this code you'd likely end up getting an error in the software when you try to add and modify listings or re-publish your listings. If you don't require any of this code then what you could do is just strip out everything between the opening and closing tags so it looks like this: <!-- templatecell : user_image --> <!-- /templatecell : user_image --> <!-- templatecell : user_noimage --> <!-- /templatecell : user_noimage --> Nothing will be displayed for your user details but you won't get any errors in the software. I hope this helps! Cheers, Mike Briggs - 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]
|