How to format text? back to top
Generally, messages on the forum are mostly plain text, however on occasion you may want to add some formatting to your text, such as making certain words bold,italics,etc...

Since in most cases the admin does not permit you to use HTML inside your posts, you can use FUDcode, which is a special set of tags that allows you to apply certain formatting to your text. FUDcode is very easy to use and is a lot more secure then HTML.

URL Hyperlinking

FUDcode Result
http://fud.prohost.org http://fud.prohost.org
Explanation: FUDforum will automatically pick up URLs and convert them to valid URLs.

FUDcode Result
[URL]http://www.myhomepage.com[/URL] http://www.myhomepage.com
Explanation: You also can define URLs with FUDcode, this is an simple example of its use.

FUDcode Result
[URL=http://www.myhomepage.com]
My Homepage
[/URL]
My Homepage
Explanation: You can use FUDcode to make URLs with a self-chosen caption.


Email Hyperlinking

FUDcode Result
support@prohost.org support@prohost.org
Explanation: FUDforum will automatically convert email links into working hyperlinks.

FUDcode Result
[email=support@prohost.org]
Click here to email our tech support
[/email]
Click here to email our tech support
Explanation: You can use FUDcode to make email links with a self-chosen caption.


Text Styling
FUDcode Result
[b]bold[/b] bold

FUDcode Result
[u]underlined[/u] underlined

FUDcode Result
[i]italicized[/i] italicized

FUDcode Result
[sub]subscript[/sub] subscript

FUDcode Result
[sup]superscript[/sup] superscript

FUDcode Result
[color=red]red text[/color] red text

FUDcode Result
[size=4]big text[/size] big text

FUDcode Result
[font=courier]text[/color] text

FUDcode Result
[b][u][i][color=red][size=4][font=courier]
Formatted Text
[/font][/size][/color][/i][/u][/b]
Formatted Text
Explanation: You can use as much text styling tags together as you like.


Text Alignment
FUDcode Result
[align=center]centered text[/align] centered text

FUDcode Result
[align=right]right aligned[/align] right aligned

FUDcode Result
[align=left]left aligned[/align] left aligned


Various Lists
FUDcode Result
[list]
[*]list item
[*]list item
[/list]
  • list item
  • list item

FUDcode Result
[list type=1]
[*]list item
[*]list item
[/list]
  1. list item
  2. list item

FUDcode Result
[list type=A]
[*]list item
[*]list item
[/list]
  1. list item
  2. list item


Adding Images
FUDcode Result
[img]
http://www.prohost.org/img/pro_logo.gif
[/img]
http://www.prohost.org/img/pro_logo.gif

FUDcode Result
[url=http://www.prohost.org]
[img]

http://www.prohost.org/img/pro_logo.gif
[/img]
[/url]
image
Explanation: You can use FUDcode to create linked images by enclosing the [img][/img] tag with the [url][/url] tag.


Quoting other messages
FUDcode Result
[quote]Hello World[/quote]
Quote:
Hello World


Pre-formatted Text
FUDcode Result
[pre]
$fp = fopen('somefile', 'w');
if ( !$fp ) {
exit('no such file!');
}
else {
fwrite($fp, 'hello world');
fclose($fp);
}
[/pre]
$fp = fopen('somefile', 'w');
if ( !$fp ) {
exit('no such file!');
}
else {
fwrite($fp, 'hello world');
fclose($fp);
}
Explanation: This tag produces the text exactly as it was typed maintaining the formatting.


PHP Code
FUDcode Result
[php]
function hello()
{
	echo "Hello World!";
}

hello();
[/php]
<?php
function hello()
{
        echo
"Hello World!";
}

hello();
?>
Explanation: The [php][/php] tag allows to post PHP-code with automatic syntax highlighting by the forum.


Non-PHP Program Code
FUDcode Result
[code]
$fp = fopen('somefile', 'w');
if ( !$fp ) {
exit('no such file!');
}
else {
fwrite($fp, 'hello world');
fclose($fp);
}
[/code]
$fp = fopen('somefile', 'w');
if ( !$fp ) {
exit('no such file!');
}
else {
fwrite($fp, 'hello world');
fclose($fp);
}
Explanation: The [code][/code] tag works pretty much the same way as the [pre][/pre] tag but it puts a visually identifiable box around the text.


No Tag
Explanation: The [notag][/notag] tag allows you to have the text inside the tags not be parsed by the FUDforum's tag parser. This allows you to give examples of FUDcode and not have them converted to equivalent HTML.


Horizontal Line Tag
FUDcode Result
[hr]
Explanation: The [hr] tag produces a horizonatal line, it is an equivalent to the <hr> HTML tag.


Spoiler
FUDcode Result
Visible part of the message
[spoiler]
Hidden part of the message
[/spoiler]
More visible text.
Visible part of the message
Reveal Spoiler

More visible text.
Explanation: The [spoiler][/spoiler] tag allows you to hide a portion of message from being displayed. To see the hidden portion the users must click a link that will display the hidden portion of the text. Internally this is accomplished by JavaScript so the page is not actually reloaded, instead a hidden layer is made visible.


Acronym
FUDcode Result
[acronym=Fast Uncompromising Discussion Forum]
FUDforum
[/acronym]
FUDforum
Explanation: The [acronym][/acronym] tag allows you to identify the text as an acronym and provide a full name when the user moves their mouse over the tag.


Wikipedia
FUDcode Result
[wikipedia=ca]FUDforum[/wikipedia] FUDforum
Explanation: The [wikipedia][/wikipedia] tag allows you to create a reference to a wikipedia page based on the subject. To use the tag, surround the term with [wikipedia] tags, if you want to link to a particular wikipedia mirror you can use [wikipedia=ca] format for openning the tag, where ca is the prefix of the mirror.

What are Smilies/Emoticons? back to top
Smilies are small icons that you can insert into your message to convey various emotions & feelings. If smilies are enabled, a list of smilies supported by the forum will be listed above the message box where you type your message. Clicking on a smiley, will insert that smiley into your message.
Common smilies may automatically be replaced with their equivalent images, if you do not wish for that to happen, click on the Disable Smilies checkbox.


How do I use Polls? back to top
In certain forums you may have the ability to include polls inside your messages. Polls allow you to ask a question and provide a number of answers other forum members may choose from. For the sake of accuracy only registered users may cast in their votes.
When you click on the CREATE POLL link, located on the post page a pop-up will appear allowing to create a poll with several potential multiple choice answers. When you are done, simply click on the Edit button and you will be taken back to the post page and then poll you've created will be attached to the message.
You can edit an existing poll, by clicking on the EDIT link, or you can remove the poll entirely by click on the DELETE.

You will only have 1 opportunity to vote in a poll, so make your decision careful, you will not be able to change it at a later point.


Can I attach files to messages? back to top
If allowed by administrator, you may attach one or more files to your normal as well as private messages. This ability is determined on a forum by forum basis, so while you may be able to attach files in one forum you may not be able to do so in another.
The post form will list 3 rules which apply to your file attachments:

Allowed File Types - a list of file types that you may attach to your message. ex. jpg, gif. png
Maximum File Size - the maximum size of each file that you may attach to your message
Maximum Files per Message - the number of files you can attach to your message.

To attach a file to a message, click the Browse button at the bottom of the post page. In response your browser will open a dialog window allowing your to select a file you wish to upload from your hard drive. Once you've selected a file, click on the Upload File button to attach the file to your message.
If you wish to remove any attached files, simply click on the Delete located to the right of the file.


What's a post icon? back to top
Post icons are small images that you can choose to show beside your messages. They are most commonly used to indicate the nature of your message or the feeling your are trying to convey. If you do not see those icons on the post form, it means the administrator has disabled this feature.

Can I edit my message? back to top
If you are a registered member, you may be able to edit messages that you have previously posted. This option may be time-limited, so it is possible that you'll be able to edit your recent posts, while unable to edit posts made a while ago.
If you edit your post, a small note will be prepended to your message, showing that this message was edited by you and indicate the time & date of editing.
If a moderator or an administrator have edited your message you may or may not, depending on the forum settings see a note identifying the fact that this message was edited.

Who are the moderators & administrators? back to top
Moderators are "super users" who generally oversee one or more forums. They have the ability to edit, delete, approve messages as well as make forum announcements. These are the people to contact if you see something inappropriate being done in a forum they are moderating. You may also address moderators if you have any questions in regard on how to use the forum.

Administrators are the controllers of the forum, they can do ANYTHING, so be polite when talking to them ;-). Administrator in addition to being able to do everything a moderator can do, also can approve Avatars, assign & remove custom tags, block users and respond to various forum questions. If you encounter any bugs with the forum, Administrator is the person to contact.


Censorship? back to top
The administrator may choose to censor certain words, those words would be replaced by the administrator's chosen alternative. Censorship is forum wide, so the same things you cannot see, other people will also not be able to see.

Can I be notified of replies to my messages? back to top
When you post a new topic or make a reply to an existing topic, you may choose to be notified via Email of the replies. You can also subscribe to a topic without posting a reply, by clicking on the Subscribe link at the top of the page or if you want you can subscribe to a forum, so that whenever a new topic is made in that forum you will receive a notification about it.

If you choose to stop receiving notifications from a topic or forum, you can click on the Un-subscribe link, while viewing that topic or forum. Or go to the Subscriptions tab in your profile and remove the topic or forum from that list.

The ability to receive notifications is limited to registered users.



Current Time: Tue Aug 26 16:24:51 CEST 2008
.:: Contact :: Home ::.

Powered by: FUDforum 2.7.6.
Copyright ©2001-2006 FUD Forum Bulletin Board Software