recententries with links

Creating and modifying plugins.
Post Reply
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

recententries with links

Post by bdconnolly »

I am trying to use the recent entries plugin. Just want it to list titles and dates. Just want the titles to link to the actual article permalinked page.

Got this... but I can't get it to work:

Code: Select all

    {foreach from=$dategroup.entries item="entry"}

    <div class="serendipity_showentry_title">
    <a href="{$entry.link}">{$entry.title|escape}</a>
    {$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}
    </div>

{/foreach}
Suggestions?

Thanks.

brian
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: recententries with links

Post by garvinhicking »

Hi!

The recent entries plugin does not use .tpl files?! What are you editing ther?!

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/
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

Post by bdconnolly »

this will go down as my stupidest post of all time. Hard to describe just how confused I was. I was editing the moblog plugin. I so need a vacation.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Oh, I remember being that tired and confused. How I long for those days...

You'd better get that vacation quick. It only gets busier from here. Make some time for yourself and your family, or you'll never get any.
Judebert
---
Website | Wishlist | PayPal
Post Reply