Foren / Cotonti / Support / Changing a section

Blackops
#1 18. Juli 2009, 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 18. Juli 2009, 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 23. Juli 2009, 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 23. Juli 2009, 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!

Dieser Beitrag wurde von Trustmaster (am 23. Juli 2009, 03:31, vor 15 Jahre) bearbeitet
pieter
#5 23. Juli 2009, 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 23. Juli 2009, 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 23. Juli 2009, 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 ...