<p>Shows all members in a specified group.</p>

				<h3>Code</h3>
				<div class="codeheader">Code: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation">[Select]</a></div><code class="bbc_code">&lt;?php ssi_fetchGroupMembers($groupIDs); ?&gt;</code>
				<h3>Result</h3>
				<div class="ssi_result"><i>Not shown because it needs specific membergroup IDs.</i></div>
			</div>

			<div class="ssi_preview" id="htmlhome">
				<h2>Home Page Sample</h2>
				This sample uses the following features: ssi_recentTopics(), ssi_logOnline(), ssi_welcome(), and ssi_boardNews().
				ssi_recentTopics() is fetched using the array method, to allow further customizations on the output.

				<h3>Code</h3>
				<div class="codeheader">Code: <a href="javascript:void(0);" onclick="return smfSelectText(this);" class="codeoperation">[Select]</a></div><code class="bbc_code"><?php 
echo htmlspecialchars(template_homepage_sample1('source'));
?>
</code>
				<h3>Result</h3>
				<iframe src="?view=home1" width="99%" height="300"></iframe>
			</div>
		</div>
		<span class="botslice"><span></span></span>
	</div>

<?php 
template_ssi_below();
function template_ssi_above()
{
    global $settings, $context, $scripturl;
    echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Exemplo n.º 2
0
			<p>Shows all members in a specified group.</p>

			<h3>Code</h3>
			<div class="codeheader">Code: <a href="javascript:void(0);" onclick="return elkSelectText(this);" class="codeoperation">[Select]</a></div><pre class="bbc_code">&lt;?php ssi_fetchGroupMembers($groupIDs); ?&gt;</pre>
			<h3>Result</h3>
			<div class="ssi_result"><i>Not shown because it needs specific membergroup IDs.</i></div>
		</div>

		<div class="ssi_preview" id="htmlhome">
			<h2>Home Page Sample</h2>
			This sample uses the following features: ssi_recentTopics(), ssi_logOnline(), ssi_welcome(), and ssi_boardNews().
			ssi_recentTopics() is fetched using the array method, to allow further customizations on the output.

			<h3>Code</h3>
			<div class="codeheader">Code: <a href="javascript:void(0);" onclick="return elkSelectText(this);" class="codeoperation">[Select]</a></div><pre class="bbc_code"><?php 
echo htmlspecialchars(template_homepage_sample1('source'), ENT_COMPAT, 'UTF-8');
?>
</pre>
			<h3>Result</h3>
			<iframe src="?view=home1" style="width: 99%; height: 300px;"></iframe>
		</div>
	</div>
</div>

<?php 
template_ssi_below();
function template_ssi_above()
{
    global $settings, $context, $scripturl;
    echo '<!DOCTYPE html>
<html>