News:

Wondering if this will always be free?  See why free is better.

Main Menu

News Board

Started by Dr Unknown, February 05, 2009, 05:15:51 AM

Previous topic - Next topic

Dr Unknown

I added the news code to my site to display all the posts: <?php ssi_boardNews(); ?>
It displays articles in full though, is there a way I can make it display the title and just a bit of an article?

[nofollow]
Part of the GurooNetwork [nofollow]

karlbenson

When calling ssi_boardNews

there is a length parameter that you can set

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

Any you don't need use null

eg
ssi_boardNews(10, null, null, 250);

greyknight17

Dr Unknown, does that resolve your issue? If so, you may mark this topic as solved.

Advertisement: