YetAnotherForum.NET Help

BB Codes List

BB Codes for Text formatting

Bold Text
Description
The [b] tag allows you to create text that is bold.
Usage
[b]This text is bold[/b]
Output
This text is bold
Italic Text
Description
The [i] tag allows you to create text that italic.
Usage
[i]This text is italic[/i]
Output
This text is italic
Underline Text
Description
The [u] tag allows you to create text underlined.
Usage
[u]This text is underlined[/u]
Output
This text is underlined
Strike Text
Description
Wrap these tags to strike through text
Usage
[s]This text is Strike through[/s]
Output
This text is Strike through
Text Color
Description
The [color] tag allows you to change the color of your text, by parsing the color you want.
Usage
[color=blue]this text is blue[/color]
Output
this text is blue
Text Size
Description
The [size] tag allows you to change the size of your text. You can define a value from 1-9, these values will be converted in percentage values 1=50, 2=70, 3=80, 4=90, 5=100, 6=120, 7=140, 8=160, 9=180
Usage
[size=9]This Text has the font size of 180%[/size]
Output
This Text has the font size of 180%
Text Font
Description
The [font] tag allows you to change the font family of your text.
Usage
[font=courier]this text is in the courier font[/font]
Usage
this text is in the courier font
Text Left / Right / Center Direction
Description
The [left], [right] and [center] tags allow you to change the alignment of your text.
Usage
[left]this text is left aligned[/left]
[center]this text is center aligned[/center]
[right]this text is right aligned[/right]
Output
this text is left aligned
this text is center aligned
this text is right aligned
Highlight
Description
The [h] tag allows you to highlight your text.
Usage
[h]this text is highlighted[/h]
Output
this text is highlighted

BB Codes to create various Links

Email Links
Description
The [email] tag allows you to link to an email address. You can include an optional parameter to add a Link Name
Usage
[email]someone@mydomain.com[/email]
[email=someone@mydomain.com]Click Here to Email Me[/email]
Output
someone@mydomain.com 
Click Here to Email Me 
URL Hyper Links
Description
The [url] tag allows you to link to other websites and files. You can include an optional parameter to 'name' your link. You can also combine [url] tags with [img] tags to create image links.
Usage
[url]https://packershome.com/forum/[/url]
[url=https://packershome.com/forum/]mydomain[/url]
Output
https://packershome.com/forum/ 
mydomain 
Topic Links
Description
The [topic] tag allows you to link to topics inside the forum, by specifying the topic id and the Link Name.
Usage
[topic=123]Go to Topic[/thread]
Output
Go to Topic
Post Links
Description
The [post] tag allows you to link to a specific post from a topic inside the forum, by specifying the post id and the Link Name.
Usage
[post=123]Go to Post[/post]
Output
Go to Post

BB Codes to create Lists

Bullet Lists
Description
The [list] tag allows you to create simple, bullet lists without specifying an option. Within the value portion, each bullet is denoted by the [*] tag.
Usage
[list]
[*]list item 1
[*]list item 2
[/list]
Output
  • list item 1
  • list item 2
Numbered and Alphabetic Lists
Description
The [list=1], [list=a] (or [list=A]) or [list=i] (or [list=I]) tag allows you to create numbered, alphabetic with (capital) letters, or a numbered with (capital) Roman numeral lists.
Usage
[list=1]
[*]list item 1
[*]list item 2
[/list]

[list=a]
[*]list item a
[*]list item b
[/list]

[list=A]
[*]list item A
[*]list item B
[/list]

[list=i]
[*]list item i
[*]list item ii
[/list]

[list=I]
[*]list item I
[*]list item II
[/list]
Output
  1. list item 1
  2. list item 2
  1. list item a
  2. list item b
  1. list item A
  2. list item B
  1. list item i
  2. list item ii
  1. list item I
  2. list item II

BB Codes to add Media Elements (Images, Videos)

Images
Description

The [img] tag allows you to add images to your posts. You can also combine [url] tags with [img] tags to create image links.

There is also an Option to enter an Image Description, which will be shown when you hover over the Image with the Mouse.

Usage
[img]https://packershome.com/forum/Content/images/YAFLogo.svg[/img]

[img=https://packershome.com/forum/Content/images/YAFLogo.svg]YAF Logo[/img]

[url=https://packershome.com/forum/] [img]https://packershome.com/forum/Content/images/YAFLogo.svg[/img] [/url] (Linked)
Output


YAF Logo

(Linked)
You Tube
Description
The [youtube] tag allows the embedding of an Youtube video, by using the Url to the Video.
Usage
[youtube]http://www.youtube.com/watch?v=jqxENMKaeCU[/youtube]

[youtube]http://youtu.be/jqxENMKaeCU[/youtube]
Output


Vimeo
Description
The [vimeo] tag allows the embedding of an Vimeo video, by using the Url to the Video.
Usage
[vimeo]http://vimeo.com/25451551[/vimeo]
Output
Google Maps
Description
The [googlemaps] tag allows the embedding a Map from Google Maps, by using the Url to the Map.
Usage
[googlemaps]http://maps.google.de/?ll=51.151786,10.415039&spn=21.97528,35.639648&t=h&z=5[/googlemaps]
Output

BB Codes to Quote other Postings, and BB Codes to include Code Text

Quoting
Description
The [quote] tag allows you to quote a text from a posting.
Usage
[quote]Quoted Text.[/quote]

[quote=John Doe]Quoted Text.[/quote]

[quote=John Doe;123]Quoted Text.[/quote]
Output
Quote:

Quoted Text.



John Doe wrote:

Quoted Text.



Originally Posted by: John Doe

Quoted Text.

Code
Description
The [code] tag allows you to post Code Text, if you define the Code Language the Code will be Syntax Highlighted.
Usage
[code]
// Hello1.cs
public class Hello1
{
  public static void Main()
 {
    System.Console.WriteLine("Hello, World!");
   }
}
[/code]

[code=csharp]
// Hello1.cs
public class Hello1
{
  public static void Main()
 {
    System.Console.WriteLine("Hello, World!");
   }
}
[/code]
Output


    // Hello1.cs
public class Hello1
{
  public static void Main()
 {
    System.Console.WriteLine("Hello, World!");
   }
}




    // Hello1.cs
    public class Hello1
    {
    public static void Main()
    {
    System.Console.WriteLine("Hello, World!");
    }
    }

BB Codes to show/Hide its Content only to specific users

Hide
Description
The [hide] tag hides content from people until they press the thank you button for the post.
Usage
[hide]Hidden Content[/hide]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Group Hide
Description
The [group-hide] tag Hide the Content from Guests, or other Roles if defined.
Usage
[group-hide]Hidden Content[/group-hide]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Thanks
Description
The [hide-thanks] tag hides content from people who have below X thanks received.
Usage
[hide-thanks=2]Hidden Content[/hide-thanks]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Posts
Description
The [hide-posts] tag hides content from people who have below X posts.
Usage
[hide-posts=10]Hidden Content[/hide-posts]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Reply
Description
The [hide-reply] tag hides content from people until they replied in the same thread.
Usage
[hide-reply]Hidden Content[/hide-reply]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Hide-Reply-Thanks
Description
The [hide-reply-thanks] tag hides content from people until they either reply in the same thread or press the thank you button for the post.
Usage
[hide-reply-thanks]Hidden Content[/hide-reply-thanks]
Output

If you don't have the right to view the content, you see an Info Message that Informs you way you don't see the Content

Otherwise as Guest you see a Info Message

If you do have access to see the Content you simply see the Hidden Content


Hidden Content

Spoiler
Description
The [spoiler] tag hides content from people until they click on "Show Spoiler".
Usage
[spoiler]Spoiler Content[/spoiler]
Output

Other

User Link
Description
The [userlink] tag generated a link to the provided User Profile Page, and shows if enabled the Users Online Status.
Usage
[userlink]Username[/userlink]
Output
 Username
Stop BB Code Parsing
Description
The tag allows you to stop the parsing of BB code inside the tag.
Usage
[ noparse][b]Sample text.[/b][/ noparse]
Output
[b]Sample text.[/b]

NOTE: Don't forget to close an open BB Code tag. Tags that are not closed will be not formatted.

Fan Shout
beast (9h) : I was kind of hoping Douglas might come back to the Pack
beast (9h) : My question is how much do we trust Jenkins? In bad weather, he seemed to struggle a bit with ball control snapping, though he started at OG
beast (9h) : Well Jenkins probably knows he's not getting that 2026 salary number without a new contact... so just trying to get the new contact early
Zero2Cool (14h) : CB Rasul Douglas is visiting the #Seahawks today, per source.
dfosterf (17h) : He's a switch and baiter. Its the same as a bait and switcher except he agreed to the switch first lol
dfosterf (17h) : 6.8 mil raise next year. Those are existing contract numbers
dfosterf (17h) : 12.8 plus 4.8 pro rata signing bonus is 17.6 mil. Top center in the league at 18
Zero2Cool (17h) : Elgton Jenkins wants to rework contract ahead of position change to center
Zero2Cool (20h) : šŸˆMonday, Nov. 10: Eagles at Packers
buckeyepackfan (12-May) : Packers @ Bears week 16(Saturday Game)
Zero2Cool (12-May) : Clifford hasn't been the same since losing 8
dfosterf (12-May) : Sean Clifford would probably disagree
dfosterf (12-May) : Canuck Cannon. Got a very good feeling about this
Zero2Cool (12-May) : Tom Pelissero also reports what bboy stated
bboystyle (12-May) : The Green Bay Packers on Monday signed Taylor Elgersma, the Canadian-born quarterback who tried out at the team’s rookie camp last weekend
beast (12-May) : There were reports four days ago that the Packers were signing QB Taylor Elgersma, but no official action since
Zero2Cool (12-May) : And for Ian Rapoport to announce Saints send 1st and 2nd rounder to Packers for Malik Willis.
dfosterf (12-May) : *Elgersma*
dfosterf (12-May) : Today would be a good day to discover the Pack signed Taylor Engersma, the Canadian QB
Zero2Cool (11-May) : It wasn't. He simply wanted his money back. They refused. Cops came. They gave him his money in end.
dfosterf (11-May) : Fortunately it doesn't sound like a big deal
Zero2Cool (10-May) : Elgton Jenkins Involved In Strip Club Dispute ... Cops Called To Mitigate
Zero2Cool (10-May) : Derek Carr retires. Shoulder must be bad.
Zero2Cool (10-May) : Packers Pro Shop is not currently printing Golden #22 jerseys ā€œuntil his number is confirmed after Training Camp.ā€
greengold (9-May) : My impression is he's a Peruvian soccer fan not a bares fan.
Martha Careful (9-May) : Favored Illinois Bishop?
beast (9-May) : Technically, the I in FIB stands for Italian now, Si?
dfosterf (8-May) : I never thought I'd live long enough to call a pope a FIB, but here we are
Martha Careful (8-May) : Chicago produces a pope before it produces a 4000 yard passing quarterback
wpr (8-May) : HAHAHA Mucky Comment of the day.
Mucky Tundra (8-May) : According to reports, Mel Kiper is furious that Sanders wasn't selected as the new Pope
Zero2Cool (8-May) : Time taken to get picked:
Zero2Cool (8-May) : New Pope: 2 days | Shedeur Sanders: 3 days
Zero2Cool (8-May) : Collin Whitchurch @cowhitchurch Ā· 1h Chicago got a pope before it got a QB to throw for 4,000 yards in a season.
Mucky Tundra (8-May) : New Pope from Chicago; in other words, the city produced a Pope before a 4000 yard passer
beast (7-May) : My first name starts with R and my beer belly is quite voluptuous! Thank you for noticing šŸ˜
Zero2Cool (7-May) : beast, you're just one R from being voluptuous.
Zero2Cool (7-May) : And now some Packers blogger is like Doubs to Steelers makes sense!!!!
Zero2Cool (7-May) : You saw me Tweet???
beast (7-May) : Supposedly Steelers will be trading WR George Pickens to the Cowboys for a 3rd and late round pick swap
Zero2Cool (5-May) : Ravens release Justin Tucker, err D. Watson Jr?
Zero2Cool (5-May) : Cardinals have signed TE Josiah Deguara.
Zero2Cool (5-May) : If I were to "Google" it, then I wouldn't read it in your words.
Martha Careful (5-May) : Yes, in the military S2’s work on IPB, PERCEC, PHYSEC and IO
dfosterf (4-May) : FYI civilian companies swipe the S2 designation from the military. S2 is the intelligence branch up to brigade level. G2 is division level.
dfosterf (4-May) : Google it. Make sure to tack NFL on it or you will get the military meaning
Zero2Cool (4-May) : S2?
beast (4-May) : Seems like the S2 has a love/hate relationship with professional scouts.
beast (4-May) : In theory, the S2 test how quickly a QBs brain can solve game like issues and how quickly they can do it.
dfosterf (4-May) : Are you gentlemen and at least one lady familiar with the S2 cognition
Please sign in to use Fan Shout
2024 Packers Schedule
Friday, Sep 6 @ 7:15 PM
Eagles
Sunday, Sep 15 @ 12:00 PM
COLTS
Sunday, Sep 22 @ 12:00 PM
Titans
Sunday, Sep 29 @ 12:00 PM
VIKINGS
Sunday, Oct 6 @ 3:25 PM
Rams
Sunday, Oct 13 @ 12:00 PM
CARDINALS
Sunday, Oct 20 @ 12:00 PM
TEXANS
Sunday, Oct 27 @ 12:00 PM
Jaguars
Sunday, Nov 3 @ 3:25 PM
LIONS
Sunday, Nov 17 @ 12:00 PM
Bears
Sunday, Nov 24 @ 3:25 PM
49ERS
Thursday, Nov 28 @ 7:20 PM
DOLPHINS
Thursday, Dec 5 @ 7:15 PM
Lions
Sunday, Dec 15 @ 7:20 PM
Seahawks
Monday, Dec 23 @ 7:15 PM
SAINTS
Sunday, Dec 29 @ 3:25 PM
Vikings
Sunday, Jan 5 @ 12:00 PM
BEARS
Recent Topics
6h / Random Babble / bboystyle

7h / Green Bay Packers Talk / beast

15h / Green Bay Packers Talk / nyrpack

18h / Green Bay Packers Talk / Zero2Cool

19h / Green Bay Packers Talk / wpr

13-May / Green Bay Packers Talk / beast

13-May / Green Bay Packers Talk / beast

13-May / Green Bay Packers Talk / wpr

12-May / Green Bay Packers Talk / beast

12-May / Around The NFL / beast

12-May / Random Babble / Zero2Cool

9-May / Green Bay Packers Talk / Martha Careful

9-May / Green Bay Packers Talk / Zero2Cool

8-May / Green Bay Packers Talk / wpr

6-May / Green Bay Packers Talk / wpr

Headlines
Copyright Ā© 2006 - 2025 PackersHome.comā„¢. All Rights Reserved.