Mastodon Waldmuehlen
Waldmuehlen
Wer ist online
Aktuell 4 Gäste online
News:
Hauptmenü
Startseite
Über Waldmühlen
News
Forum
Bildergalerie
Termine
Newsletter
Spielhalle
Gästebuch
Links
Webcam
Impressum
Datenschutzerklärung
neue Artikel

What is boardcode?

Boardcode are special tags that will allow you to format your messages. Currently, Joomlaboard supports links, bold, italic, bold, "quoted" text, img, size, list and colored text.
The tags are used as follows:

CodeResult
[b]Bold[/b]Bold
[i]Italic[/i]Italic
[u]Underline[/u]Underline
[size=4]Size[/size]Size
[color=#FF0000]Red[/color]Red
[img=150]link to image[/img]will produce a image with a width off 150 pixels.
Please remember you can go to a maximum width of 499 pixels.
[ul]
[li]item 1[/li]
[li]item 2[/li]
[li]item 3[/li]
[/ul]
  • item 1
  • item 2
  • item 3
[ol]
[li]item 1[/li]
[li]item 2[/li]
[li]item 3[/li]
[/ol]
  1. item 1
  2. item 2
  3. item 3
[url]http://www.yahoo.com[/url]http://www.yahoo.com
[url=http://www.yahoo.com]Yahoo![/url]Yahoo!
[quote]Quote[/quote]
Quote
[code]
<?
//Some code here
while ($adversary=='Neo'){ fork(agent_Smith);} ?>
[/code]
Code:

<?php
//Some code here
while ($adversary=='Neo'){ fork(agent_Smith);}
?>

About the Forum Component

This forum is based on the Simpleboard Forum originally written by Josh Levine.
It has been extended, enhanced and integrated as a Joomla component by Jan de Graaff.
Please visit the home of the Forum Component at the Two Shoes M-Factory website.

The TSMF Team

The Joomlaboard development team consists of:
Jan de Graaff (also Project Admin), Tomislav Ribicic, Arno Zijlstra, Niels Vandekeybus, Iosif Chatzimichail, Jon Langevin, Kathy Strickland and Thomas Despoix.

Special Thanks:

Toni Brännlund::For helping me out with the Two Shoes Module Factory website.
Phil Taylor::For helping me out with some of the basics of component writing.
Andrew Eddie::For giving me a jumpstart on rewriting the Admin Area as a MOS compliant backend.
Andrew Fletcher::For helping me out with the Review code and the Language Support.
Dave McDonnell::For helping us out with the Safe Mode problems we had.
Jick::For giving a great start on the Discuss Mosbot.
Advertisement
30 queries executed
1
SELECT folder, element, published, params
 FROM jos_mambots
 WHERE published >= 1
 AND access <= 0
 AND folder = 'system'
 ORDER BY ordering
2 SELECT template FROM jos_templates_menu WHERE client_id = 0 AND ( menuid = 0 OR menuid = 26 ) ORDER BY menuid DESC LIMIT 1
3 DELETE FROM jos_session WHERE ( ( time < '1729607573' ) AND guest = 0 AND gid > 0 ) OR ( ( time < '1729607573' ) AND guest = 1 AND userid = 0 )
4 SELECT * FROM jos_session WHERE session_id = '8e6e2377576f7bfd40d041c20ebe5446'
5 UPDATE jos_session SET `time`='1729608473',`userid`='0',`usertype`='',`username`='',`gid`='0',`guest`='1' WHERE session_id='8e6e2377576f7bfd40d041c20ebe5446'
6 SELECT * FROM jos_menu WHERE id = 26
7 SELECT template FROM jos_templates_menu where client_id ='0'
8 SELECT id FROM jos_menu WHERE link = 'index.php?option=com_comprofiler' AND published=1
9 SELECT * FROM jos_sb_sessions where userid=0
10 UPDATE jos_sb_sessions SET allowed='na', readtopics='' WHERE userid=0
11 UPDATE jos_sb_sessions SET lasttime=1729612073 WHERE userid=0
12 SELECT max(posts) from jos_sb_users
13 SELECT a.* FROM jos_components AS a WHERE ( a.admin_menu_link = 'option=com_syndicate' OR a.admin_menu_link = 'option=com_syndicate&hidemainmenu=1' ) AND a.option = 'com_syndicate'
14 SELECT id, title, module, position, content, showtitle, params FROM jos_modules AS m INNER JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 0 AND m.client_id != 1 AND ( mm.menuid = 0 OR mm.menuid = 26 ) ORDER BY ordering
15 SELECT guest, usertype FROM jos_session
16 SELECT DISTINCT a.username FROM jos_session AS a WHERE a.guest = 0 AND usertype <> 'Super Administrator'
17 SELECT m.* FROM jos_menu AS m WHERE menutype = 'mainmenu' AND published = 1 AND access <= 0 ORDER BY parent, ordering
18 SELECT COUNT( id ) FROM jos_menu WHERE type = 'content_item_link' AND published = 1
19 SELECT id FROM jos_menu WHERE type = 'content_item_link' AND published = 1 AND link = 'index.php?option=com_content&task=view&id=15'
20 SELECT id FROM jos_menu WHERE type = 'content_item_link' AND published = 1 AND link = 'index.php?option=com_content&task=view&id=60'
21 SELECT COUNT( id ) FROM jos_menu WHERE type = 'content_typed' AND published = 1
22 SELECT id FROM jos_menu WHERE type = 'content_typed' AND published = 1 AND link = 'index.php?option=com_content&task=view&id=70'
23 SELECT id FROM jos_menu WHERE type = 'content_typed' AND published = 1 AND link = 'index.php?option=com_content&task=view&id=71'
24 SELECT a.id, a.title, a.sectionid, a.catid FROM jos_content AS a LEFT JOIN jos_content_frontpage AS f ON f.content_id = a.id INNER JOIN jos_categories AS cc ON cc.id = a.catid INNER JOIN jos_sections AS s ON s.id = a.sectionid WHERE ( a.state = 1 AND a.sectionid > 0 ) AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2024-10-22 16:47' ) AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2024-10-22 16:47' ) AND a.access <= 0 AND cc.access <= 0 AND s.access <= 0 AND ( a.catid=1 ) AND s.published = 1 AND cc.published = 1 ORDER BY a.created DESC LIMIT 3
25 SELECT ms.id AS sid, ms.type AS stype, mc.id AS cid, mc.type AS ctype, i.id as sectionid, i.id As catid, ms.published AS spub, mc.published AS cpub FROM jos_content AS i LEFT JOIN jos_sections AS s ON i.sectionid = s.id LEFT JOIN jos_menu AS ms ON ms.componentid = s.id LEFT JOIN jos_categories AS c ON i.catid = c.id LEFT JOIN jos_menu AS mc ON mc.componentid = c.id WHERE ( ms.type IN ( 'content_section', 'content_blog_section' ) OR mc.type IN ( 'content_blog_category', 'content_category' ) ) AND i.id = 68 ORDER BY ms.type DESC, mc.type DESC, ms.id, mc.id
26 SELECT id FROM jos_menu WHERE type = 'content_blog_section' AND published = 1 AND componentid = 0
27 SELECT ms.id AS sid, ms.type AS stype, mc.id AS cid, mc.type AS ctype, i.id as sectionid, i.id As catid, ms.published AS spub, mc.published AS cpub FROM jos_content AS i LEFT JOIN jos_sections AS s ON i.sectionid = s.id LEFT JOIN jos_menu AS ms ON ms.componentid = s.id LEFT JOIN jos_categories AS c ON i.catid = c.id LEFT JOIN jos_menu AS mc ON mc.componentid = c.id WHERE ( ms.type IN ( 'content_section', 'content_blog_section' ) OR mc.type IN ( 'content_blog_category', 'content_category' ) ) AND i.id = 67 ORDER BY ms.type DESC, mc.type DESC, ms.id, mc.id
28 SELECT ms.id AS sid, ms.type AS stype, mc.id AS cid, mc.type AS ctype, i.id as sectionid, i.id As catid, ms.published AS spub, mc.published AS cpub FROM jos_content AS i LEFT JOIN jos_sections AS s ON i.sectionid = s.id LEFT JOIN jos_menu AS ms ON ms.componentid = s.id LEFT JOIN jos_categories AS c ON i.catid = c.id LEFT JOIN jos_menu AS mc ON mc.componentid = c.id WHERE ( ms.type IN ( 'content_section', 'content_blog_section' ) OR mc.type IN ( 'content_blog_category', 'content_category' ) ) AND i.id = 66 ORDER BY ms.type DESC, mc.type DESC, ms.id, mc.id
29 SELECT * FROM jos_banner WHERE showBanner=1
30 UPDATE jos_banner SET impmade = impmade + 1 WHERE bid = 5