| Blackops |
|
|---|---|
| Kilandor |
|
|---|---|
|
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 |
|
|---|---|
|
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 |
|
|---|---|
|
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!
Bu gönderi Trustmaster tarafından düzenlendi (2009-07-23 03:31, 16 yıllar önce)
|
| pieter |
|
|---|---|
# Blackops : After I updated to 0.0.6 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 |
|
|---|---|
|
I actually replaced the pm tpl with the ones from sedlight in the 0.0.6 package. after that the problem was solved..
|
| pieter |
|
|---|---|
# Blackops : Thanks See this HOWTO how to convert a skin: http://www.cotonti.com/docs/en/skins/Skin-convert-006 ... can we help you ...
|