Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Various Unusual BB Code (and Definition List) Details »»
Various Unusual BB Code (and Definition List)
Version: 1.5, by cheat-master30 cheat-master30 is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: BB Code Enhancements - Version: 3.6.x Rating:
Released: 06-22-2007 Last Update: Never Installs: 23
 
No support by the author.

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:

Code:
[Definition]
Replacement:
Code:
<dl>{param}</dl>
Example:

Code:
[Definition][Defineobject=PHP]A scripting language used for interactive features such as forums online[/Defineobject][/Definition]
Description:

Use this to insert the definition titles and actual definitions.

Definition Entry (only use with definition list)

Code to use:

Code:
Defineobject
Replacement:

Code:
<dt><b>{option}</b></dt>
<dd>{param}</dd>
Example:

Code:
[Defineobject=PHP]A scripting language used for interactive features such as forums online[/Defineobject]
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:

Code:
h
Replacement:

Code:
<h{option}>{param}</h{option}>
Example:

Code:
[h=1]This is a heading[/h]
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:


Code:
<a href="http://www.google.com/search?hl=en&q={param}">{param}</a>
Example:

Code:
[google]Nintendo[/google]
To use with Ask Jeeves, use this replacement for the replacement part in BB code manager:

Code:
<a href="http://uk.ask.com/web?q={param}">{param}</a>
For Wikipedia, use this for the replacement:

Code:
<a href="http://en.wikipedia.org/wiki/{param}">{param}</a>
To use Lycos, use this for a replacement:

Code:
<a href="http://search.lycos.com/?query={param}&x=0&y=0">{param}</a>
To use Yahoo, use this as a replacement:

Code:
<a href="http://search.yahoo.com/search?p={param}&fr=yfp-t-501&toggle=1&cop=mss&ei=UTF-8&vc=&fp_ip=UK">{param}</a>
To use the Internet Archive, use this as a replacement:

Code:
<a href="http://web.archive.org/web/*/{param}">{param}</a>
You can use each one as a different code if you wish.

Right to left

Changes text direction.

Tag:

rtl

Replacement:

Code:
<bdo dir="rtl">{param}</bdo>
Example:

Code:
[rtl]This is weird[/rtl]
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:

Code:
<sub>{param}</sub>
Example:

Code:
[sub]test[/sub]
Description:

Make text that floats slightly below the main text.

Sup Script

Tag:

sup

Replacement:

Code:
<sup>{param}</sup>
Example:


Code:
3[sup]3[/sup]
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:

Code:
<hr /><p>{param}</p>
Example:
Code:
[hr]text[/hr]
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:
Code:
<span class="Spoiler">{param}</span>
In CSS, add:
Code:
.Spoiler {background: white; color: white; outline: 1px solid black;}

Example:


Code:
[spoiler]There is a Shroob Princess in the Cobalt Star in Mario and Luigi 2[/spoiler]
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:

Code:
<span style="text-decoration: blink">{param}</span>

Example:


Code:
[blink]text[/blink]
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:

Code:
<a href="glossary.php?do=listglossary&c=1&ltr={param}&pp=0">{param}</a>
Example:

Code:
[glossary]A[/glossary]
Description:

Use this to link to a glossary category.

Definition

Tag:

def

Replacement:

Code:
<dfn title="{option}">{param}</dfn>
Add in CSS:

Code:
dfn {font-weight: bold; background: gold; cursor: help; }
Example:

Code:
[def=A popular games company]Nintendo[/def]
Description:

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

Strike Through

tag:

strike

Replacement:

Code:
<span class="linethrough">{param}</span>
in CSS:

Code:
.linethrough {text-decoration: line-through; }
Example:

Code:
[strike]Line is crossed out[/strike]
Description:

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

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-23-2007, 04:07 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

More BB Code


Overline


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

Tag:

overline

Replacement:


Code:
<span class="overline">{param}</span>
In CSS add:

.overline {text-decoration: overline; }

Example:

Code:
[overline]This text is overlined[/overline]

Description:


Use this to overline text, whatever that is.

Lower Case Text


This turns all text within tags to lower case.

Tag:

lowercase

Replacement:

Code:
<span class="lower">{param}</span>
Put this in your CSS stylesheets:

Code:
.lower {text-transform: lowercase; }
Example:

Code:
[lowercase]THIS IS TEXT![/lowercase]
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:

Code:
<span class="Capital">{param}</span>
Put this in CSS:

Code:
.Capital {text-transform: uppercase; }

Example:


Code:
[allcaps]This is some capital text[/allcaps]
Description:

Use to capitalise all text selected.

Small Capital Letters


Tag:

smallcaps

Replacement:

Code:
<span class="smallcaps">{param}</span>
Add in CSS:
Code:
.smallcaps {font-variant: small-caps; }
Example:

Code:
[smallcaps]This is in small caps[/smallcaps]
Description:

This turns all lower case text between the tags into small upper case letters. Weird but cool.
Reply With Quote
  #3  
Old 06-23-2007, 04:17 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Miscellaneous BB Code (either non standard, non semantic or overdone codes)

No Follow Links

Tag:

nofollow

Replacement:

Code:
<a href="{option}" rel="nofollow">{param}</a>
Example:


Code:
[nofollow=http://google.com]Non indexable Google Link[/nofollow]
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:

Code:
<samp>{param}</samp>
Example:
Code:
[samp]This is the sample output from a PHP String.[/samp]
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:

Code:
<marquee>{param}</marquee>
Example:

Code:
[move]Moving text example[/move]
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:


Code:
<abbr title="{option}">{param}</abbr>

Example:

Code:
[Abbrieviate=DS Ultimate]DSU[/Abbrieviate]
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:

Code:
<span class="flipv">{param}</span>
In CSS:

Code:
.flipv {
filter: flipv;
}
Example:

Code:
[flipv]Text goes here[/flipv]
Description:

Use to post upside down text in posts.

Flip Horizontal


Tag:

fliph

Replacement:

Code:
<span class="fliph">{param}</span>
In CSS:

Code:
.fliph {
filter: fliph;
}
Description:

Use to flip text horizontally.

Notes: Best to use the 'Right to left BB code, that's standards compliant.
Reply With Quote
  #4  
Old 06-23-2007, 07:05 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Reply With Quote
  #5  
Old 06-23-2007, 11:49 PM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 06-24-2007, 03:33 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice = Thanx

Jacquii.
Reply With Quote
  #7  
Old 06-24-2007, 09:02 AM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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.
Reply With Quote
  #8  
Old 06-24-2007, 05:12 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This modification has been updated with two new BB codes, one is for spoilers, the other horizontal lines in posts.
Reply With Quote
  #9  
Old 06-24-2007, 07:05 PM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you take screenshots?
Reply With Quote
  #10  
Old 06-24-2007, 07:14 PM
cheat-master30's Avatar
cheat-master30 cheat-master30 is offline
 
Join Date: Mar 2007
Location: Information Classified
Posts: 1,715
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by EvilAkuma View Post
Can you take screenshots?
Yes, very easily. I can probably take screenshots now.
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 01:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04813 seconds
  • Memory Usage 2,358KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (61)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete