Recent Topics... On my website

Started by Leofe, July 17, 2008, 12:31:26 PM

Previous topic - Next topic

Leofe

www.custombats.co.uk < Website
www.custombats.co.uk/cbforum < Forum

I would like to add the Recent Topics (Appears at bottom of forum) onto my homepage, how would i go about doing this?
Also is there other cool stuff i can add from the forum to the website?
Thanks
8)

ExcalibursZone

Your answer: SSI.php or smf_api.php. You can find examples in your SMF install and on these forums. Just browse to www.custombats.co.uk/cbforum/ssi_examples.php I believe.

You should be able to get all the info you need from them.

Recent Topics Function: <?php ssi_recentTopics(); ?>
Recent Posts Function: <?php ssi_recentPosts(); ?>
Recent Poll Function: <?php ssi_recentPoll(); ?>
Top Boards Function: <?php ssi_topBoards(); ?>

Those are some things you can do with SSI.php. Play around with it and see what you can do.

Advertisement: