SMF SSI.php Functions
Current Version: 2.0
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.
Include Code
To use SSI.php in your page add at the very top of your page before the <html> tag on line 1 of your php file:
<?php require("SSI.php"); ?>
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.
Additional Guides & FAQ
Need more information on using SSI.php? Check out Using SSI.php article or the SSI FAQ.
Recent Topics Function
Code (simple mode)
<?php ssi_recentTopics(); ?>
Code (advanced mode)
<?php ssi_recentTopics($num_recent = 8, $exclude_boards = null, $include_boards = null, $output_method = 'echo'); ?>
Result
[Music room] | [Sharing] CD terakhir yg kamu baru dibeli by choli | Jan 19, 2022, 13:56:44 |
[Music room] | Post all of your music request disini by choli | Dec 26, 2021, 15:04:20 |
[Selamat Datang di Forum Au-Id] | Yang baru join, kenalan dulu disini Part II by 21667 | Sep 21, 2021, 11:18:55 |
[Headphone Amps] | My battery powered Nutube Portable Amp Project by adhisan | Jul 12, 2021, 16:41:28 |
[Headphone Amps] | REMORA - 2021 by adhisan | Jul 12, 2021, 16:29:18 |
[Headphone Amps] | 2021 - TAP1 Hybrid Balance Headphone Amp by chaotic_angel | Jul 08, 2021, 14:45:25 |
[Headphone Amps] | Earmen Tr-Amp DAC AMP by chaotic_angel | Jul 08, 2021, 14:42:27 |
[ Computer Audio] | Roth vs LM1875+Wharfedale Diamond 9.1 Anniversary by WahyuPA | Jul 03, 2021, 22:41:49 |
Recent Posts Function
Code
<?php ssi_recentPosts(); ?>
Result
[Music room] | Re: [Sharing] CD terakhir yg kamu baru dibeli by choli | Jan 19, 2022, 13:56:44 |
[Music room] | Re: Post all of your music request disini by choli | Dec 26, 2021, 15:04:20 |
[Selamat Datang di Forum Au-Id] | Re: Yang baru join, kenalan dulu disini Part II by 21667 | Sep 21, 2021, 11:18:55 |
[Selamat Datang di Forum Au-Id] | Re: Yang baru join, kenalan dulu disini Part II by mildone | Aug 27, 2021, 20:07:00 |
[Headphone Amps] | Re: My battery powered Nutube Portable Amp Project by adhisan | Jul 12, 2021, 16:41:28 |
[Headphone Amps] | Re: REMORA - 2021 by adhisan | Jul 12, 2021, 16:29:18 |
[Headphone Amps] | REMORA - 2021 by chaotic_angel | Jul 12, 2021, 14:44:12 |
[Headphone Amps] | Re: 2021 - TAP1 Hybrid Balance Headphone Amp by chaotic_angel | Jul 08, 2021, 14:45:25 |
Top Boards Function
Shows top boards by the number of posts.
Code
<?php ssi_topBoards(); ?>
Result
Board | Topics | Posts |
---|---|---|
Archieve ![]() |
20 | 166337 |
Portable headphones, Earphones, In-Ear Monitors ![]() |
1166 | 59289 |
Headphones (full-size) ![]() |
694 | 55737 |
Lounge Area ![]() |
784 | 40131 |
Portable Audio ![]() |
721 | 25961 |
Headphone Amps ![]() |
580 | 17195 |
DIY (Do-It-Yourself) & Mods ![]() |
303 | 11903 |
Jaben Specials ![]() |
1112 | 9277 |
Music room ![]() |
184 | 8852 |
Computer Audio ![]() |
340 | 8095 |
Top Topics
Shows top topics by the number of replies or views.
Code (show by number of views)
<?php ssi_topTopicsViews(); ?>
Result
Views | Replies | |
---|---|---|
[OLD] SB Replacement Official Thread..... | 1142897 | 92743 |
The Anime/Manga Thread [OLD] | 592501 | 16008 |
Curhat hati-ke-hati DISINI! (Old) | 481587 | 14559 |
[ask] portable headphones/earphones/IEM (jangan bikin thread baru) | 435203 | 5795 |
ask for headphones here!, jangan bikin thread baru.. | 395626 | 4697 |
Yang baru join, kenalan dulu disini | 385459 | 4305 |
[OLD] Japan songs listeners' (from anime game till dorama) lounge & share :D | 352962 | 4619 |
Grado & Alessandro Freak! | 321480 | 2663 |
Audiophile-id Photographer's lounge | 312730 | 4495 |
All About Orthodynamic | 310609 | 2550 |
Code (show by number of replies)
<?php ssi_topTopicsReplies(); ?>
Result
Views | Replies | |
---|---|---|
[OLD] SB Replacement Official Thread..... | 1142897 | 92743 |
The Anime/Manga Thread [OLD] | 592501 | 16008 |
Curhat hati-ke-hati DISINI! (Old) | 481587 | 14559 |
[ask] portable headphones/earphones/IEM (jangan bikin thread baru) | 435203 | 5795 |
[LOUNGE]absen member jogja part I | 288068 | 5771 |
Lagi pada dengerin lagu apa hari ini? | 200401 | 5407 |
Team Android | 256256 | 4825 |
ask for headphones here!, jangan bikin thread baru.. | 395626 | 4697 |
[OLD] Japan songs listeners' (from anime game till dorama) lounge & share :D | 352962 | 4619 |
Audiophile-id Photographer's lounge | 312730 | 4495 |
Top Poster Function
Shows the top poster's name and profile link.Code
<?php ssi_topPoster(); ?>