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
Borgs' [BB Code] Pack - Signs, User, Divider, Search Tags, Float Images Details »»
Borgs' [BB Code] Pack - Signs, User, Divider, Search Tags, Float Images
Version: 1.1, by Borgs8472 Borgs8472 is offline
Developer Last Online: Jan 2008 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.2 Rating:
Released: 12-18-2005 Last Update: 12-26-2005 Installs: 507
Template Edits
 
No support by the author.

Well no one else will start a bbcode archive, so I'll do it myself!

I love bbcodes, bits of HTML joy that are often really lacking a most fora. I have made several in my time, some I have seen mentioned in passing at vb.org but never pinned down so I'm going to do these myself!

All of the following codes are added in your admincp under:
Custom BB Codes -> BB Code Manager -> Add New BB Code
or
Custom BB Codes -> Add New BB Code

Where I have typed '-->>' this is to show you an example of the output of using the code. Do not copy that data into your bbcode form.

All tags are tested in IE and Firefox - none of these 'IE only' rubbish tags

Credit to the following sign tags (well at least the first one) goes out to Hoffi in this thread which appeared ages ago when there was a separate vbtemplates site.
Quote:
SIGN TAG
Upload attached schildhalter.gif to your images folder or wherever you like
Title: Sign
Tag: s
Replacement:
Code:
<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td align="center" style="background-color: White; border: 1px solid Black; padding: 1px;"><FONT COLOR="Black"><normalfont>{param}</normalfont></FONT>
		</td>
	</tr>
	<tr>
		<td align="center">
		<img src="/images/schildhalter.gif" alt="" border="0">
		</td>
	</tr>
</table>
Example: [ s ]Look at me![/ s ] -->>
Description: Wrap your text with a cynical looking smiley holding a sign.
Use {option}: No
Button Image: /images/s-tag.gif
NB - remove the spaces around the example [ s ], there is a conflict here with vb.org 's' bbcode
Quote:
DEVIL SIGN TAG

Upload attached devilsign.gif to your images folder or wherever you like
Title: Devil Sign
Tag: evil
Replacement:
Code:
<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td align="center" style="background-color: Red; border: 1px solid Black; padding: 1px;"><FONT COLOR="White"><normalfont>{param}</normalfont></FONT>
		</td>
	</tr>
	<tr>
		<td align="center">
		<img src="/images/devilsign.gif" alt="" border="0">
		</td>
	</tr>
</table>
Example: [evil]He's so evil![/evil] -->>
Description: Wrap your text with a devil smiley for those evil thoughts.
Use {option}: No
Button Image: /images/evil-tag.gif
The following image was designed by vb.org's very own Boofo and was once his site mascot! We love the mouse!
Quote:
MOUSE SIGN TAG

Upload attached mouse.png to your images folder or wherever you like
Title: Mouse
Tag: mouse
Replacement:
Code:
<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td align="center" style="background-color: White; border: 1px solid Black; padding: 1px;"><FONT COLOR="Black"><normalfont>{param}</normalfont></FONT>
		</td>
	</tr>
	<tr>
		<td align="center">
		<img src="/images/mouse.png" alt="" border="0">
		</td>
	</tr>
</table>
<!-- courtesy of Boofo -->
Example: [mouse]Duh huh![/mouse]-->>
Description: Act like a silly old mouse
Use {option}: No
Button Image: /images/mouse-tag.gif
Quote:
MAD SIGN TAG

Upload attached mad.gif to your images folder or wherever you like
Title: Mad
Tag: mad
Replacement:
Code:
<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td align="center" style="background-color: White; border: 1px solid Black; padding: 1px;"><FONT COLOR="Black"><normalfont>{param}</normalfont></FONT>
		</td>
	</tr>
	<tr>
		<td align="center">
		<img src="/images/mad.gif" alt="" border="0">
		</td>
	</tr>
</table>
Example: [mad]RABBLE RABBLE RABBLE![/mad]-->>
Description: Rouse the mob!
Use {option}: No
Button Image: /images/mad-tag.gif
Quote:
BANANA SIGN TAG

Upload attached banana_sign.gif to your images folder or wherever you like
Title: Banana Sign
Tag: banana
Replacement:
Code:
<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td align="center" style="background-color: White; border: 1px solid Black; padding: 1px;"><FONT COLOR="Black"><normalfont>{param}</normalfont></FONT>
		</td>
	</tr>
	<tr>
		<td align="center">
		<img src="/images/banana_sign.gif" alt="" border="0">
		</td>
	</tr>
</table>
Example: [banana]:banana:[/banana]-->>
Description: Bananas holding bananas?
Use {option}: No
Button Image: /images/banana-tag.gif
Someone on vb.org told me this one. Whoever you are, thanks!
Quote:
USER TAG

Title: User
Tag: user
Replacement:
Code:
<b><a href="member.php?do=getinfo&username={param}">{param}</a></b>
Example: [user]Borgs8472[/user] -->> Borgs8472
Description: Wrap these tags to make a quick link to a user's profile anywhere at all.
Use {option}: No
Button Image: Not created
If this makes no sense to you, don't worry! It can obviously be customised with images of your choice!. But for those who wish to be enlightened about pie:
http://www.weebl.jolt.co.uk/
Quote:
PIE TAG

You must upload the attached images under /images/pie/
Title: Pie
Tag: pie
Replacement:
Code:
<table cellpadding="0" cellspacing="0">
   <tr>
       <td width="60"></td>
       <td><img src="/images/pie/1.gif"></td>
       <td style="background-image: url('/images/pie/2.gif')"></td>
       <td><img src="/images/pie/3.gif"></td>
   </tr>
   <tr>
       <td width="60"></td>
       <td style="background-image: url('/images/pie/4.gif')"></td>
       <td bgcolor=white>{param}</td>
       <td style="background-image: url('/images/pie/5.gif')"></td>
   </tr>
   <tr>
       <td width="60"></td>
       <td><img src="/images/pie/6.gif"></td>
       <td style="background-image: url('/images/pie/7.gif')"></td>
       <td><img src="/images/pie/8.gif"></td>
   </tr>
</table>
<img src="/images/pie/weebl.gif">
Example: [pie]mmm pie![/pie] -->>


Description: Talk like Weebl and Bob!
Use {option}: No
Button Image: /images/weebltag.gif

Quote:
STRIKETHROUGH

Title: Strikethrough
Tag: -
Replacement:
Code:
<strike>{param}</strike>
Example: [-]censored![/-] -->> [s]censored![/s]
Description: Wrap these tags to used strikethrough text.
Use {option}: No
Button Image (Optional): /images/strikethrough.gif -->>
Ever tire of arguments where the other party say 'what was that'? Every tire of telling to to f'ing google it? Wrap the google tag around keywords in your argument and shut them up!
Quote:
GOOGLE

Title: Google
Tag: google
Replacement:
Code:
<a href="http://www.google.com/search?&q={param}">{param}</a>
Example: [google]torrentforge[/google] -->> torrentforge
Description: Quick Links to google things!
Use {option}: No
Button Image (Optional): /images/google.gif
Again, too lazy to search in another window while you make a post? Just wrap these tags and have others do your research for you!
Quote:
WIKIPEDIA

Title: Wikipedia
Tag: wiki
Replacement:
Code:
<a href="http://en.wikipedia.org/wiki/{param}">{param}</a>
Example: [wiki]wikipedia[/wiki] -->> wikipedia
Description: Links to facts and dates without a seperate search!
Use {option}: No
Button Image (Optional): /images/wikipedia.gif
Good for long posts and portals especially, have images that text can wrap around!
Quote:
FLOAT LEFT

Title: Float Left
Tag: imgl
Replacement:
Code:
<div style="float: left"></div>
Example:
Description: Float and image to the left, wrap text around it!
Use {option}: No
Button Image (Optional): /images/imgl.gif
Quote:
FLOAT RIGHT

Title: Float Right
Tag: imgr
Replacement:
Code:
<div style="float: right"></div>
Example:
Description: Float and image to the right, wrap text around it!
Use {option}: No
Button Image (Optional): /images/imgr.gif
Quote:
EBAY

Title: eBay
Tag: ebay
Replacement:
Code:
<a href="http://search.ebay.com/{param}">{param}</a>
Example: [ebay]Dodge Charger[/ebay]-->> Dodge Charger
Description: Links to search on eBay with search words or directly to item with item number.
Use {option}: No
Button Image (Optional): /images/ebaytag.gif
Quote:
MARQUEE

Title: marquee
Tag: marquee
Replacement:
Code:
<marquee>{param}</marquee>
Example: [marquee]Annoying Scrolling text![/marquee]-->> {it's that animated text scrolling by default from right to left}
Description: Highlight annoncements etc with scrolling text!
Use {option}: No
Button Image (Optional): Not yet created
The following code is done by replacement variables. Go to style manager in your admincp, on the drop down box of your parent most style, choose 'Replacement Variables' Select 'Add New Replacement Variable'
Quote:
HORIZONTAL DIVIDER


Search for Text: ---
Replacement:
Code:
<hr>
Example:
[hr]whatever[/hr]
Button Image (Optional): Not yet created (would require a little custom coding too)
This is a very useful tag I made for my forum. What it does it takes a large image, e.g. a wallpaper or screenshot and stretches it to take up 100% of the avalible width. It then makes the image a link to the full version.

This stops the syndrome where you'd have either loads of oversized images, or loads of links. Also since the full version is loaded first time, when you click the link the full image loads instantly

Quote:
100 TAG
Title: 100
Tag: 100
Replacement:
Code:
<a href="{param}"><img width="100%" src="{param}" border="0"></a>
Example: [100]<path to image here>[/100] here's a thread on my forum where you can see it in action
Description: An image taking up 100% of the width of the page, click for full version
Use {option}: No
Button Image: not created
Only problem with this system as it stands is that it will occasionally make large images larger for people viewing on a very large resolution which can potentially make an image worse to look at. There are no plans to fix this yet as it would a totally different hack otherwise beyond my capabilities.

Another great benefit of this is it eliminates the moderator/administrator effort to police images that are too wide for people's screens, wrap this code and you'll never have that problem.

I might release 'variations' on this theme if people like. For example the hyperlink to full version may prevent other hyperlinks which may be a problem in some cases so you might use a version without the <a href... but I'm sure people can figure this out for yourselves.

You might want to use alternative tags like [largeimage] or [wide] or [fit] or something rather than [100]. I chose [100] because it's short, and it reminds me it fits the image to 100% width whatever happens. See attachment for what this looks like.

Well that's all folks. Get back to me on any mistakes if you want. This post took a long time to prepare as you might imagine!

If you install any of these tags, please click install

*****

Update: 27th December '05 -> Added a lot more button images, as well as fixed some old button images.
Thanks to dodgechargerfan for the ebay tag
Update: 11th March '06 -> Added the maquee tag, I mean why not?
Update: 24th March '06 -> Added the <hr> replacement variable type tag
Updated: 2nd October '6 -> Merged in my oversized image code

Show Your Support

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

Comments
  #52  
Old 02-25-2006, 05:48 PM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ ^
Good point. Has anyone got one to hand so I can see how the referal system works and intergrate it here?
Reply With Quote
  #53  
Old 02-26-2006, 05:42 AM
djwins djwins is offline
 
Join Date: Jan 2005
Posts: 167
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried using Float Right and it wound up pulling up my signature into my post!!!
Reply With Quote
  #54  
Old 02-26-2006, 10:05 AM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ ^
It's true it does that. I find it quite cool at times as it will drop post pictures into sig space too. If someone can think of a way of avoiding that, I'd be interested of course.
Reply With Quote
  #55  
Old 02-26-2006, 02:09 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Borgs8472
^ ^
Good point. Has anyone got one to hand so I can see how the referal system works and intergrate it here?

Here is the format, at least for direct product links:

http://www.amazon.com/exec/obidos/ASIN/aaaaaaaa/ref=nosim/bbbbbbbb/

Where aaaaaaaa is the ASIN or ISBN of the product
...and bbbbbbbb is the business's Amazon Associate code.


Examples:

http://www.amazon.com/exec/obidos/AS...osim/appleink/

http://www.amazon.com/exec/obidos/AS...osim/appleink/


Products found/purchased from a search get a different (smaller) commission than ones found with a direct link. Here are some basic link strategies for the Amazon Associates program:

http://www.amazon.com/exec/obidos/su...904450-6148904
Reply With Quote
  #56  
Old 03-01-2006, 11:23 AM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ ^
I couldn't find a satisfactory way for doing this myself, however amykhar made a hack to add you associate id:
https://vborg.vbsupport.ru/showthread.php?t=92444

Used in conjunction with the one suggested by Daniel it could be rather effective
Reply With Quote
  #57  
Old 03-01-2006, 12:52 PM
QueenBee's Avatar
QueenBee QueenBee is offline
 
Join Date: Jan 2006
Location: On Cloud 9
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by QueenBee
i dont quite get what this does, could someone tell me if this will do something on hover of certain text. like give definitions.

like if someone puts LOL in a post, u can hover and it says laugh out loud? im looking for this and this post came up in my searching

thanks
anyone please? :ermm:
Reply With Quote
  #58  
Old 03-01-2006, 01:13 PM
Tefra's Avatar
Tefra Tefra is offline
 
Join Date: Mar 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i attached two images for the Float Images bbcodes , i like them more and they align better in the editor.

Cheers Tefra
Reply With Quote
  #59  
Old 03-11-2006, 12:57 PM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ ^
pretty nice. If people reply to this thread saying they like your images more, I might replace my images with those or have both.

In the mean time, I've added the silly marquee tag just for the hell of it.
Reply With Quote
  #60  
Old 03-14-2006, 01:12 AM
ImportPassion ImportPassion is offline
 
Join Date: Mar 2002
Location: Gilbert, AZ
Posts: 605
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

u should add this and any others on the site

https://vborg.vbsupport.ru/showthrea...ghlight=bbcode
Reply With Quote
  #61  
Old 03-14-2006, 10:00 AM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^ ^
well it's a recent 3.5 one with its own thread. When we get the hack database, I will be lobbying for a 'bbcode' field as a possible hack identifer however, which apply to both my stuff and the thread you just posted.
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 06:28 AM.


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.05153 seconds
  • Memory Usage 2,356KB
  • Queries Executed 25 (?)
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
  • (16)bbcode_code
  • (18)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
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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