1 openintro Jan 07, 2005 23:52
3 graham Jan 09, 2005 23:09
No, not yet. It's in the todo list.
http://b2evolution.net/dev/todo/2004/08/09/email_notification_subscription
4 dep21 Feb 18, 2005 15:25
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...
5 sunset Feb 18, 2005 16:23
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.
6 edb Feb 18, 2005 17:31
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>
7 sunset Feb 18, 2005 17:44
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?