", "", $text); $my_text = eregi_replace("", "", $my_text); $my_text = eregi_replace("
", "[br]", $my_text); $my_text = eregi_replace("", "", $my_text); $my_text = eregi_replace("", "", $my_text); $my_text = eregi_replace("\n\n", "[br]", $my_text); $my_text = make_clickable($my_text); return $my_text; } return $text; } top_bar(); $allow_auto_HTML = 0; print("\n"); print("\n"); $msg_text = " It's simple. Just enter into your message:
\n [link]http://phpboard.thelinuxcommunity.org[/link] and it will automatically become a hyperlink! \nNote that:
[url]http://phpboard.thelinuxcommunity.org[/url] will also work just fine."; $msg_text = help_format($msg_text); print("\n"); $msg_text = "It's just as simple. Just enter into your message:
\n [email]nathan@thelinuxcommunity.org[/email] and it will automatically become a hyperlink!"; $msg_text = help_format($msg_text); print("\n"); $msg_text = " Simple as all the others. Just enter into your message:
[b]this is bold[/b]\n\n[i]this is italics[/i]\n\n[u]this is underlined[/u]\n\n[center]this is centered[/center]\n\n and they will be appropriately formatted!\n"; $msg_text = help_format($msg_text); print("\n"); $msg_text = " Well, if the brackets are used to designate the codes, how can I show someone how to write the codes? You could: a.) send them here, or b.) use the ] and [ tags.\n"; $msg_text = help_format($msg_text); print("\n"); $msg_text = " Ok, well, how do I insert an image? Simple. Just add:
[img]http://www.thelinuxcommunity.org/images/logo.jpg[/img]
and it will automatically be inserted, along with a hyperlink to view the image all by itself (the hyperlink will open a new browser window to view the image).\n"; $msg_text = help_format($msg_text); print("\n"); print("
How Do I...This Is How
How do I Post a Link?$msg_text
How do I Link an Email Address?$msg_text
How do I Bold/Underline/Center Text?$msg_text
How do I Insert Literal Brackets?$msg_text
How do I Insert An Image?$msg_text
\n"); include $inc_dir . "footer.php3"; ?>