Recent Topics

1 Jun 17, 2005 20:00    

I want to have a section for my friends blogs, etc that everyone can see..

Do I need to hand code this in on a template, or is there an easier way to get this done..?

I did not find anything like this in the manual or searching on here..

thanks
Scott

2 Jun 17, 2005 20:03

'a section'? Could you be more specific? A seperate page? Or embedded into your blog?

3 Jun 17, 2005 21:03

embedded..

Like on mine the right side has the calendar, etc listed down the side, so I guess that is what I meant by section...

4 Jun 17, 2005 22:02

ok so I found this _bloglist.php
and it says its not meant to be called directly,
So I guess I need to figure out how to get that code included in _main.php

5 Jun 17, 2005 23:34

I don't think you will want the bloglist.
because that is nothing more or less than links to all your blogs.

You could use the linkblog (you call it this way :

<?php require( dirname(__FILE__).'/_linkblog.php' );  ?>

or you could look into the multiblogs.php
that is a page where tree blogs are shown on the front page.
Look into the code to see how it is done.

6 Jun 17, 2005 23:49

Yeah I jumped the gun posting that and its not what I want..

I guess I'm looking for a way to add links to my favorite blogs and other sites on the side...

7 Jun 18, 2005 09:23

tazdog,
than you want the linkblog
that's clear.


Form is loading...