
Donna
Staff
/ Moderator

Aug 22, 2006, 4:40 PM
Post #2 of 2
(929 views)
Shortcut
|
|
Re: [HazmatShip] Help - Publishing Error
[In reply to]
|
Can't Post
|
|
Hi there, Thanks for your post. :) This error is occuring because the row template cell (and possibly others) in the index/default.html file has been removed. To fix this problem, open up the index/default.html template file in an HTML/text editor of your choice. Make sure the following code (the entire code) is included within the HTML of the template file:
<!-- template insert : $article_list$ --> <!-- templatecell : row --> <span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br> <span class="summary_title"><a href="$detail_link$">$art_name$</a></span><br> <span class="summary">$art_summary$</span><br> <span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span> <!-- /templatecell : row --> <!-- templatecell : row_summary --> <span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br> <span class="summary_title">$art_name$</span><br> <span class="summary">$art_summary$</span><br> <span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span> <!-- /templatecell : row_summary --> <!-- templatecell : row_link --> <span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br> <span class="summary_title">$art_name$</span><br> <span class="summary">$art_summary$</span> <span class="summary">[ <a href="$detail_link$" target="_blank">Visit Website</a> ]</span><br> <span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span> <!-- /templatecell : row_link --> <!-- templatecell : row_ufile --> <span class="summary_breadcrumb"><a name="$art_num$">$cat_breadcrumb$</a></span><br> <span class="summary_title">$art_name$</span><br> <span class="summary">$art_summary$</span> <span class="summary">[ <a href="$detail_link$" target="_blank">Download/View File</a> ]</span><br> <span class="summary_date">$art_date$, $art_time$<br clear="all"><br></span> <!-- /templatecell : row_ufile --> <!-- templatecell : not_found --> <span class="summary">Sorry, no articles were found.</span><br> <!-- /templatecell : not_found --> <!-- templatecell : img_caption --> <table border=0 cellspacing=2 cellpadding=0 width=$img_width$ align=$img_align$> <tr><td><img src="$img_url$" height="$img_height$" width="$img_width$" border=1></td></tr> <tr><td><span class="image_caption">$img_caption$</span></td></tr> </table> <!-- /templatecell : img_caption --> <!-- templatecell : img_nocaption --> <table border=0 cellspacing=2 cellpadding=0 width=$img_width$ align=$img_align$> <tr><td><img src="$img_url$" height="$img_height$" width="$img_width$" border=1></td></tr> </table> <!-- /templatecell : img_nocaption --> You can also refer to your original (unmodified) index/default.html template file for this code, and simply just copy and paste the appropriate code from the old template file to your existing one. When modifying the template files it's important not to remove any of the <!-- templatecell --> code, this code is unique code that is used by the program to determine the placement and output of data. Additionally, it's also a good idea to make backups and test often, therefore, if you do happen to make an error you can always revert back to a back up you made 5 minutes ago. I hope this helps! Let me know if you have any other questions or concerns. :) Donna -- support@interactivetools.com
|