1 ambrosia Nov 15, 2007 10:08
3 ambrosia Nov 15, 2007 10:39
I believe I've tried that before. I'll give it a shot again just to see if I made a mistake last time. Thank you. I'll post again to let you know if it worked or not.
4 yabba Nov 15, 2007 10:47
If that doesn't work try http://driven.purrmeow.net/xmlsrv/xmlrpc.php
¥
5 ambrosia Nov 15, 2007 11:16
The ATOM one didn't work. I can't do the XMLRPC one because I recieve this error:
Warning: main(/home/nhewdgfu/public_html/driven/xmlsrv/../blogs/conf/_config.php) [function.main]: failed to open stream: No such file or directory in /home/nhewdgfu/public_html/driven/xmlsrv/xmlrpc.php on line 33
Fatal error: main() [function.require]: Failed opening required '/home/name/public_html/driven/xmlsrv/../myblogdirec/conf/_config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/name/public_html/driven/xmlsrv/xmlrpc.php on line 33
I know the issue is driven/xmlsrv/../bl... it should just be /myblogdirec/conf since my actual blog is located in my blogdirec, and I have "driven's" blog in its own subdomain.
6 yabba Nov 15, 2007 11:23
It looks like you forgot an extra ../
require_once dirname(__FILE__).'/../../myblogdirec/conf/_config.php';
¥
7 orezpraw Feb 11, 2009 02:08
I made a patch for b2evo to get this working: https://orezpraw.com/blog/making-loudtwitter-and-b2evolution-play
Try the Atom:
Whatever url you are going to use, there is one rule of thumb: it should show a valid page if you type it in the adressbar of your browser. You find the Atom (and rss) adresses on the blog itself.
In the aboce example vary with the number of the blog. You may want to display another one.
Good luck