1$SectionName = "Posting";
2
3### Section 1
4#############################################
5$SectionSub1 = "Starting_a_Topic";
6$SectionBody1 = qq~After you have registered an account, you will have the ability to start new topics. To do so, navigate to a category you would like to begin a conversation in. Make sure that this is the correct category for the subject of your post. Once you're inside this category, search for a link or button titled “Start New Topic” and click it. The exact location of this button will vary depending on which template is being used, but it is often near the top of the list of topics.
7<p>This will present you with a new page where you can begin to type your post, or take you to a form at the bottom of the page. Below you will find a description of the items on this page.</p>
8<h4 class="help">Preview:</h4>
9<p>This gives you a view of what your message will look like once it's posted.</p>
10<h4 class="help">Subject:</h4>
11<p>This is the title of your topic and is what will be shown on the category page.</p>
12<h4 class="help">Message Icon:</h4>
13<p>If you would like to add a special icon to your post, you may choose one from this list.</p>
14<h4 class="help">Add YaBBC tags:</h4>
15<p>YaBBC tags give you the ability to format the text in your post. To add, simply click on the button of your choice. See <a href="#YaBBC_Reference">YaBBC Reference</a> for a complete reference.</p>
16<h4 class="help">Add Smilies:</h4>
17<p>Personalize your post by adding an emoticon, or smiley. Just click on the one you want and YaBB will automatically put it in your post.</p>
18<h4 class="help">Attach:</h4>
19<p>If the Administrator allows, you may be able to add a file to your post by clicking on the &#8220;Browse&#8221; button to find the file on your hard drive to upload. Pay attention to the allowed file types and maximum file size.</p>
20<h4 class="help">Post:</h4>
21<p>This button does exactly what you would expect. Press the &#8220;Post&#8221; button if you're ready for the community to view your message.</p>
22~;
23#############################################
24
25
26### Section 2
27#############################################
28$SectionSub2 = "Replying_to_a_Post";
29$SectionBody2 = qq~<p>In addition to posting new topics, you can also reply to existing posts or topics quickly and easily. When you find a topic you would like to comment on, look for the button or link titled &#8220;Reply&#8221; or &#8220;Quote&#8221;. Using &#8220;Reply&#8221; will take you to a post page much like the one described above. Quote does exactly the same thing, however, it will add what another user has said to your post in a special box like you see below.</p>
30[yabbc][quote]This is a quote[/quote][/yabbc]
31~;
32#############################################
33
34
35### Section 3
36#############################################
37$SectionSub3 = "Posting_a_Poll";
38$SectionBody3 = qq~<p>If you have a question you would like to ask this community, YaBB gives you the ability to create a poll along with your topic. This is a fantastic way to get a good idea of what this community feels about your question. To post a poll, find the button titled &#8220;Start New Poll&#8221; from the category view and click it. The exact location of this button will vary depending on which template is being used, but it is often near the top of the list of topics. On this special post page, type in your question and options in the respectively labeled box, then fill out your message as described above.</p>
39~;
40#############################################
41
42
43### Section 4
44#############################################
45$SectionSub4 = "YaBBC_Reference";
46$SectionBody4 = qq~<p>For security reasons standard HTML code cannot be used in posts. Instead YaBB allows the use of YaBBC (YaBB Code) for formatting. YaBBC is similar to HTML, but safe and standardized for bulletin board use. To use, you can either click on the YaBBC button of your choice on all post pages or manually type them in. Below is a listing of each tag and its function.</p>
47<h4 class="help">What is YaBBC?</h4>
48<p>YaBBC is a set of tags based on the HTML language. It allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing.
49Most YaBBC tags can be wrapped around text, by first <span class="highlight">highlighting</span> the text, and then clicking on the YaBBC button with the desired formatting.</p>
50<div class="yabbc center">
51<table>
52    <tr>
53        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/url.png" alt="url"/></span> Insert URL, Link</th>
54    </tr><tr>
55        <td>Syntax:
56            <br />Result:
57            <br />Syntax:
58            <br />Result:
59        </td>
60        <td>[url]http://www.yabbforum.com[/url]
61            <br />[yabbc][url]http://www.yabbforum.com[/url][/yabbc]
62            <br />[url=http://www.yabbforum.com]YaBB Forum[/url]
63            <br />[yabbc][url=http://www.yabbforum.com]YaBB Forum[/url][/yabbc]
64        </td>
65    </tr><tr>
66        <td colspan="2">
67            <ul>
68                <li>Type URL and text: www.yabbforum.com YaBB Forum</li>
69                <li>Highlight all of it: <span class="highlight">www.yabbforum.com YaBB Forum</span></li>
70                <li>Click the button: [yabbc][url=www.yabbforum.com]YaBB Forum[/url][/yabbc]</li>
71            </ul>
72            The [link] YaBBC tags work in the same manner as the [url] tags, with the exception that the [link] tag (there is no insertion button for this tag) will open the clicked link in the present window, whereas the [url] tag opens the clicked link in a new window.
73        </td>
74    </tr><tr>
75        <td colspan="2"><hr /></td>
76    </tr><tr>
77        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/ftp.png" alt="FTP Button" /></span> Insert FTP</th>
78    </tr><tr>
79        <td>Syntax:
80            <br />Result:
81        </td>
82        <td>[ftp]ftp://ftpdom[/ftp]
83            <br />[yabbc][ftp]ftp://ftpdom[/ftp][/yabbc]
84        </td>
85    </tr><tr>
86        <td colspan="2"><hr /></td>
87    </tr><tr>
88        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/img.png" alt="Image Button" /></span> Insert Image</th>
89    </tr><tr>
90        <td>Syntax:
91                <br />
92                <br />Result:
93        </td>
94        <td>[img]$imagesdir/on.png[/img]
95                <br />
96                <br />[yabbc][img]$imagesdir/on.png[/img][/yabbc]
97        </td>
98    </tr><tr>
99        <td colspan="2"><hr /></td>
100    </tr><tr>
101        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/email2.png" alt="Email Button" /></span> Insert Email</th>
102    </tr><tr>
103        <td>Syntax:
104            <br />Result:
105            <br />Syntax:
106            <br />Result:
107        </td>
108        <td>[email]myname\@domain.com[/email]
109            <br />[yabbc][email]myname\@domain.com[/email][/yabbc]
110            <br />[email=myname\@domain.com]Click to email me[/email]
111            <br />[yabbc][email=myname\@domain.com]Click to email me[/email][/yabbc]
112        </td>
113    </tr><tr>
114        <td colspan="2">
115            <ul>
116                <li>Type e-mail address and text: myname\@domain.com Click to email me</li>
117                <li>Highlight all of it: <span class="highlight">myname\@domain.com Click to email me</span></li>
118                <li>Click the button: [yabbc][email=myname\@domain.com]Click to email me[/email][/yabbc]</li>
119            </ul>
120        </td>
121    </tr><tr>
122        <td colspan="2"><hr /></td>
123    </tr><tr>
124        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/media.png" alt="Add media files" /></span> Insert multi media files</th>
125    </tr><tr>
126        <td>Syntax:
127            <br />Example:
128            <br />Result:
129        </td>
130        <td>[media]url to flash file[/media]
131            <br />[media]http://www.your-domain.com/yabbchelp.swf[/media]
132            <br />[yabbc][media]$imagesdir/yabbchelp.swf[/media][/yabbc]
133        </td>
134    </tr><tr>
135        <td colspan="2"><hr /></td>
136    </tr><tr>
137        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/table.png" alt="Table Button" /></span> <span class="ubbcbutton ubbcbuttonback" style="margin:0 4px"><img src="$yyhtml_root/UBBCbuttons/td.png" alt="Table Data Button" /></span> <span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/tr.png" alt="Table Row Button" /></span> Insert Table - Column - Row</th>
138    </tr><tr>
139        <td>Syntax:</td>
140        <td>[table][tr][td]text example[/td][/tr][/table]</td>
141    </tr><tr>
142        <td colspan="2"><hr /></td>
143    </tr><tr>
144        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/hr.png" alt="Horizontal Rule Button" /></span> Insert Horizontal Rule</th>
145    </tr><tr>
146        <td>Syntax:
147            <br />Result:
148        </td>
149        <td>[hr]
150            <br /><hr />
151        </td>
152    </tr><tr>
153        <td colspan="2"><hr /></td>
154    </tr><tr>
155        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/tele.png" alt="Teletype Button" /></span> Insert Teletype</th>
156    </tr><tr>
157        <td>Syntax:
158            <br />Result:
159        </td>
160        <td>[tt]text example[/tt]
161            <br />[yabbc][tt]text example[/tt][/yabbc]
162        </td>
163    </tr><tr>
164        <td colspan="2"><hr /></td>
165    </tr><tr>
166        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/code.png" alt="Code Button" /></span> Insert Code</th>
167    </tr><tr>
168        <td>Syntax:
169            <br />
170            <br />
171            <br />
172            <br />
173            <br /><!-- This is the break matching the blank break below -->
174            <br />Result:
175        </td>
176        <td>[code]&lt;script language="javascript"&gt;
177            <br />&lt;!--
178            <br />alert("Hello YaBB 2!");
179            <br />//--&gt;
180            <br />&lt;/script&gt; [/code]
181            <br />
182            <br />[yabbc][code]<script language="javascript">
183            <!--
184            alert("Hello YaBB 2!");
185            //-->
186            </script>[/code][/yabbc]
187        </td>
188    </tr><tr>
189        <td colspan="2"><hr /></td>
190    </tr><tr>
191        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/quote2.png" alt="Quote Button" /></span> Insert Quote</th>
192    </tr><tr>
193        <td>Syntax:
194            <br />Result:
195        </td>
196        <td>[quote]Hello YaBB 2[/quote]
197            <br />[yabbc][quote]Hello YaBB 2[/quote][/yabbc]
198        </td>
199    </tr><tr>
200        <td colspan="2"><hr /></td>
201    </tr><tr>
202        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/edit.png" alt="Edit Button" /></span> Insert Edit</th>
203    </tr><tr>
204        <td>Syntax:
205            <br />Result:
206        </td>
207        <td>[edit]This was edited in YaBB 2[/edit]
208            <br />[yabbc][edit]This was edited in YaBB 2[/edit][/yabbc]
209        </td>
210    </tr><tr>
211        <td colspan="2"><hr /></td>
212    </tr><tr>
213        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/sup.png" alt="Superscript Button" /></span> Insert Superscript</th>
214    </tr><tr>
215        <td>Syntax:
216            <br />
217            <br />Result:
218        </td>
219        <td>text [sup]example[/sup]
220            <br />
221            <br />[yabbc]text [sup]example[/sup][/yabbc]
222        </td>
223    </tr><tr>
224        <td colspan="2"><hr /></td>
225    </tr><tr>
226        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/sub.png" alt="Subscript Button" /></span> Insert Subscript</th>
227    </tr><tr>
228        <td>Syntax:
229            <br />
230            <br />Result:
231        </td>
232        <td>text [sub]example[/sub]
233            <br />
234            <br />[yabbc]text [sub]example[/sub][/yabbc]
235        </td>
236    </tr><tr>
237        <td colspan="2"><hr /></td>
238    </tr><tr>
239        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/list.png" alt="List Button" /></span> Insert List - List Item</th>
240    </tr><tr>
241        <td>Syntax:
242            <br />
243            <br />
244            <br />
245            <br />Result:
246        </td>
247        <td>[list][*]item 1
248            <br />[*]item 2
249            <br />[*]item 3[/list]
250            <br />[yabbc][list][*]item 1
251            [*]item 2
252            [*]item 3[/list][/yabbc]
253        </td>
254    </tr><tr>
255        <td colspan="2">You can create ordered lists by including the letter "o" at the beginning of the list tag.</td>
256    </tr><tr>
257        <td>Syntax:
258            <br />
259            <br />
260            <br />
261            <br />Result:
262        </td>
263        <td>[olist][*]item 1
264            <br />[*]item 2
265            <br />[*]item 3[/olist]
266            <br />[yabbc][olist][*]item 1
267            [*]item 2
268            [*]item 3[/olist][/yabbc]
269        </td>
270    </tr><tr>
271        <td colspan="2">You can create 2 or 3 level lists by including a list inside another list.</td>
272    </tr><tr>
273        <td>Example:
274            <br />
275            <br />
276            <br />
277            <br />
278            <br />
279            <br />Result:
280        </td>
281        <td>[list][*]item 1
282            <br />[*]item 2
283            <br />[list][*]subitem 1
284            <br />[*]subitem 2[/list]
285            <br />[*]item 3[/list]
286            <br />[yabbc][list][*]item 1
287            [*]item 2
288            [list][*]subitem 1
289            [*]subitem 2[/list][*]item 3[/list][/yabbc]
290        </td>
291    </tr><tr>
292        <td colspan="2"><hr /></td>
293    </tr><tr>
294        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/me.png" alt="/me Button" /></span> /me</th>
295    </tr><tr>
296        <td>Syntax:
297            <br />Result:
298        </td>
299        <td>/me loves YaBB 2
300            <br />[yabbc]/me loves YaBB 2[/yabbc]
301        </td>
302    </tr><tr>
303        <td colspan="2"><hr /></td>
304    </tr><tr>
305        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/move.png" alt="Move Button" /></span> Insert Marquee</th>
306    </tr><tr>
307        <td>Syntax:
308            <br />Result:
309        </td>
310        <td>[move]text example[/move]
311            <br />[yabbc][move]text example[/move][/yabbc]
312        </td>
313    </tr><tr>
314        <td colspan="2"><hr /></td>
315    </tr><tr>
316        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/timestamp.png" alt="Timestamp Button" /></span> Insert Timestamp</th>
317    </tr><tr>
318        <td>Syntax:
319            <br />Result:
320        </td>
321        <td>[timestamp=1121602762]
322            <br />[yabbc][timestamp=1121602762][/yabbc]
323        </td>
324    </tr><tr>
325        <td colspan="2"><hr /></td>
326    </tr><tr>
327        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/noparse.png" alt="No Parse Button" /></span> No Parse</th>
328    </tr><tr>
329        <td>Syntax:
330            <br />Result:
331        </td>
332        <td>[noparse][table][tr][td]This table will not be parsed[/td][/tr][/table][/noparse]
333            <br />[yabbc][noparse][table][tr][td]This table will not be parsed[/td][/tr][/table][/noparse][/yabbc]
334        </td>
335    </tr><tr>
336        <td colspan="2"><hr /></td>
337    </tr><tr>
338        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/bold.png" alt="Bold Button" /></span> Insert Bold Text</th>
339    </tr><tr>
340        <td>Syntax:
341            <br />Result:
342        </td>
343        <td>[b]text example[/b]
344            <br />[yabbc][b]text example[/b][/yabbc]
345        </td>
346    </tr><tr>
347        <td colspan="2"><hr /></td>
348    </tr><tr>
349        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/italicize.png" alt="Italic Button" /></span> Insert Italic Text</th>
350    </tr><tr>
351        <td>Syntax:
352            <br />Result:
353        </td>
354        <td>[i]text example[/i]
355            <br />[yabbc][i]text example[/i][/yabbc]
356        </td>
357    </tr><tr>
358        <td colspan="2"><hr /></td>
359    </tr><tr>
360        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/underline.png" alt="Underline Button" /></span> Insert Underline Text</th>
361    </tr><tr>
362        <td>Syntax:
363            <br />Result:
364        </td>
365        <td>[u]text example[/u]
366            <br />[yabbc][u]text example[/u][/yabbc]
367        </td>
368    </tr><tr>
369        <td colspan="2"><hr /></td>
370    </tr><tr>
371        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/strike.png" alt="Strikethrough Button" /></span> Insert Strikethrough Text</th>
372    </tr><tr>
373        <td>Syntax:
374            <br />Result:
375        </td>
376        <td>[s]text example[/s]
377            <br />[yabbc][s]text example[/s][/yabbc]
378        </td>
379    </tr><tr>
380        <td colspan="2"><hr /></td>
381    </tr><tr>
382        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/highlight.png" alt="Highlight Button" /></span> Insert Highlighted Text</th>
383    </tr><tr>
384        <td>Syntax:
385            <br />Result:
386        </td>
387        <td>[highlight]text example[/highlight]
388            <br />[yabbc][highlight]text example[/highlight][/yabbc]
389        </td>
390    </tr><tr>
391        <td colspan="2"><hr /></td>
392    </tr><tr>
393        <th colspan="2"><img src="$imagesdir/face1.gif" alt="Font Face Selector" /> Change Font Face</th>
394    </tr><tr>
395        <td>Syntax:
396            <br />Result:
397        </td>
398        <td>[font=Courier New]Courier New font[/font]
399            <br />[yabbc][font=Courier New]Courier New font[/font][/yabbc]
400        </td>
401    </tr><tr>
402        <td colspan="2"><hr /></td>
403    </tr><tr>
404        <th colspan="2"><img src="$imagesdir/size1.gif" alt="Size Selector" /> Change Font Size</th>
405    </tr><tr>
406        <td>Syntax:
407            <br />Result:
408        </td>
409        <td>[size=14]14 point font[/size]
410            <br />[yabbc][size=14]14 point font[/size][/yabbc]</td>
411    </tr><tr>
412        <td colspan="2"><hr /></td>
413    </tr><tr>
414        <th colspan="2"><img src="$imagesdir/palette_help.gif" alt="Color picker and the palette" /> Choose a text color</th>
415    </tr><tr>
416        <td colspan="2">You can either use the quick color picker to choose a text color from the palette containing 12 ready made color tags or open the palette to create a custom color tag.</td>
417    </tr><tr>
418        <td>Syntax:
419            <br />Result:
420        </td>
421        <td>[color=#ff0000]red colored text[/color]
422            <br />[yabbc][color=#ff0000]red colored text[/color][/yabbc]
423        </td>
424    </tr><tr>
425        <td colspan="2"><hr /></td>
426    </tr><tr>
427        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/pre.png" alt="Preformatted Button" /></span> Insert Preformatted Text</th>
428    </tr><tr>
429        <td>Syntax:
430            <br />
431            <br />
432            <br />Result:
433        </td>
434        <td>[pre] this  is
435preformatted text [/pre]
436            <br />
437            <br />[yabbc][pre] this  is
438preformatted text [/pre][/yabbc]
439        </td>
440    </tr><tr>
441        <td colspan="2"><hr /></td>
442    </tr><tr>
443        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/left.png" alt="Left Align Button" /></span> Insert Left Aligned Text</th>
444    </tr><tr>
445        <td>Syntax:
446            <br />
447            <br />
448            <br />Result:
449        </td>
450        <td>[left]text
451            <br />example[/left]
452            <br />
453            <br />[yabbc][left]text
454example[/left][/yabbc]
455        </td>
456    </tr><tr>
457        <td colspan="2"><hr /></td>
458    </tr><tr>
459        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/center.png" alt="Center Align Button" /></span> Insert Center Aligned Text</th>
460    </tr><tr>
461        <td>Syntax:
462            <br />
463            <br />
464            <br />Result:
465        </td>
466        <td>[center]text
467            <br />example[/center]
468            <br />
469            <br />[yabbc][center]text
470example[/center][/yabbc]
471        </td>
472    </tr><tr>
473        <td colspan="2"><hr /></td>
474    </tr><tr>
475        <th colspan="2"><span class="ubbcbutton ubbcbuttonback"><img src="$yyhtml_root/UBBCbuttons/right.png" alt="Right Align Button" /></span> Insert Right Aligned Text</th>
476    </tr><tr>
477        <td>Syntax:
478            <br />
479            <br />
480            <br />Result:
481        </td>
482        <td>[right]text
483            <br />example[/right]
484            <br />
485            <br />[yabbc][right]text
486example[/right][/yabbc]
487        </td>
488    </tr>
489</table>
490</div>
491~;
492#############################################
493
4941;