2 openintro Jan 09, 2005 22:50

No, not yet. It's in the todo list.
http://b2evolution.net/dev/todo/2004/08/09/email_notification_subscription
Where's the code that does this for comment notification? I'd be happy to play with that and see if it could be used for post notification. I want the same feature...
yes, I am also waiting for this feature - but if you want something temporary while we wait you could try http://www.botablog.com/ - the subscriber signs up rather than you, the blog owner, and it can be used it for any blog.
I use it and it works great.
sunset wrote:
... botablog ... he subscriber signs up rather than you ... I use it and it works great.
Thanks. I've been curious about that one. How it works I mean. I didn't know if the blog owner had to do stuff or just the visitor. For those into quick code clips:
<div class="bSideItem">
<p class="center">
<a href="http://www.botablog.com/botthisblog.php?blog=<?php $Blog->disp( 'rdf_url', 'raw' ) ?>&name=<?php $Blog->disp( 'shortname', 'raw' ) ?>" title="click and subscribe" class="bSideItem" target="_blank">
<img src="http://www.botablog.com/images/botablog.gif" width="80" height="15" class="middle" alt="click and subscribe" />
</a>
</p>
</div>
Basically the subscriber enters the url of the blog that they want updates for and botablog uses the RSS feed to detect updates. Which means that the blog owner needs to do nothing but make sure the RSS works (and place the link for the visitor).
anyone?