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

Reply
 
Thread Tools
World of warcraft blue post bbcode Details »»
World of warcraft blue post bbcode
Version: 1.00, by HellfireEu HellfireEu is offline
Developer Last Online: Nov 2021 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.7.3 Rating:
Released: 09-13-2008 Last Update: Never Installs: 26
Template Edits
Re-useable Code Additional Files  
No support by the author.

This bb code lets you post a message in your forums just like the blue post in wow official forums

Title: Blizzblue
Tag: blizz

Replacement:


Code:
Code:
<div class="blizzwrap"><div class="blizzinner">
<div class="blizzheader"><span></span></div>
<div class="blizzquote">{param}</div></div></div>
Example: [blizz]Text in here[/blizz]

Description: Blizzard style box

Use {option} No

Button Image (Optional) or use attached images/blizz/blizz_icon.gif

add the following css to your Additional CSS Definitions for your styles(found in style manager)
Code:
.blizzwrap {
padding: 10px 20px 10px 20px;
}
.blizzheader
{
color: #0099FF;
background-color: #333;
padding: 5px;
font-size: 11px;
}
.blizzinner { 
background-color: #333;
padding: 0 5px;
}
.blizzheader span
{
display: block;
background: transparent url("/images/blizz/blizz_ico.gif") left top no-repeat;
padding-left: 30px;
height: 21px;
line-height: 21px;
}
.blizzquote {
color: #0099FF;
padding: 10px 5px 5px 5px;
font-size: 11px;
background: #333 url(images/blizz/blizzquotesep.gif) left top no-repeat;
}
upload the attached folder with included images to your forums images folder.

Example of blizz box

Show Your Support

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

Comments
  #2  
Old 09-14-2008, 02:08 PM
RobbieZ RobbieZ is offline
 
Join Date: Jul 2008
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Shouldnt this be in styles section?
Reply With Quote
  #3  
Old 09-14-2008, 06:44 PM
HellfireEu HellfireEu is offline
 
Join Date: Jul 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No its not a style its just bbcode.
Reply With Quote
  #4  
Old 09-15-2008, 04:19 AM
BlizzardHQ BlizzardHQ is offline
 
Join Date: Dec 2007
Location: Fort Wayne Indiana
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pretty neat. On my site I do it via user group using a <if>
Reply With Quote
  #5  
Old 09-19-2008, 10:41 AM
Eneswar Eneswar is offline
 
Join Date: Dec 2005
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, could you please explain abit furter about the "add the following css to your Additional CSS Definitions for your styles" I found the Additional CSS Definitons but there is 2 windows, where do i add the text? I tried each of them and the black background works fine but the icon that should be on top left doesnt show up, any ideas?

Edit: Nevermind got it to work, thanks
Installed
Reply With Quote
  #6  
Old 01-06-2010, 03:37 PM
Kevin McGowan Kevin McGowan is offline
 
Join Date: Jan 2010
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How would this work for VB4.0 given the removal of CSS additional?
Reply With Quote
  #7  
Old 01-06-2010, 03:59 PM
mikeylikesitz's Avatar
mikeylikesitz mikeylikesitz is offline
 
Join Date: Apr 2002
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

install https://vborg.vbsupport.ru/showthread.php?t=228628 and put the CSS in there instead and add the bbcode as usual
Reply With Quote
  #8  
Old 07-12-2010, 03:23 PM
zappaDPJ's Avatar
zappaDPJ zappaDPJ is offline
 
Join Date: Jun 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found a number of issues while trying to implement this template mod. I don't know if the author is still posting or has any interest but I needed to make the following amendments to get it to work.

The bb code entry...

'Button Image (Optional) or use attached images/blizz/blizz_icon.gif'

should read

'Button Image (Optional) or use attached images/blizz/blizz_ico.gif'


The additional.css line...

'background: transparent url("/images/blizz/blizz_ico.gif") left top no-repeat;'

should read

'background: transparent url("images/blizz/blizz_ico.gif") left top no-repeat;'


A further amendment to give the rounded corners seen in the screen shot. In additional.css

Find:

Code:
.blizzinner { 
background-color: #333;
padding: 0 5px;
}
Replace with:

Code:
.blizzinner { 
background-color: #333;
padding: 0 5px;
-moz-border-radius-bottomleft:9px;
-moz-border-radius-bottomright:9px;
-moz-border-radius-topleft:9px;
-moz-border-radius-topright:9px;
-webkit-border-bottom-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
}
Reply With Quote
  #9  
Old 01-06-2012, 05:15 PM
Vaq Vaq is offline
 
Join Date: Dec 2011
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

SWAG
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 08:37 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.04244 seconds
  • Memory Usage 2,280KB
  • 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
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete