SMF SSI.php Functions

Current Version: 1.1

This file is used to demonstrate the capabilities of SSI.php using PHP include functions.
The examples show the include tag, then the results of it. Examples are separated by horizontal rules.


To use SSI.php in your page add at the very top of your page before the <html> tag on line 1:
<?php require("SSI.php"); ?>


Recent Topics Function: <?php ssi_recentTopics(); ?>

[Nintendo Universe] Just wanted to say hi! by archiemabe January 15, 2010, 09:21:05 PM
[Xbox Universe] I got the 360! by Ray00101_Mark2 January 28, 2009, 03:29:23 AM

Recent Posts Function: <?php ssi_recentPosts(); ?>

[Nintendo Universe] Just wanted to say hi! by archiemabe January 15, 2010, 09:21:05 PM
[Xbox Universe] Re: I got the 360! by Ray00101_Mark2 January 28, 2009, 03:29:23 AM
[Xbox Universe] Re: I got the 360! by sonicphoto January 16, 2009, 08:48:08 PM
[Xbox Universe] Re: I got the 360! by matthew prunty January 07, 2009, 08:54:45 PM
[Xbox Universe] Re: I got the 360! by sonicphoto January 07, 2009, 05:56:15 PM
[Xbox Universe] Re: I got the 360! by matthew prunty December 29, 2008, 12:02:37 AM
[Xbox Universe] I got the 360! by sonicphoto December 28, 2008, 10:49:22 PM

Recent Poll Function: <?php ssi_recentPoll(); ?>


Top Boards Function: <?php ssi_topBoards(); ?>

Board Topics Posts
Xbox Universe New 1 6
Nintendo Universe New 1 1
The Playstation Universe 0 0

Top Topics by View Function: <?php ssi_topTopicsViews(); ?>

Views Replies
I got the 360! 17 5
Just wanted to say hi! 1 0

Top Topics by Replies Function: <?php ssi_topTopicsReplies(); ?>

Views Replies
I got the 360! 17 5
Just wanted to say hi! 1 0

Top Poll Function: <?php ssi_topPoll(); ?>


Top Poster Function: <?php ssi_topPoster(); ?>

matthew prunty

Topic's Poll Function: <?php ssi_showPoll($topic); ?>


Latest Member Function: <?php ssi_latestMember(); ?>

Please welcome archiemabe, our newest member.

Board Stats: <?php ssi_boardStats(); ?>

Total Members: 18
Total Posts: 153
Total Topics: 41
Total Categories: 4
Total Boards: 6

Who's Online Function: <?php ssi_whosOnline(); ?>

2 Guests, 0 Users

Log Online Presence + Who's Online Function: <?php ssi_logOnline(); ?>

1 Guest, 0 Users

Welcome Function: <?php ssi_welcome(); ?>

Welcome, Guest. Please login or register.

News Function: <?php ssi_news(); ?>

SMF - Just Installed!

Board News Function: <?php ssi_boardNews(); ?>

xx Just wanted to say hi!
January 15, 2010, 09:21:05 PM by archiemabe
What is up everyone? My name is Jessica. I am from Slovakia. I am new to the forum and just wanted to say hi.. I hope I posted this in the right section on your forum... http://gamingevolution.info/?017bb50a34f196abd66c9c25f92,
0 comments | Write Comment

Menubar Function: <?php ssi_menubar(); ?>


Quick Search Function: <?php ssi_quickSearch(); ?>


Login Function: <?php ssi_login(); ?>

 
 

Log Out Function: <?php ssi_logout(); ?>


Today's Birthdays Function: <?php ssi_todaysBirthdays(); ?>


Today's Holidays Function: <?php ssi_todaysHolidays(); ?>

St. Patrick's Day

Today's Events Function: <?php ssi_todaysEvents(); ?>


Today's Calendar Function: <?php ssi_todaysCalendar(); ?>

St. Patrick's Day

Recent Calendar Events Function: <?php ssi_recentEvents(); ?>


Some notes on usage

All the functions have an output method parameter. This can either be "echo" (the default) or "array".
If it is "echo", the function will act normally - otherwise, it will return an array containing information about the requested task.
For example, it might return a list of topics for ssi_recentTopics.

This functionality can be used to allow you to present the information in any way you wish.


This page took 0.7689 seconds to load.
*ssi_examples.php last modified on 09/7/06