User:Illori/sand2: Difference between revisions From Online Manual

Jump to: navigation, search
m (Bot: Automated text replacement (-<div class="codeheader">?\: <a href="javascript\:void\(0\);" onclick="return smfSelectText\(this\);" class="codeoperation">(\[Select\])?</a></div> +{{Code|1=))
m (Bot: Automated text replacement (-<code> +))
Line 8: Line 8:
Above code is for *.php pages, but for for *.shtml the same function equivalent is:
Above code is for *.php pages, but for for *.shtml the same function equivalent is:


{{Code|1=<code>&lt;!--#include virtual=&quot;./SSI.php?ssi_function=recentTopics&quot; --&gt;</code>
{{Code|1=&lt;!--#include virtual=&quot;./SSI.php?ssi_function=recentTopics&quot; --&gt;</code>
Now add that line of code in an html view of your page where you wish the information to be located. Repeat with other functions you wish to add. Once uploaded to your website you should see the information on your website.
Now add that line of code in an html view of your page where you wish the information to be located. Repeat with other functions you wish to add. Once uploaded to your website you should see the information on your website.

Revision as of 13:13, 24 March 2011

To add information to your website, first load up either of the examples below depending on your website page extension:

Locate the function you wish to add to your website page from the list of examples and take the code it lists for the function, our example uses the Recent Topics Function:


Above code is for *.php pages, but for for *.shtml the same function equivalent is:

{{Code|1=<!--#include virtual="./SSI.php?ssi_function=recentTopics" --> Now add that line of code in an html view of your page where you wish the information to be located. Repeat with other functions you wish to add. Once uploaded to your website you should see the information on your website.



Advertisement: