I might be rusty, but I don't think I've ever seen an example where I can link to an SSI-function.
I've activated the grabMessageBody-feature in my SSI, and I would like to make a link that makes this function work, while the ID of the message is specified in the link.
Let me show what I mean:
I have already required the SSI-file in the top of the file I use this code in
News item: <a href="?ssi_grabMessageBody($message_id=25)">Headline</a>
A click of the headline makes it change to a site to get the messagebody for the post with ID 25.
This is to prevent the users from actually entering the forum, and showing the item using SSI instead.
I don't need a complete guide, just a way to make it work somehow.
Or even if I want to make a news archive, to make it work with the link:
?ssi_boardNews($board = 2, $limit = 3, $start = 3)
or something like that.
I don't really get what you are asking here.