Recent Topics

1 Jan 07, 2005 23:52    

Is it possible with b2evolution to send an email out upon publishing a new post to one or several email addresses?

4 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 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 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' ) ?>&amp;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 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).


Form is loading...