Request for BLOG please

Started by songwut, April 08, 2005, 12:11:11 AM

Previous topic - Next topic

songwut

I Tried  tinyportal but not work.

songwut

Could u please, advice me for a nice blog module.

Anguz

Cristián Lávaque http://cristianlavaque.com

jazz

I just ran into this topic by accident, but thought it would be really cool.

How would you do a blog using SSI.php?

Anguz

http://www.simplemachines.org/community/ssi_examples.php

Look for the ssi_boardNews() function. For help on how to use SMF's SSI, run a search in this community, it's been discussed plenty of times and I'm sure you won't have much trouble finding what you need to set it up. :)
Cristián Lávaque http://cristianlavaque.com

jazz

I'm plenty familiar with SSI and use it quite frequently.  When I look at different blog programs, it's basically something that allows people to write about whatever to be viewed.

Would this basically be a board that I create and pull information from the blog section through ssi?

jazz

ssi_boardNews doesn't just pull from one board.  Is there an option with SSI to just pull from one board?

Anguz

You specify the board ID with an integer like ssi_boardNews(1).

You can customize the output with more parameters, take a look at the function in SSI.php.

function ssi_boardNews($board = null, $limit = null, $start = null, $length = null, $output_method = 'echo')

You could use $limit and $length to paginate the blog.
Cristián Lávaque http://cristianlavaque.com

Advertisement: