Forumlar / Cotonti / Support / Changing a section

pieter
#14802 2009-07-23 03:08
# Blackops : After I updated to 0.0.6
my recent downloads section changed to this

How do I change this so the whole section is the same shade of blue like it was before?

If you want back
Date / Category / title
instead of 2 lines.
Copy this to recentitems.tpl and put it in /skins/yourskin/plugins/
<!-- BEGIN: RECENTPAGES -->
<table class="cells">
	<!-- BEGIN: RECENTPAGE -->
	<tr><td>{RI_DATE} </td><td> {RI_CAT} </td><td class="odd" style="padding-left:8px;" colspan="2"> {RI_NAME}</td></tr>
	<!-- END: RECENTPAGE -->
</table>
<!-- END: RECENTPAGES -->
<!-- BEGIN: RECENTFORUMS -->
<table class="cells">
	<!-- BEGIN: RECENTFORUM -->
	<tr><td>{RI_IMG} </td><td>{RI_DATE} </td><td>{RI_CAT} </td><td>{RI_NAME} </td><td>({RI_COUNT})</td></tr>
	<!-- END: RECENTFORUM -->
</table>
<!-- END: RECENTFORUMS -->
... can we help you ...