Forums / Cotonti / Support / Changing a section

Blackops
#1 2009-07-18 05:04
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?
Kilandor
#2 2009-07-18 07:25
Thats because I added the "odd" class to the field.

YOu can change your CSS to change color on the odd row, or edit plugins/recentitems/tpl/recentitems.tpl
Blackops
#3 2009-07-23 02:03
Thanks
I have another question
after I updated to 0.0.6 The Private Message (PM) System isnt working anymore

Does anyone have any idea how to fix this?

Thanks
Trustmaster
#4 2009-07-23 02:23
Try updating to latest 0.0.7 beta. People who had such problems with PM in 0.0.6 said the problems are gone in 0.0.7.
May the Source be with you!
This post was edited by Trustmaster (2009-07-23 03:31, 15 years ago)
pieter
#5 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 ...
Kingsley
#6 2009-07-23 04:25
I actually replaced the pm tpl with the ones from sedlight in the 0.0.6 package. after that the problem was solved..
pieter
#7 2009-07-23 19:48
# Blackops : Thanks
I have another question
after I updated to 0.0.6 The Private Message (PM) System isnt working anymore

Does anyone have any idea how to fix this?

Thanks

See this HOWTO how to convert a skin: http://www.cotonti.com/docs/en/skins/Skin-convert-006
... can we help you ...