1
I want to edit the main file that Content 0.5 uses to display the page with. I think it's CT_INDEX.HTML. Basically it displays the BLOCKTITLE on top in no particular font, style etc.
So I went to CT_INDEX.HTML in the /content/templates folder and removed what I thought the appropriate line was. Despite deleting all files in TEMPLATE_C and turning the UPDATE TEMPLATE option on in preferences, it still shows the BLOCK TITLE.
REMOVED:
<div class="blockTitle"><{$title}>div>
ORIGINAL:
<div class="blockTitle"><{$title}>div>
<div class="blockContent">
<{$content}>
<{if $xoops_isadmin == 1}>
<div align="right"><a href="<{$xoops_url}>/modules/content/admin/index.php?op=submit&return=1&id=<{$id}>"><img src="<{$xoops_url}>/modules/content/images/add.gif" alt="" border="0" align="absmiddle">a> <a href="<{$xoops_url}>/modules/content/admin/index.php?op=edit&id=<{$id}>&return=1"><img src="<{$xoops_url}>/modules/content/images/edit.gif" alt="" border="0" align="absmiddle">a>div>
<{/if}>