Mercurial > hg > vamp-website
comparison forum/ssi_examples.shtml @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
75:72f59aa7e503 | 76:e3e11437ecea |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
3 <head> | |
4 <title> << :: SMF SSI.php 2.0 RC4 :: >> </title> | |
5 </head> | |
6 <body style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"> | |
7 <h1>SMF SSI.php Functions</h1> | |
8 Current Version 2.0 RC4<br /> | |
9 <br /> | |
10 This file is used to demonstrate the capabilities of SSI.php using SHTML include functions.<br /> | |
11 The examples the include tag, then the results of it. Examples are separated by horizontal rules.<br /> | |
12 | |
13 <hr /> | |
14 | |
15 <h3>Recent Topics Function: <!--#include virtual="./SSI.php?ssi_function=recentTopics" --></h3> | |
16 <!--#include virtual="./SSI.php?ssi_function=recentTopics" --> | |
17 | |
18 <hr /> | |
19 | |
20 <h3>Recent Posts Function: <!--#include virtual="./SSI.php?ssi_function=recentPosts" --></h3> | |
21 <!--#include virtual="./SSI.php?ssi_function=recentPosts" --> | |
22 | |
23 <hr /> | |
24 | |
25 <h3>Recent Poll Function: <!--#include virtual="./SSI.php?ssi_function=recentPoll" --></h3> | |
26 <!--#include virtual="./SSI.php?ssi_function=recentPoll" --> | |
27 | |
28 <hr /> | |
29 | |
30 <h3>Top Boards Function: <!--#include virtual="./SSI.php?ssi_function=topBoards" --></h3> | |
31 <!--#include virtual="./SSI.php?ssi_function=topBoards" --> | |
32 | |
33 <hr /> | |
34 | |
35 <h3>Top Topics by View Function: <!--#include virtual="./SSI.php?ssi_function=topTopicsViews" --></h3> | |
36 <!--#include virtual="./SSI.php?ssi_function=topTopicsViews" --> | |
37 | |
38 <hr /> | |
39 | |
40 <h3>Top Topics by Replies Function: <!--#include virtual="./SSI.php?ssi_function=topTopicsReplies" --></h3> | |
41 <!--#include virtual="./SSI.php?ssi_function=topTopicsReplies" --> | |
42 | |
43 <hr /> | |
44 | |
45 <h3>Top Poll Function: <!--#include virtual="./SSI.php?ssi_function=topPoll" --></h3> | |
46 <!--#include virtual="./SSI.php?ssi_function=topPoll" --> | |
47 | |
48 <hr /> | |
49 | |
50 <h3>Top Poster Function: <!--#include virtual="./SSI.php?ssi_function=topPoster" --></h3> | |
51 <!--#include virtual="./SSI.php?ssi_function=topPoster" --> | |
52 | |
53 <hr /> | |
54 | |
55 <h3>Topic's Poll Function: <!--#include virtual="./SSI.php?ssi_function=showPoll;ssi_topic=##" --></h3> | |
56 <!--#include virtual="./SSI.php?ssi_function=showPoll;ssi_topic=1" --> | |
57 | |
58 <hr /> | |
59 | |
60 <h3>Latest Member Function: <!--#include virtual="./SSI.php?ssi_function=latestMember" --></h3> | |
61 <!--#include virtual="./SSI.php?ssi_function=latestMember" --> | |
62 | |
63 <hr /> | |
64 | |
65 <h3>Random Member Function: <!--#include virtual="./SSI.php?ssi_function=randomMember" --></h3> | |
66 <!--#include virtual="./SSI.php?ssi_function=randomMember" --> | |
67 | |
68 <hr /> | |
69 | |
70 <h3>Board Stats: <!--#include virtual="./SSI.php?ssi_function=boardStats" --></h3> | |
71 <!--#include virtual="./SSI.php?ssi_function=boardStats" --> | |
72 | |
73 <hr /> | |
74 | |
75 <h3>Who's Online Function: <!--#include virtual="./SSI.php?ssi_function=whosOnline" --></h3> | |
76 <!--#include virtual="./SSI.php?ssi_function=whosOnline" --> | |
77 | |
78 <hr /> | |
79 | |
80 <h3>Log Online Presence + Who's Online Function: <!--#include virtual="./SSI.php?ssi_function=logOnline" --></h3> | |
81 <!--#include virtual="./SSI.php?ssi_function=logOnline" --> | |
82 | |
83 <hr /> | |
84 | |
85 <h3>Welcome Function: <!--#include virtual="./SSI.php?ssi_function=welcome" --></h3> | |
86 <!--#include virtual="./SSI.php?ssi_function=welcome" --> | |
87 | |
88 <hr /> | |
89 | |
90 <h3>News Function: <!--#include virtual="./SSI.php?ssi_function=news" --></h3> | |
91 <!--#include virtual="./SSI.php?ssi_function=news" --> | |
92 | |
93 <hr /> | |
94 | |
95 <h3>Board News Function: <!--#include virtual="./SSI.php?ssi_function=boardNews" --></h3> | |
96 <!--#include virtual="./SSI.php?ssi_function=boardNews" --> | |
97 | |
98 <hr /> | |
99 | |
100 <h3>Menubar Function: <!--#include virtual="./SSI.php?ssi_function=menubar" --></h3> | |
101 <!--#include virtual="./SSI.php?ssi_function=menubar" --> | |
102 | |
103 <hr /> | |
104 | |
105 <h3>Quick Search Function: <!--#include virtual="./SSI.php?ssi_function=quickSearch" --></h3> | |
106 <!--#include virtual="./SSI.php?ssi_function=quickSearch" --> | |
107 | |
108 <hr /> | |
109 | |
110 <h3>Login Function: <!--#include virtual="./SSI.php?ssi_function=login" --></h3> | |
111 <!--#include virtual="./SSI.php?ssi_function=login" --> | |
112 | |
113 <hr /> | |
114 | |
115 <h3>Log Out Function: <!--#include virtual="./SSI.php?ssi_function=logout" --></h3> | |
116 <!--#include virtual="./SSI.php?ssi_function=logout" --> | |
117 | |
118 <hr /> | |
119 | |
120 <h3>Today's Birthdays Function: <!--#include virtual="./SSI.php?ssi_function=todaysBirthdays" --></h3> | |
121 <!--#include virtual="./SSI.php?ssi_function=todaysBirthdays" --> | |
122 | |
123 <hr /> | |
124 | |
125 <h3>Today's Holidays Function: <!--#include virtual="./SSI.php?ssi_function=todaysHolidays" --></h3> | |
126 <!--#include virtual="./SSI.php?ssi_function=todaysHolidays" --> | |
127 | |
128 <hr /> | |
129 | |
130 <h3>Today's Events Function: <!--#include virtual="./SSI.php?ssi_function=todaysEvents" --></h3> | |
131 <!--#include virtual="./SSI.php?ssi_function=todaysEvents" --> | |
132 | |
133 <hr /> | |
134 | |
135 <h3>Today's Calendar Function: <!--#include virtual="./SSI.php?ssi_function=todaysCalendar" --></h3> | |
136 <!--#include virtual="./SSI.php?ssi_function=todaysCalendar" --> | |
137 | |
138 <hr /> | |
139 | |
140 <h3>Recent Calendar Events Function: <!--#include virtual="./SSI.php?ssi_function=recentEvents" --></h3> | |
141 <!--#include virtual="./SSI.php?ssi_function=recentEvents" --> | |
142 | |
143 <hr /> | |
144 | |
145 <h3>Recent Attachments Function <!--#include virtual="./SSI.php?ssi_function=recentAttachments" --></h3> | |
146 <!--#include virtual="./SSI.php?ssi_function=recentAttachments" --> | |
147 | |
148 <hr /> | |
149 | |
150 <br /> | |
151 <br /> | |
152 <span style="font-size: smaller;"> | |
153 <a href="http://www.simplemachines.org/" title="Free Forum Software" target="_blank">SMF © 2006–2010, Simple Machines LLC</a> | |
154 </span> | |
155 <br /> | |
156 <br /> | |
157 <span style="font-size: smaller; color: #CCCCCC;"> | |
158 *ssi_examples.shtml last modified on <!--#config timefmt="%m/%d/%y" --><!--#echo var="LAST_MODIFIED" --> | |
159 </span> | |
160 | |
161 </body> | |
162 </html> |