Page 1 of 1

styling the sidebar archives plugin

Posted: Tue Jan 29, 2008 7:36 pm
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

Re: styling the sidebar archives plugin

Posted: Tue Jan 29, 2008 8:15 pm
by garvinhicking
Hi!

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

Regards,
Garvin