Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Mod Requests => Topic started by: Sputnik53 on April 13, 2008, 10:01:35 AM

Title: SSI BoardTopics function
Post by: Sputnik53 on April 13, 2008, 10:01:35 AM
I need an SSI function that returns all topics in a specific board.
Title: Re: SSI BoardTopics function
Post by: Sputnik53 on April 14, 2008, 06:39:11 AM
Anyone?
Title: Re: SSI BoardTopics function
Post by: Sputnik53 on April 19, 2008, 05:05:02 AM
Bump.
Title: Re: SSI BoardTopics function
Post by: Sputnik53 on April 19, 2008, 06:46:25 PM
Again.
Title: Re: SSI BoardTopics function
Post by: karlbenson on April 19, 2008, 06:54:27 PM
Please don't bump more than once in 24hrs.

You might want to explain more of what you are after?

Do you just want the topic title?
Do you want more information like a MessageIndex has, eg topic title, posts, views, last post by
Do you want to return AN actual topic (returning every message and every topic in a single board would be crazy)

Since you've not had a reply, this forum may not be the right place for this. Consider whether you would like this to be moved to Help Wanted section where someone may be willing to create this for you for free or paid.
Title: Re: SSI BoardTopics function
Post by: Sputnik53 on May 05, 2008, 02:51:11 PM
Well just the titles of the topics in the board with links to topics and maybe topic starter's nick and link to profile.
Title: Re: SSI BoardTopics function
Post by: Spaceman-Spiff on May 05, 2008, 08:10:59 PM
Then just use the ssi_boardNews() function.

Full syntax: function ssi_boardNews($board, $limit, $start, $length, $output_method)