Register Chat Members List Search Today's Posts Mark Forums Read

Reply
 
Mod Options
Various Unusual BB Code (and Definition List) Details »»
Various Unusual BB Code (and Definition List)
Mod Version: 1.5, by cheat-master30 (Coder/Designer) cheat-master30 is offline
Developer Last Online: Feb 2010 Show Printable Version Email this Page

vB Version: 3.6.x Rating: (5 votes - 4.40 average) Installs: 25
Released: 23 Jun 2007 Last Update: Never Downloads: 4
Supported  

This modification is not a modification in the sense it requires actual template modifications, but nor is it an add on product in that it uses what is already in vBulletin, as in the BB code manager. This is simply a collection of BB code for features not found online often, and that use standards compliant, semantic code to add curious codes that may come in handy sometimes.

Updates:

1.9- Thanks to a contributor, I added editor buttons for most BB codes.1.8- Added strike through BB code.
1.7- Added a new code (definition) which looks awesome.
1.6- Tried a new code (Internet Explorer only, see post 3.

1.5- Updated Definition List codes. New one allows infinite child items and is perfectly XHTML valid. Also has bold headings.

1.4- Added glossary link code and blink code (plus instructions on how to block blinking text in Firefox

1.3- Forgot to add css for overline in second post.

1.2- Added some other sites to the search link code

1.1- Added horizontal rule and Spoiler code

1.0- Release BB Code

Support:

None needed

Notes:

Works in any version with custom BB code as an option. Tested in vBulletin 3.6.4, 3.6.5, 3.6.6 and 3.6.7 PL1.

Definition List

This allows users to insert a definition list in their posts, and when used with the definition entry BB code, has a wide range of uses.

Code to use:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replacement:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use this to insert the definition titles and actual definitions.

Definition Entry (only use with definition list)

Code to use:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:


Use this to add more definitions to a definition list.

Heading

Use this to add heading tags of types 1 to 6 in posts. Semantic titles without using bold formatting or italics and that show the level of heading to screen readers and the like.

Tag:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use this to insert a semantically correct heading into the document by modifying the text you want made into a bold, large heading. This is good semantics for headings in guides and FAQs.

Google Search:

Use this to link to Google for the specified term. I also attached a modified one which replaces Google with Ask Jeeves. Can also be used for any search engine online if you know how to edit the code.

Tag:

Google


Replacement:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

To use with Ask Jeeves, use this replacement for the replacement part in BB code manager:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

For Wikipedia, use this for the replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

To use Lycos, use this for a replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

To use Yahoo, use this as a replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

To use the Internet Archive, use this as a replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

You can use each one as a different code if you wish.

Right to left

Changes text direction.

Tag:

rtl

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Turns the text from the right to left rather than left to right.

Sub Script

This is explanatory in the name.

Tag:

sub

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Make text that floats slightly below the main text.

Sup Script

Tag:

sup

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

This is for text floating slightly above, like how the 3 floated up and to the right of a number shows that it is cubed.

Horizontal Line


Tag:

hr

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use this to insert a horizontal line into your post with your highlighted content below it.

Note: The text between goes in the p tags under the line.

Spoiler Tag

Tag:

spoiler

Replacement:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

In CSS, add:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Example:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

You can use this to hide spoilers in games, movies and from TV shows by turning the text the same colour as the background.

Blinking Text

Tag:

blink

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Example:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

This allows you to have blinking text.

To disable blink in Firefox if favourite forums implements above code:

Type in about:config then set browser.blink_allowed so the value is false. No more blinking text.

Glossary Category Link:

Tag:

Glossary

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use this to link to a glossary category.

Definition

Tag:

def

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add in CSS:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use to post definitions, without a list, in your posts or signatures.

Strike Through

tag:

strike

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

in CSS:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use this to cross out words in a post. Or sentences. Or paragraphs.

Download Now

Only licensed members can download files, Click Here for more information.

Supporters / CoAuthors

Screenshots

Click image for larger version

Name:	morebbcode.jpg
Views:	595
Size:	79.9 KB
ID:	66039Click image for larger version

Name:	morevbcode.jpg
Views:	377
Size:	52.0 KB
ID:	66040Click image for larger version

Name:	overlineandpre.jpg
Views:	296
Size:	33.4 KB
ID:	66041Click image for larger version

Name:	dflistinpost.jpg
Views:	448
Size:	61.5 KB
ID:	66042Click image for larger version

Name:	picture1.jpg
Views:	373
Size:	85.6 KB
ID:	66045Click image for larger version

Name:	rtlandmore.jpg
Views:	354
Size:	88.7 KB
ID:	66046Click image for larger version

Name:	rtlinsig.jpg
Views:	561
Size:	65.7 KB
ID:	66047

Show Your Support

  • To receive notifications regarding updates -> Click to Mark as Installed.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Similar Mod
Mod Developer Type Replies Last Post
High Definition and Widescreen Youtube BB Code fattony69 vBulletin 3.7 Template Modifications 11 27 Apr 2009 22:53
Invisable User Definition assassingod vBulletin 2.x Full Releases 15 03 Feb 2003 05:30

Comments
  #2  
Old 23 Jun 2007, 18:07
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
More BB Code


Overline


Just as there is strike through and underlined text, this allows for overlined text in posts.

Tag:

overline

Replacement:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

In CSS add:

.overline {text-decoration: overline; }

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Description:


Use this to overline text, whatever that is.

Lower Case Text


This turns all text within tags to lower case.

Tag:

lowercase

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Put this in your CSS stylesheets:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Make all text uppercase:

Makes all selected text fully upper case. Does not stay upper case when copied to Notepad or any other text editor.

Tag:

allcaps

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Put this in CSS:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Example:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use to capitalise all text selected.

Small Capital Letters


Tag:

smallcaps

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Add in CSS:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

This turns all lower case text between the tags into small upper case letters. Weird but cool.
Attached Images
File Type: gif acro.gif (362 Bytes, 1803 views)
File Type: gif blink.gif (248 Bytes, 1800 views)
File Type: gif cap.gif (231 Bytes, 1778 views)
File Type: gif fliph.gif (173 Bytes, 1780 views)
File Type: gif flipv.gif (234 Bytes, 1776 views)
File Type: gif google.gif (246 Bytes, 1779 views)
File Type: gif head.gif (140 Bytes, 1776 views)
File Type: gif jeeves.gif (1.1 KB, 1763 views)
File Type: gif line.gif (158 Bytes, 1792 views)
File Type: gif low.gif (183 Bytes, 1762 views)
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.

Last edited by cheat-master30 : 27 Aug 2007 at 12:06.
Reply With Quote
  #3  
Old 23 Jun 2007, 18:17
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
Miscellaneous BB Code (either non standard, non semantic or overdone codes)

No Follow Links

Tag:

nofollow

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use this when linking to not liked sites to stop them getting page rank from the links from forum pages! Such as Cheat Code Central!

Sample Code Output:

Tag:

samp

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:

Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Allows you to show sample output from a code or program.

Marquee


WARNING: This code is not W3C Compliant! If you use, this will invalidate the FAQ page as standards compliant just as most video codes do, so encourage members NOT to use it in signatures and the like! It also does not work in some Netscape browsers.

Tag:


move

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:


Allows for the creation of moving text. Note, please keep moving text to a minimum as not only is it very annoying after a short time, but also not correct XHTML 1.0 coding, which will cause various topic pages and the FAQ to fail validation. Try not to place in signatures.

Abbrieviations

Tag:

Abbrieviate

Replacement:



Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.


Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use this for abbrieviations such as shortened forms of words and stuff.

Flip Vertical (theoretically works, not tested, only works in Internet Explorer)

Tag:

flipv

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

In CSS:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Example:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use to post upside down text in posts.

Flip Horizontal


Tag:

fliph

Replacement:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

In CSS:


Block Disabled:      (Update License Status)  
Suspended or Unlicensed Members Cannot View Code.

Description:

Use to flip text horizontally.

Notes: Best to use the 'Right to left BB code, that's standards compliant.
Attached Images
File Type: gif o_line.gif (185 Bytes, 1765 views)
File Type: gif rtl.gif (184 Bytes, 1769 views)
File Type: gif scroll.gif (234 Bytes, 1771 views)
File Type: gif small_cap.gif (173 Bytes, 1772 views)
File Type: gif spoiler.gif (145 Bytes, 1806 views)
File Type: gif strike.gif (275 Bytes, 1800 views)
File Type: gif sub.gif (367 Bytes, 1789 views)
File Type: gif sup.gif (152 Bytes, 1789 views)
File Type: gif wiki.gif (772 Bytes, 1770 views)
File Type: gif yahoo.gif (654 Bytes, 1766 views)
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.

Last edited by cheat-master30 : 27 Aug 2007 at 12:07.
Reply With Quote
  #4  
Old 23 Jun 2007, 21:05
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
Editor Buttons

Thanks to PapaSmurf, who is one of the members here, I now have editor buttons for most of the BB codes. Check this list for what buttons go with what:
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.

Last edited by cheat-master30 : 27 Aug 2007 at 12:21.
Reply With Quote
  #5  
Old 24 Jun 2007, 01:49
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Nice never thought of something like this. It would be nice if the definitions code linked to the glossary hack
Reply With Quote
  #6  
Old 24 Jun 2007, 05:33
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Real name: Jacquii Cooke
Nice = Thanx

Jacquii.
Reply With Quote
  #7  
Old 24 Jun 2007, 11:02
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
Originally Posted by rjmjr69 View Post
Nice never thought of something like this. It would be nice if the definitions code linked to the glossary hack
Can you give an example of the glossary hack in action on someone's forum? Because if it uses, or can be equipped with anchors in any way, this would be extremely easy to do.
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.
Reply With Quote
  #8  
Old 24 Jun 2007, 19:12
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
This modification has been updated with two new BB codes, one is for spoilers, the other horizontal lines in posts.
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.
Reply With Quote
  #9  
Old 24 Jun 2007, 21:05
EvilAkuma's Avatar
EvilAkuma EvilAkuma is offline
 
Join Date: Mar 2005
Real name: James
Can you take screenshots?
__________________
http://vb-spanish.com is releasing soon (help will be appericated).
Reply With Quote
  #10  
Old 24 Jun 2007, 21:14
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
Originally Posted by EvilAkuma View Post
Can you take screenshots?
Yes, very easily. I can probably take screenshots now.
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.
Reply With Quote
  #11  
Old 24 Jun 2007, 21:24
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Originally Posted by cheat-master30 View Post
This modification has been updated with two new BB codes, one is for spoilers, the other horizontal lines in posts.

Certainly use my test forum www.isosdcftp.com username test pass test
Reply With Quote
  #12  
Old 24 Jun 2007, 21:28
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
I am trying to attach images and the like, but it said:

'Jelsoft site not available'. If anyone needs an example, is rjmjr69's site using the codes? Oh, and if you hadn't obviously figured this out, anything I have made, codes, smilies, post icons is in use on my own site. Try the FAQ, and look for posts saying about 'BB code additions'.

Oh, and anyone want a modification I may be able to make where the search box is moved to the nav, vBulletin.org style (except without the fancy drop down)?
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.
Reply With Quote
  #13  
Old 24 Jun 2007, 21:56
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Originally Posted by cheat-master30 View Post
I am trying to attach images and the like, but it said:

'Jelsoft site not available'. If anyone needs an example, is rjmjr69's site using the codes? Oh, and if you hadn't obviously figured this out, anything I have made, codes, smilies, post icons is in use on my own site. Try the FAQ, and look for posts saying about 'BB code additions'.

Oh, and anyone want a modification I may be able to make where the search box is moved to the nav, vBulletin.org style (except without the fancy drop down)?

I get that error trying to make attachments and posts here often. Its a busy site just keep trying. And I am going to install the dictionary bbcode for you right now. Sorry I should have thought of that.
Reply With Quote
  #14  
Old 24 Jun 2007, 22:15
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Real name: cheat-master30
Oh, and to make it work with the glossary, there is a problem in that it would require the glossary to use anchors on the page. You could do a very limited one which went to pages for the terms starting with different letters, such as A, or B or whatever.
__________________
Proud vBulletin supporter (cheat-master30 at official forum)
DS Ultimate- A Great Nintendo DS forum-
My Nintendo DS forum covering Mario Kart DS, Super Mario 64 DS and the like. Powered by the amazing vBulletin 3.7 software.
Reply With Quote
  #15  
Old 24 Jun 2007, 22:32
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Originally Posted by cheat-master30 View Post
Oh, and to make it work with the glossary, there is a problem in that it would require the glossary to use anchors on the page. You could do a very limited one which went to pages for the terms starting with different letters, such as A, or B or whatever.
That would be just fine as well. Anything that makes the users lives easier is always a hit
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Mod Options

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


New To Site? Need Help?

All times are GMT. The time now is 16:28.

Layout Options | Width: Wide Color: