Recent Topics

1 Feb 11, 2007 09:28    

My b2evolution Version: 1.9.2

Can this be done ?

I have my blog in a subdirectory, say www.domain.com/blog/

And now I want to put the summary into the content of my frontpage, say www.domain.com/index.html

What do I need to change in the code listed here: http://manual.b2evolution.net/Summary.php

Any help would be appriciated.

2 Feb 12, 2007 03:33

You'll need to change your index.html to index.php, then make it look like this:

<?php
require('blog/summary.php');
?>

Once that's working, then it's just a matter of tweaking it to suit you by moving things around, styling and adding any other content that you want.

That manual page looks like it's referring to an earlier version of b2evolution. I guess it needs to be updated.

3 Feb 12, 2007 08:29

Thanks alot, that looks easy, I will give it a go.

4 Feb 14, 2007 16:49

Hello people,

I´m a newbie here and also I newbie to php.

I like the summary php. I Was wondering if it is possible to show the latest post on a specific blog only, not all of them .

Is it possible?

I was also looking for adding the post author´s name to it, but I figured it is a matter only of pasting the right codes right next to what is built

thanks.


Form is loading...