What I'm trying to do is use serendipity as a complete CMS for my website but I've ran into a few issues.
First, I need to sort each page of my site by category. Easy enough, so I might have for example:
-Main Page (News)
-About
-Contacts
My problem is that on the main page I might need a headliner that remains at the top with the rest of the news below. So I tried the static page plugin but I cannot seem to print content below that and have it show up, and it generally seems to complicated for what I need to do. Is there an easier way to do this using smarty markup?
Another problem that I have is that I would only need certain sidebar plugins on certain pages. For instance, I don't need archives for contacts. Contacts should not even show up in any searches, etc. Could I call plugins for only certain categories?
Finally, I'd like to remove all the unnecessary info at the bottom of each post. ie: timestamp, category, posted by, etc. but looking through the entries.tpl and tweaking things I can't seem to find what I need. Any hints?
Thanks a bunch for any help!