Reply
Old 08-27-2008, 09:39 AM   #11
harpen64 is enjoying FreeLunchRoom!
 
User is OfflineOffline
TR: 7 / 100%
Status: Paper or Plastic?
Join Date: May 2008
Location: Provo
Posts: 287
Blog Entries: 1



Thank you so much for getting this tutorial up. I had to try and figure it out the hard way. This should be helpful to a lot of people.
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 08-27-2008, 04:20 PM   #12
gamegreen is enjoying FreeLunchRoom!
 
gamegreen's Avatar
 
User is OnlineOnline
TR: 877 / 100%
Status: Platinum Lunchbox
Join Date: Dec 2007
Location: Oregon
Posts: 5,589
Blog Entries: 4



Quote:
Originally Posted by FreebiesNow View Post
Hey Gamegreen... Great Post! One question though... how did you get the codes to display correctly without actually performing the task they were supposed to ... like the bold example... why didn't the text in between the codes actually appear bolded? It doesn't appear that you used spaces. What's the secret? Many times, people try to explain about the [ y o u ] code, but when we type it, the FLR name gets substituted unless we add space or some other character. So you've got me wondering...

Thanks, Pamela
This is accomplished with the [noparse] tag. If you go back to my tutorial and click on Quote, like you're going to make a reply to it, you'll see in the composer the codes I used to accomplish everything, including that. You can also see the Free Lunch Room - BB Code List for a full description of all of the codes available, including noparse.

In fact that's a good way to see how any bit of formatting is done that you don't understand, just Quote the post and you'll see how everything is done. It's also a good way to find out if someone is using the [you] trick or if they are really talking to/about you
__________________
"keep the lasagna flying" - RAW
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 08-27-2008, 11:03 PM   #13
FreebiesNow is enjoying FreeLunchRoom!
 
FreebiesNow's Avatar
 
User is OfflineOffline
TR: 61 / 100%
Status: Golden Lunchbag
Join Date: May 2008
Location: California, Friendly Honest Christian ♥ Ask for Help Anytime!
Posts: 4,715
Blog Entries: 13



Quote:
Originally Posted by gamegreen View Post
This is accomplished with the [noparse] tag. If you go back to my tutorial and click on Quote, like you're going to make a reply to it, you'll see in the composer the codes I used to accomplish everything, including that. You can also see the Free Lunch Room - BB Code List for a full description of all of the codes available, including noparse.

In fact that's a good way to see how any bit of formatting is done that you don't understand, just Quote the post and you'll see how everything is done. It's also a good way to find out if someone is using the [you] trick or if they are really talking to/about you
I LOVE IT!!! YOU ARE THE BOMB!! Thank you for explaining the noparse code. Even if I read it in the BB Code List, I probably wouldn't have understood it as clearly as your example. Thanks again, GG =)
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 09-11-2008, 10:15 PM   #14
ProGreen is enjoying FreeLunchRoom!
 
ProGreen's Avatar
 
User is OfflineOffline
TR: 22 / 100%
Status: FLR Addict
Join Date: Jul 2008
Location: Ever Shining Southern California
Posts: 1,624
Blog Entries: 1



Terrific Tutorial with lot of practical information and simple to understand!
__________________
Honest and Personable and Prompt Trader
Paypal Verified and FLR Verified Official PPD Mentor
Click here for Excellent Bonuses and Exclusive Specials
Please PM Me from here See what others said about me!
We can chat (text or voice) on Yahoo Messenger also
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 09-11-2008, 10:20 PM   #15
ProGreen is enjoying FreeLunchRoom!
 
ProGreen's Avatar
 
User is OfflineOffline
TR: 22 / 100%
Status: FLR Addict
Join Date: Jul 2008
Location: Ever Shining Southern California
Posts: 1,624
Blog Entries: 1



Quote:
Originally Posted by Chicago View Post
Not sure if everyone already knows this, but a quick and easy way to use the bold/italic/underline commands is to simply highlight the text and then press ctrl + b,i, or u.

So for example - ctrl + b made this whole line bold after I highlighted it.

I use this shortcut all the time so I thought I'd share!

This is for PC. Not sure about Macs.
that's a cool handy tip chicago!
particularly useful when lot of text is being typed, without moving the hand to the mouse.
yes. this is a feature of microsoft, and don't know about mac!
__________________
Honest and Personable and Prompt Trader
Paypal Verified and FLR Verified Official PPD Mentor
Click here for Excellent Bonuses and Exclusive Specials
Please PM Me from here See what others said about me!
We can chat (text or voice) on Yahoo Messenger also
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 09-11-2008, 10:32 PM   #16
ProGreen is enjoying FreeLunchRoom!
 
ProGreen's Avatar
 
User is OfflineOffline
TR: 22 / 100%
Status: FLR Addict
Join Date: Jul 2008
Location: Ever Shining Southern California
Posts: 1,624
Blog Entries: 1



Smile

Quote:
Originally Posted by gamegreen View Post
Thread formatting and BB code: a tutorial

This tutorial is all about how to format posts and threads on FLR, what BB code tags are and how to use the toolbar icons to insert links, images, and formatted text such as fonts, colors and sizes.

BB Code

FLR, like most other forums, uses BB code (short for Bulletin Board code) to accomplish formatting in all posts and private messages. Many a newbie is confused when they try to use html formatting in their posts and it doesn't work, html is not allowed in posts (or rather it doesn't work), so first I'll talk briefly about BB code.

BB code is basically a set of 'tags' used for formatting. A tag is a special character or set of characters that tell the forum how to format the text between the tags. You specify a tag by placing it in [] brackets, each tag has an opening and a closing tag. The best way to describe how this is done is to just look at an example. Lets look at the tag. This is the tag that will bold text. This is how you use it:

[b]This text will be bolded[/b]

Notice the / in the closing tag, all closing tags have the / in them. The above example when viewed in a thread would have this result:

This text will be bolded

Some tags can utilize an option as well, this is done with the = sign. For instance the [color] tag is meaningless without specifying the color as an option like so:

[color=blue]This text is blue[/color]

Which would yield:

This text is blue

You can read the FLR BB Code List at the following link. It's a great place to learn how to properly use all of the BB codes available on FLR:

Free Lunch Room - BB Code List

You can read more about BB code at bbcode.org:

BBCode.org, bbcode users guide and tricks on implementing it.

Use the toolbar for convenient BB code formatting

Every type of formatting whether links, images, fonts or anything besides plain text is done with BB code tags (known as 'wrapping' the text with tags). Instead of having to remember and manually type out these tags, you can use the formatting toolbar that you see at the top of where you enter your posts to wrap text in the appropriate tags for you. The toolbar looks like this:



The icons and menus in this toolbar are designed to conveniently insert the proper BB code for you so you don't have to remember and type them out manually each time. The general procedure for applying an icon function to some text, is to first select or highlight the text you want formatted, then click on the appropriate icon. The selected text will be wrapped in the tags necessary to create the effect desired. (if that is confusing, see my description of text selection near the bottom of the tutorial). I'm going to briefly examine a few of the most important of these icons and their function below.

Fonts - Drop down menu where you can select different styles for text.

Sizes - Drop down menu where you can select different sizes for text.

- Allows you to choose different colors to apply to your text.

- Creates a link. Just highlight the text you want the link to have, click on the icon, then paste the link in the box that appears (paste over, or delete the "http://" that is in there by default). A word about links: anytime you type a URL in a message, the forum automatically puts the correct BB code tags around it to make it clickable, and the title for the web page will be used as the display text for the link in that case, so you don't have to use the icon or manually put the link between tags unless you wish to control the text that is displayed for the link.

- Inserts an image. Simply paste the URL for the image in the box that appears when you click the icon. Many people prefer to upload their images to somewhere like photobucket.com or imageshack.com, but you may place them anywhere on the internet where you have upload access.

- Bolds text

- Italicizes text

- Underlines text

- Centers text.

The other icons should be self explanatory by holding the mouse over them and a brief description will pop up describing the function.

Preview post

When you are composing or editing a post with a lot of formatting, you may wish to make frequent use of the 'Preview Post' button. This button will put up a preview of what your post will look like with all of the formatting you have done, then allow you to keep editing it.

Selecting or highlighting text

Confused about what highlighting or selecting text means? This just means you press and hold the mouse button down at the start of the text, and then drag the mouse through to the end of the text you want selected, then release the mouse button. The selected text may then have any one of the toolbar functions applied to it by clicking on the appropriate icon or drop menu while the text is selected.

[b]WYSIWYG editing

There is also the option of changing your editor settings on the forum to the "WYSIWYG" style. (What You See Is What You Get). This allows you to see how your post will look as you are creating it. For more information about how to access and use this setting, here are some good links that deal with using this editing style to create a trade thread and signature:

http://www.freelunchroom.com/board/m...-pictures.html

http://www.freelunchroom.com/board/m...-pictures.html

---
Note: if you have useful BB code tips or tricks, by all means post them below! Also if you have any trouble with your threads or BB code questions, feel free to post them here and I'll try to give you a hand.
nice to see the noparse effect.
More importantly, you used it very efficiently and explained vey effectively.
noparse is something like a comment in other progrming langs. right!

another qtn: on other forums, i noticed differences from flr. can they be due to variations of bb code interpretation OR the forum implementation itself? (an example of differences is in cut/copy pasting of parts of posts.)

Thanks again for the nice useful info.
__________________
Honest and Personable and Prompt Trader
Paypal Verified and FLR Verified Official PPD Mentor
Click here for Excellent Bonuses and Exclusive Specials
Please PM Me from here See what others said about me!
We can chat (text or voice) on Yahoo Messenger also
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 09-11-2008, 10:45 PM   #17
appie is enjoying FreeLunchRoom!
 
appie's Avatar
 
User is OfflineOffline
TR: 376 / 100%
Status: Moderator
Join Date: Dec 2007
Location: One year VET!! So pm me anytime to trade or for questions!!!
Posts: 6,296
Blog Entries: 2



Great info!!!
__________________


I Cashed out over $18,000 my first year!! That was working part time!!

 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 09-12-2008, 01:51 AM   #18
Stefanomen is enjoying FreeLunchRoom!
 
Stefanomen's Avatar
 
User is OfflineOffline
TR: 40 / 100%
Status: FLR Addict
Join Date: May 2008
Location: Canada, If you feel kind of lost here, PM me I'll be glad to help! Learn from an experienced trader!
Posts: 1,729
Blog Entries: 15



Very good tutorial... you rock!
__________________
CONFUSED & LOOKING TO GO GREEN ?
Easily earn 200$+ in minutes plus BONUSES while LEARNING
View my current offers and promotions: Visit my trade thread here !
You'll find Easy 1 credit + Friendly Canadian sites I want you to succeed !
Ready to make money ? PM me HERE and be paid instantly !
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 09-12-2008, 03:16 AM   #19
pizton is online
 
pizton's Avatar
 
User is OfflineOffline
TR: 84 / 100%
Status: FLR Addict
Join Date: Aug 2008
Location: PPD Mentor in AZ - PM or IM me anytime, Im here to guide you :)
Posts: 1,537
Blog Entries: 1



thanks gamegreen :)
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote
Old 09-12-2008, 03:53 AM   #20
soapangel is enjoying FreeLunchRoom!
 
soapangel's Avatar
 
User is OfflineOffline
TR: 18 / 100%
Status: Paper or Plastic?
Join Date: Aug 2008
Location: Freaking hot Arizona!
Posts: 109



Thanks for posting this...I will be needing to develop my own trade thread post very soon so I'm glad to have a guideline!
__________________

Soapangel (AKA Robyn)
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!Stumble this Post!Google Bookmark this Post!
Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On