Sidebar or Bottom Bar showing thumbnail of past blog entries

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
rm
Posts: 2
Joined: Mon Jan 02, 2006 6:14 am

Sidebar or Bottom Bar showing thumbnail of past blog entries

Post by rm »

I'm trying to get serendipity to show just one post on the front page. However, I would also like it to show a thumbnail (and optionally, subject heading) for the past 5 or so blog entries on a sidebar or bottom bar. So far, I can't seem to figure out how to do this without simply showing the entire content of each blog entry. The following link basically shows exactly what I'm trying to do in Serendipity. Does anyone know if this is possible, perhaps through some plugin? Thanks a lot!

http://www.vlogville.com/node/2
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Sidebar or Bottom Bar showing thumbnail of past blog ent

Post by garvinhicking »

The first thing you can achieve by configuring the limit of entries tos how within the Serendipity Configuration screen, under "Appearance".

The second thing you can solve with the "recent entries" sidebar plugin.

Best 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/
Guest

Post by Guest »

Thanks Garvin for the reply - actually, I did manage to get that - but I can't seem to figure out about getting the Recent Entries plugin to show any thumbnail that may be available for a particular blog entry. Perhaps there would be an easy way to modify that plugin, or perhaps another one is available, that can also show a thumbnail of each past post as well.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

For showing a portion of the text, you can use the plugin called "serendipity_plugin_showentries" ("Show entries in sidebar"). It allows Smarty templating, so that you can truncate the text within the template to any amount of characters. Or you can use Smarty markup plugins to extract a specific piece of HTML code there.

This plugin should be more suitable to the task at hand, I guess?

You might want ot have a look at the "photoblog" plugins, which also allow you to specifiy thumbnails for postings to display in your sidebar...?

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