1 affectingdestiny_org Nov 14, 2006 00:40
3 affectingdestiny_org Nov 14, 2006 23:42
Isn't that for displaying a list of blog entries on the blog? Because I really want to display the list on my website.
Site: http://www.affectingdestiny.org/
Blog: http://affectingdestiny.org/blog/index.php?blog=3
4 personman Nov 15, 2006 04:21
Oh, I see. Yes, you can do that. The first thing you'll need to do is rename index.html to index.php. Then look at the summary.php file that comes with b2evolution. You should be able to do something like this in http://www.affectingdestiny.org/index.php:
<?php
include( 'blog/summary.php' );
?>
That should display your posts, along with a bunch of crap you don't want. Now just go through summary.php and delete everything you don't need.
5 affectingdestiny_org Nov 15, 2006 07:15
Well, deleting all the crap I didn't need took me about an hour and a half. (I'm working from an old Mac that I don't really have set up for web editing.) Anyway, it worked, and I'm stoked. Thanks a ton.
In fact, maybe you can help with my next crisis: creating a comments feed that can be pulled from my message board and display it on the website.
Message board: http://www.affectingdestiny.org/msboard/
Site: http://www.affectingdestiny.org
6 personman Nov 15, 2006 12:46
[url=http://www.phpbb.com/phpBB/viewtopic.php?t=375995]Check this out[/url]
7 blueyed Nov 15, 2006 18:46
Can someone tell them they should use "LIMIT" in the first SQL of the mod mentioned by personman? 8|
Do you mean your own blog posts? If so, then check out the [url=http://plugins.b2evolution.net/index.php/2006/07/12/sideblog]SideBlog Plugin[/url]