mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
The bbcode results should display now
Also commented out a couple of &tags& that didn't seem to be implemented
This commit is contained in:
parent
5cdb049627
commit
3af06559ad
210
faq.php
210
faq.php
@ -61,6 +61,216 @@
|
|||||||
<br>Once you've done that, <a href='register.php'>sign up for an account</a> (or <a href='login.php'>log in</a> if you've already made one). It's simple and very easy to do. After you're registered, you're more than welcome to just <a href='newthread.php?id=1'>jump in and say hi</a>. We're friendly people and won't bite (usually). Let us know about yourself, how you found us, or whatever's on your mind — or just jump in and start contributing to discussions.
|
<br>Once you've done that, <a href='register.php'>sign up for an account</a> (or <a href='login.php'>log in</a> if you've already made one). It's simple and very easy to do. After you're registered, you're more than welcome to just <a href='newthread.php?id=1'>jump in and say hi</a>. We're friendly people and won't bite (usually). Let us know about yourself, how you found us, or whatever's on your mind — or just jump in and start contributing to discussions.
|
||||||
");
|
");
|
||||||
|
|
||||||
|
$faq .= faqformat("tags", "What are &tags&?", "
|
||||||
|
These are variables that can be used in your post header or signature. Once you post, they'll get replaced with a value depending on the tag used.
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<table class='table' cellspacing='0' style='width: auto;'>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbgh fonts center'>Tag</th>
|
||||||
|
<td class='tbl tdbgh fonts center'>Value</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&numposts&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Current post count</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&numdays&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Number of days since registration</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&level&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Level</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&exp&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expdone&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP done in the current level</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expdone1k&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP done / 1000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expdone10k&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP done / 10000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expnext&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Amount of EXP left for next level</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expnext1k&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP needed / 1000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expnext10k&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP needed / 10000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&exppct&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Percentage of EXP done in the level</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&exppct2&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Percentage of EXP left in the level</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expgain&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP gain per post</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&expgaintime&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Seconds for 1 EXP when idle</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&lvlexp&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Total EXP amount needed for next level</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&lvllen&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>EXP needed to go through the current level</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&5000&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Posts left until you have 5000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&10000&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Posts left until you have 10000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&20000&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Posts left until you have 20000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&30000&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Posts left until you have 30000</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&rank&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Current rank, according to your amount of<br> posts</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&postrank&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Post ranking</td>
|
||||||
|
</tr>
|
||||||
|
<!--
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&postrank10k&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Post ranking you'd have with 10000 less<br> posts</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&postrank20k&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Post ranking you'd have with 20000 less<br> posts</td>
|
||||||
|
</tr>
|
||||||
|
-->
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>&date&</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>Current date</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
");
|
||||||
|
|
||||||
|
$faq .= faqformat("bbcode", "What is BBcode?", "
|
||||||
|
BBcode is a simple syntax which you can use on your posts to format the text or add images and videos. Below is a list of the supported tags:
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<table class='table' cellspacing='0' style='width: auto;'>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbgh fonts center'>BBcode</th>
|
||||||
|
<td class='tbl tdbgh fonts center'>Result</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[b]Bolded text.[/b]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><b>Bolded text.</b></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[i]Italicized text.[/i]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><i>Italicized text.</i></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[u]Underlined text.[/u]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><u>Underlined text.</u></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[s]Strikethrough text.[/s]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><s>Strikethrough text.</s></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[abbr=Basic Input/Output System]BIOS[/abbr]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><span style=\"border-bottom: 1px dotted;\" title=\"Basic Input/Output System\">BIOS</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[sp=terrible]Great[/sp] software.</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><span style=\"border-bottom: 1px dotted #f00;\" title=\"Basic Input/Output System\">BIOS</span></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[url]http://example.com/[/url]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><a href=http://example.com/>http://example.com/</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[url=http://example.com/]Link text here.[/url]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><a href=http://example.com/>Link text here.</a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[img]https://tcrf.net/images/c/c4/SMB2-smiley.png[/img]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><img src=https://tcrf.net/images/c/c4/SMB2-smiley.png></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[red]Red color.[/color]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=FFC0C0>Red color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[green]Green color.[/color]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=C0FFC0>Green color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[blue]Blue color.[/color]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=C0C0FF>Blue color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[orange]Orange color.[/color]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=FFC080>Orange color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[yellow]Yellow color.[/color]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=FFEE20>Yellow color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[pink]Pink color.[/color]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=FFC0FF>Pink color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[white]White color.[/color]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=white>White color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[black]Black color.[/color] (bad idea)</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><font color=0>Black color.</font></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[quote=user]Quoted text.[/quote]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><blockquote><font class=fonts><i>Originally posted by user</i></font><hr>Quoted text.<hr></blockquote></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[code]<span style=\"color: #88F;\">Check it out, it's <b>sample code</b></span>[/code]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'>" . escape_codeblock("<span style=\"color: #88F;\">Check it out, it's <b>sample code</b></span>") . "</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[spoiler]Spoiler text.[/spoiler]</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><div class=\"fonts pstspl2\"><b>Spoiler:</b><div class=\"pstspl1\">Spoiler text.</div></div></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class='tbl tdbg2 fonts'>[youtube]BrQn-O_zFRc[/youtube] (video ID, e.g. https://www.youtube.com/watch?v=<font color=#FF0000>BrQn-O_zFRc</font>)</td>
|
||||||
|
<td class='tbl tdbg1 fonts'><iframe src=\"https://www.youtube.com/embed/BrQn-O_zFRc\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$faq .= faqformat("n00b", "I have this <img src='http://xkeeper.net/img/noobsticker2-4.png' alt='n00b' title='TKEP regulars know this one' align='absmiddle' style='margin-top: -4px; margin-bottom: -4px;'> sticker on my post. What's up with that?", "
|
$faq .= faqformat("n00b", "I have this <img src='http://xkeeper.net/img/noobsticker2-4.png' alt='n00b' title='TKEP regulars know this one' align='absmiddle' style='margin-top: -4px; margin-bottom: -4px;'> sticker on my post. What's up with that?", "
|
||||||
The n00b sticker is our way of telling you that your post was pretty awful. Usually it's for one of the following reasons:
|
The n00b sticker is our way of telling you that your post was pretty awful. Usually it's for one of the following reasons:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user