Recent Topics

1 Nov 14, 2006 00:40    

Hey, I'm trying to figure out how to place a list of blog posts on my website that will automatically update with each new post. I don't know if I should use RSS, PhP, or what have you. I'm really not much of an expert beyond HTML, so any help would be appreciated.

4 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 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

7 Nov 15, 2006 18:46

Can someone tell them they should use "LIMIT" in the first SQL of the mod mentioned by personman? 8|


Form is loading...