New Plugin: Pageless

10 views
Skip to first unread message

BCSEEATI

unread,
Jul 30, 2008, 12:19:42 AM7/30/08
to habari-users
Hello

I'm developing a new plugin named Pageless.
It provides 'endless pagination' for Habari (just like Humanized
Reader).
It's stil work in progress, but you can see online demo here:
http://habari.bcse.info/

Arthus Erea

unread,
Jul 30, 2008, 12:23:51 AM7/30/08
to habari...@googlegroups.com
Very cool!

I hope you plan to open source it. :)

Nice job.

Michael C. Harris

unread,
Jul 30, 2008, 12:29:37 AM7/30/08
to habari...@googlegroups.com

Nice work!

--
Michael C. Harris, School of CS&IT, RMIT University
http://twofishcreative.com/michael/blog
IRC: michaeltwofish #habari

Andy C

unread,
Jul 30, 2008, 6:05:31 AM7/30/08
to habari-users
Brilliant. can;t wait to see this released because I simply adore
infinite scrolling as it fits perfectly with the 'stream of
consciousness'

Also, I am dying to write a blog post titled:

'Endless, nameless shameless, pageless' [Nirvana]

On Jul 30, 5:29 am, "Michael C. Harris" <michael.twof...@gmail.com>
wrote:

BCSEEATI

unread,
Jul 30, 2008, 1:01:47 PM7/30/08
to habari-users
Thanks for your comments.

Here is the source: http://bcse.googlecode.com/files/habaripageless-0.1.tar.gz



And here is some instructions... I have to admit this plugin is not
user-friendly :p

1. Every post’s container must have an ID named “entry-{$slug}”. If
you are sure you won't write any post which slug is begin with
“entry-” or “page-”, then you can simply named it “{$slug}”.
2. Every post must have an identical CSS class, e.g. “entry”, and this
CSS class must not appear elsewhere. You have to put this in “Class
name of posts”.
3. The page selector’s container must have an ID, e.g. “pager”. You
have to put this in “ID of page selector”.
4. You can put custom ‘pageless.php’ in the activated theme directory.
The plugin will use this template instead of the default one.

Andrew da Silva

unread,
Aug 2, 2008, 12:40:32 AM8/2/08
to habari-users
We wanted to implement this feature in the admin UI, maybe you can
talk to the devs in -dev about this!

Great plugin.

BCSEEATI

unread,
Aug 2, 2008, 10:59:16 PM8/2/08
to habari-users
Sounds like a nice feature. But I'm a shy user, so if you want to
suggest this to the devs, please just go ahead. Or maybe we can
implement this feature as another plugin. :)

Andrew da Silva

unread,
Aug 5, 2008, 5:17:28 PM8/5/08
to habari-users
Nevermind, I forgot that the admin uses the timeline to filter
posts. ;)

rikamus

unread,
Aug 17, 2008, 8:38:29 AM8/17/08
to habari-users
I can't get the entry-{$slug} section to work. should it be literally
<div id="entry-{$slug}">? if i do that the html that comes out is the
same. should there be php wrappers around it?

rikamus

unread,
Aug 17, 2008, 8:51:01 AM8/17/08
to habari-users
it seems to work if i do this <div id="entry-<?php echo $post->slug ?
>" so i'm assuming that's right.
Reply all
Reply to author
Forward
0 new messages