Cant install this one.
Well sort of can.
Everytime with alot of mods when I need too edit Topic View, render row and try and save the template it always says now:
These template bits could not be saved because they cause an error when parsed. Please check the data including any HTML logic used and any input data variables.
I don't know why its doing this for now.
Sometimes by closing and re-opening the ACP fixes it but not this time.
What do I do about this ?
Code I'm adding is:
CODE
<br />
<div class="catheader"><div class="catheader1"><div
class="catheader2"></div></div></div>
<div class="cleared"><!--no content--></div>
<div class="borderwrap">
<!--Begin Msg Number {$post['pid']}-->
<table class='ipbtable' cellspacing="0">
<tr>
<td class="row5" width="1%">
<div style="float: left;">
<span
class="postdetails">{$post['post_icon']} <img
src='{$this->ipsclass->vars['img_url']}/to_post_off.gif'
alt='{$this->ipsclass->lang['to_post_alt']}' border='0'
style='padding-bottom:2px' /> {$post['post_date']}</span>
</div>
</td>
<td class="row6" valign="middle" width="99%"
colspan="2">
<!-- POSTED DATE DIV -->
<!-- REPORT / DELETE / EDIT / QUOTE DIV -->
<div align="right">
<span
class="postdetails">{$post['ip_address']}
{$this->ipsclass->lang['posted_on']}
<a
title="{$this->ipsclass->lang['tt_link']}" href="#"
onclick="link_to_post({$post['pid']}); return
false;">#{$post['post_count']}</a>
<if="$this->ipsclass->member['is_mod']">
| <a href="#"
title="{$this->ipsclass->lang['click_for_mod']}"
onclick="topic_toggle_pid('{$post['pid']}'); return
false;">{$post['pid_start_image']}</a>
</if>
</span>
</div>
</td>
</tr>
<tr>
<td valign="top" class="row5">
<div align='center'><div style='width:100%'>
<div class="userinfo">
<div>
<a name="entry{$post['pid']}"></a>
<if="$author['id']">
<div id="post-member-{$post['pid']}"
class='username'>
<span
class="{$post['name_css']}">{$author['_pp_online_image']}{$author['_mem
bers_display_name']}</span>
</div>
<!-- member menu -->
<div class='popupmenu-new'
id='post-member-{$post['pid']}_menu' style='display:none;width:230px'>
<div
class='popupmenu-item-last'>
<if="$author['members_display_name_short'] !=
$author['members_display_name']">
<div
class='popupmenu-item'><strong>{$author['members_display_name']}</stron
g></div>
</if>
<div
style='float:right'>
<div
class='pp-image-thumb-wrap'>
<img
src='{$author['pp_thumb_photo']}' width='{$author['pp_thumb_width']}'
height='{$author['pp_thumb_height']}' alt='' />
</div>
<if="$this->ipsclass->vars['pp_allow_member_rate']">
<div
style='margin-top:5px;margin-left:6px;'>
<img
src="{$this->ipsclass->vars['img_url']}/rating_{$author['_pp_rating_rea
l']}_mini.gif" alt='{$this->ipsclass->lang['rating_prefix']}:
{$author['_pp_rating_real']}' style='vertical-align:middle' border='0'
/>
</div>
</if>
</div>
<div
class='popupmenu-item'>
{$author['_pp_gender_image']} <a
href="{$this->ipsclass->base_url}showuser={$author['id']}">{$this->ipsc
lass->lang['dd_view_profile']}</a>
</div>
<if="$this->ipsclass->member['id']">
<div
class='popupmenu-item'>
<if="in_array( $author['id'], array_keys(
$this->ipsclass->member['_cache']['friends'] ) )">
<img
src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/friend_re
move_small.png' alt='' border='0' /> <a href="#"
onclick='friends_pop("&do=remove&member_id={$author['id']}&
md5check={$this->ipsclass->md5_check}"); return
false'>{$this->ipsclass->lang['dd_remove_friend']}</a>
<else
/>
<img
src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/friend_ad
d_small.png' alt='' border='0' /> <a href="#"
onclick='friends_pop("&do=add&member_id={$author['id']}&md5
check={$this->ipsclass->md5_check}"); return
false'>{$this->ipsclass->lang['dd_add_friend']}</a>
</if>
</div>
<div
class='popupmenu-item'>
<img
src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/send_pm_s
mall.png' alt='' border='0' /> <a
href="{$this->ipsclass->base_url}act=Msg&CODE=4&MID={$author['i
d']}">{$this->ipsclass->lang['dd_send_pm']}</a>
</div>
<div
class='popupmenu-item'>
<img
src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_post
s.png' alt='' border='0' /> <a
href='{$this->ipsclass->base_url}act=Search&CODE=gettopicsuser&
mid={$author['id']}'>{$this->ipsclass->lang['dd_find_topics']}</a>
</div>
</if>
<div
class='popupmenu-item-last'>
<img
src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_post
s.png' alt='' border='0' /> <a
href='{$this->ipsclass->base_url}act=Search&CODE=getalluser&mid
={$author['id']}'>{$this->ipsclass->lang['dd_find_posts']}</a>
</div>
</div>
</div>
<!-- member menu -->
<script type="text/javascript">
ipsmenu.register(
"post-member-{$post['pid']}", '', 'username_ro', 'username' );
</script>
<else />
<span
class="{$post['name_css']}">{$author['_members_display_name']}</span>
</if>
</div>
<if="$author['id'] AND
$author['avatar']">
<a
href="{$this->ipsclass->base_url}showuser={$author['id']}"
title="{$this->ipsclass->lang['dd_view_profile']}">{$crowns}<br
/>{$author['avatar']}</a><br /><br />
<else />
<img
src='style_images/<#IMG_DIR#>/noavatar.gif' border='0' alt='' /><br
/><br />
</if>
{$author['title']}<br />
{$author['member_rank_img']}<br />
<div align="left">{$author['member_group']}<br
/>
{$author['member_posts']}<br />
{$author['member_ppd']}<br />
{$author['member_topics']}<br />
{$author['member_points']}
{$author['member_joined']}<br />
{$author['member_location']}
{$author['member_number']}<br />
<if="$author['custom_fields'] != """>
{$author['custom_fields']}
</if></div>
<br />
{$author['warn_text']}
{$author['warn_minus']}{$author['warn_img']}{$author['warn_add']}
{$author['awards']}
<br />
<img
src="{$this->ipsclass->vars['img_url']}/spacer.gif" alt="" width="160"
height="1" /><br />
</div>
</td>
<td width="98%" valign="top" class="{$post['post_css']}"
id='post-main-{$post['pid']}'>
<!-- THE POST {$post['pid']} -->
<div class="postcolor"
id='post-{$post['pid']}'>
{$post['post']}
{$post['edit_by']}
<if="$post['post_edit_reason'] != ''">
<div class='post-edit-reason'>
{$this->ipsclass->lang['reason_for_edit']}: {$post['post_edit_reason']}
</div>
</if>
<!--IBF.ATTACHMENT_{$post['pid']}-->
</div>
{$post['signature']}
<!-- THE POST -->
</td>
<td width="1%" class="row6"><!-- no content --></td>
</tr>
<tr>
<td class="row5" nowrap="nowrap">
</td>
<td class="row6" nowrap="nowrap" colspan="2">
<!-- PM / EMAIL / WWW / MSGR -->
<div style="float: left;">
{$post['report_link']}
</div>
<!-- REPORT / UP -->
<div align="right">
{$post['delete_button']}{$post['edit_button']}<a href="#"
onclick="multiquote_add({$post['pid']}); return false;"
title="{$this->ipsclass->lang['mq_title']}">{$post['mq_start_image']}</
a><a
href="{$this->ipsclass->base_url}act=Post&CODE=02&f={$this->ips
class->input['f']}&t={$this->ipsclass->input['t']}&qpid={$post[
'pid']}"
title="{$this->ipsclass->lang['tt_reply_to_post']}"><{P_QUOTE}></a><a
href="java script:scroll(0,0);"><{P_UP}></a>
</div>
</td>
</tr>
</table>
</div>
<div class="footer"><div class="footer1"><div
class="footer2"></div></div></div>
<div class="cleared"></div>
<if="$post['edit_button']!=''">
<script type='text/javascript'>
//<![CDATA[
if ( ajax_loaded && use_enhanced_js )
{
menu_build_menu( 'edit-but-{$post['pid']}',
new Array( img_item + " <a
title='{$this->ipsclass->lang['edit_full_desc']}'
href='{$this->ipsclass->base_url}act=post&do=edit_post&f={$post
['forum_id']}&t={$post['topic_id']}&p={$post['pid']}&st={$t
his->ipsclass->input['st']}'>{$this->ipsclass->lang['edit_full_title']}
</a>",
img_item + " <a href='#'
title='{$this->ipsclass->lang['edit_quick_desc']}' onclick='return
ajax_prep_for_edit({$post['pid']},
event);'>{$this->ipsclass->lang['edit_quick_title']}</a>" ) );
}
//]]>
</script>
</if>
i got it to work
Edited by Shania, 25 June 2007 - 05:22 PM.