styling the sidebar archives plugin

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
lordcoffee
Regular
Posts: 308
Joined: Tue Nov 29, 2005 10:22 pm
Location: Munich - Germany
Contact:

styling the sidebar archives plugin

Post by lordcoffee »

Hi!

After a logn time of doing nothing with s9y I'm working on the style of my blog and I now I don't know how I can edit the archives sidebar plugin to my needs. As you can see at http://www.taeglichanders.de/senf/ the right sidebar is looking good at the categories. Now I wanted the archives plugin in the sidebar to look nearly the same. I've found out that the archives plugin is inside the include folder in plugin_internal.inc.php. I've also found the class of the plugin

Code: Select all

class serendipity_archives_plugin extends serendipity_plugin
but I have now ideas how to edit the css or to create a .tpl file.

Any help? :-)

Thanks and greetings,
Loredcoffee
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: styling the sidebar archives plugin

Post by garvinhicking »

Hi!

The archives plugin is not templated; you can only use CSS to style the output of it!

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply