(2012-01-15, 11:39 AM)ranjani Wrote: ^ try reverting that template to original (option available at the templates listing) and recheck the code ..
Thanks again but, I'm using the default original template. Could I add this code to the DB or is it a hard file somewhere?
Is this the correct code for myshowcase_view?
{$showcase_top}
{$showcase_data_header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$showcase_data}
</table>
{$showcase_attachment_header}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$showcase_attachments}
</table>
{$showcase_comment_header}
<form action="{$showcase_comment_form_url}" method="post" name="comment">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
{$showcase_comments}
</table>
</form>
{$footer}
</body>
</html>