The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Borgs' [BB Code] Pack For vB 4.0.2+ Details »» | |||||||||||||||||||||||||||
Borgs' [BB Code] Pack For vB 4.0.2+ This is an update to the BB codes mod called Borgs' [BB Code] Pack - Signs, User, Divider, Search Tags, Float Images, which can be found here:https://vborg.vbsupport.ru/showthread.php?t=103257 Kudos to borgs8472 for the original mod and for his permission to get these updated for vBulletin 4.0.+ I have made tweaks to most of the codes to make them a bit nicer from the originals and I have added a some new ones. Two codes are not included with this update:
Custom BB Codes -> BB Code Manager -> Add New BB Code or Custom BB Codes -> Add New BB Code Where you see '-->>' in the instructions, this is to show you an example of the output of using the code. Do not copy that data into your bbcode form. Also, the BB codes holding signs are transparent so they should work with most backgrounds. I have tested these in Firefox & Internet Explorer and vBulletin version 4.0.2pl1. These should work with earlier version of vBulletin, your mileage may vary. All images in the images folder in the attached "Borgs BB Codes.zip" file go into /images/borgs_bbcode/ under your Forums root folder. What BB Codes are included? The sign tags can also hold other smilies. Just add :name of smiley: (smiley name between colons) in the box when you make your tag in a post. Sign Tag A quirky little smiley holding a sign with words you supply. Example -->> ------------------------------------------------------------- Devil Sign Tag A devil smiley holding a sign with your words. Example -->> ------------------------------------------------------------- Mouse Sign Tag A mouse smiley holding a sign with your words. Example --> ------------------------------------------------------------- Mad Sign Tag An angry smiley holding a sign with your words. Example --> ------------------------------------------------------------- Banana Sign Tag A banana smiley holding your sign. Example --> ------------------------------------------------------------- Bubble Sign Tag A speech bubble over your smiley. Example --> ------------------------------------------------------------- Strike Through Strike out text with a line through the middle. Example --> ------------------------------------------------------------- Google Tag A link to Google for the word you select. Example --> ------------------------------------------------------------- Wikipedia Tag A link to Wikipedia for the word you select. Example --> ------------------------------------------------------------- Float Left Float an image to the left of your text and the text wraps around the image. Example --> ------------------------------------------------------------- Float Right Float an image to the right of your text and the text wraps around the image. Example --> ------------------------------------------------------------- Ebay Search eBay for the word you select. Example --> ------------------------------------------------------------- Marquee Make your text scroll across the screen in your post. ------------------------------------------------------------- Horizontal Dividers Horizontal dividers from 25% to 100% width ------------------------------------------------------------- Highlight Text Choose the color for highlighting your text. Example --> ------------------------------------------------------------- Glowing Text Glowing text that works in both IE and Firefox. Example --> ------------------------------------------------------------- Spoiler Hide text until mouseover. ------------------------------------------------------------- Drop Caps Mark the first letter in a paragraph and set it's size and style. Text will flow around it. Example --> -------------------------------------------------------------- Version 1.0.4 Added:
Added:
Added:
Added:
If you install these tags, please rate it and click install Download Now
Show Your Support
|
Comments |
#42
|
||||
|
||||
Quote:
During an upgrade the whole server tanked. It should be back up shortly. Sorry bout that :/ |
#43
|
|||
|
|||
Hello great mod! Nominated and installed!
Question though. All of these work for me except "Highlight" and "Glow". I'm guessing I have to modify these (ie. color) to get them to work? How do I do this? (sorry Im a computer nerd). Thanks again this is great. |
#44
|
||||
|
||||
Use the syntax:
Code:
[hl=yellow]Your Text Here[/hl] and [glow=red]Your Text Here[/glow] Or you can click the button on the toolbar and a popup will show where you input your color. |
#45
|
|||
|
|||
Thank you!
|
#46
|
|||
|
|||
Installed these, I really like 'em!
One issue I have though is on things where you enter text like Google, Wikipedia or Ebay. You can't enter multiple words. If you do, it only uses the first one. The way I got around this is by using a %20 for the space, which makes it work, but the text on the page looks crappy because it displays the %20 as literal text (as it should), but the %20 works for a space in URL encoding. Anyway, not sure how (or if) it's possible to work around it, but I don't know how. =) otherwise, all good stuff, thank you for sharing! |
#47
|
||||
|
||||
tagged for future installation.
really nice job ty. would be very nice to add [you] code (example : Hi [you], I would like to find you bbcode in this gorgeous compilation!) something similar to the archived you replace product by Boofo. Is that possible? |
#48
|
|||
|
|||
Can you add the Table BBCode to be used with Vb ?? This is the actual code for SMF...
Code:
<operation> <search position="replace"><![CDATA[ 'table' => array('code' => 'table', 'before' => '[table]', 'after' => '[/table]', 'description' => $txt[436]), 'tr' => array('code' => 'td', 'before' => '[tr]', 'after' => '[/tr]', 'description' => $txt[449]), 'td' => array('code' => 'td', 'before' => '[td]', 'after' => '[/td]', 'description' => $txt[437]),]]></search> <add><![CDATA[ 'tabletrtd' => array('code' => 'tabletrtd', 'before' => '[table]\n[tr]\n[td]', 'after' => '[/td]\n[/tr]\n[/table]', 'description' => $txt[436]), 'tr' => array('code' => 'td', 'before' => '[tr]\n[td]', 'after' => '[/td]\n[/tr]', 'description' => $txt[449]), 'td' => array('code' => 'td', 'before' => '[td]', 'after' => '[/td]', 'description' => $txt[437]),]]></add> </operation> </file> <file name="$sourcedir/Subs.php"> <operation> <search position="replace"><![CDATA[ 'before' => '<table style="font: inherit; color: inherit;">',]]></search> <add><![CDATA[ 'before' => '<table style="font: inherit; color: inherit;" class="table_bbc">',]]></add> </operation> </file> <file name="$themedir/style.css"> <operation> <search position="end" /> <add><![CDATA[ /* Table Plus BBCodes */ .table_bbc { border-spacing: 2px; background: #88A6C0 url(images/catbg.jpg) repeat-x } .table_bbc td { padding: 5px; background: #E9F0F6 url(images/titlebg.jpg) repeat-x 0 -17px } ]]></add> </operation> </file> </modification> Code:
<operation> <search position="replace"><![CDATA[ 'table' => array('code' => 'table', 'before' => '[table]\n[tr]\n[td]', 'after' => '[/td]\n[/tr]\n[/table]', 'description' => $txt['table']),]]></search> <add><![CDATA[ 'tabletrtd' => array('code' => 'tabletrtd', 'before' => '[table]\n[tr]\n[td]', 'after' => '[/td]\n[/tr]\n[/table]', 'description' => $txt['table']), 'tr' => array('code' => 'tr', 'before' => '[tr]\n[td]', 'after' => '[/td]\n[/tr]', 'description' => $txt['table_tr']), 'td' => array('code' => 'td', 'before' => '[td]', 'after' => '[/td]', 'description' => $txt['table_td']),]]></add> </operation> </file> <file name="$themedir/style.css"> <operation> <search position="end" /> <add><![CDATA[ /* Table Plus BBCodes */ .bbc_table { border-spacing: 2px; background: #88A6C0 url(images/catbg.jpg) repeat-x } .bbc_table td { padding: 5px; background: #E9F0F6 url(images/titlebg.jpg) repeat-x 0 -17px } ]]></add> </operation> </file> </modification> |
#49
|
|||
|
|||
This one works for vBulletin 4.x (except don't use the sortable.js sorting feature):
https://vborg.vbsupport.ru/showthread.php?t=107985 |
#50
|
||||
|
||||
I tried to use the Highlight today and both Firefox and Chrome ask me "Please enter the option for your [HL] tag:". Okay, but I can't see anywhere to explain to people they're supposed to enter a color here. The flyout just says "Wrap HL tags around selected text".
Does anyone know how I can add an explanation or, barring that, just set it to yellow? |
#51
|
|||
|
|||
Thanks saved some work!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|