Two authors & two columns?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
cassepied
Posts: 2
Joined: Sun Jan 21, 2007 9:28 am

Two authors & two columns?

Post by cassepied »

Would it be possible to create a blog with Serendipity that is authored by two different authors and displays their respective posts in a separate column?

This means that there would be two columns of posts (one for each author) as well as some kind of sidebar column. A total of three columns - two wide and one narrow.

How much PHP knowledge would be necessary? I know HTML and CSS to a reasonable standard, but I don't know much PHP at all - so far.

Has anyone already created such a theme?
Davy
Regular
Posts: 109
Joined: Fri Oct 13, 2006 2:06 pm
Location: The Netherlands

Post by Davy »

The only solution I could find is this:
Make three sidebars in your template. Then install the "Display Entries in Sidebar" plugin (or something like that name). You will need to do that for both author-sidebars. Then you can assign a caegory to each author and display that one on their sidebars.
cassepied
Posts: 2
Joined: Sun Jan 21, 2007 9:28 am

Post by cassepied »

Thank you for your response. I have downloaded the plugin and I will try it out.

If anyone else has any other advice, I would welcome it.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Fetching two different set of entries within a single page is currently a lot of work to do manually with Serendipity. You'd have to build your own PHP plugin to fetch entries etc, so the approach mentioned by Davy should be the best ony.

Another way would be to make a minimal theme for Serendipity and then use a central frameset where you embed two views of Serendipity via iframe; you can use the "View by Author" link URLs there?

HTH,
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