vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Mini Mods - World of warcraft blue post bbcode (https://vborg.vbsupport.ru/showthread.php?t=190900)

HellfireEu 09-13-2008 10:00 PM

World of warcraft blue post bbcode
 
This bb code lets you post a message in your forums just like the blue post in wow official forums :D

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
https://vborg.vbsupport.ru/

RobbieZ 09-14-2008 02:08 PM

Shouldnt this be in styles section?

HellfireEu 09-14-2008 06:44 PM

No its not a style its just bbcode.

BlizzardHQ 09-15-2008 04:19 AM

Pretty neat. On my site I do it via user group using a <if>

Eneswar 09-19-2008 10:41 AM

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

Kevin McGowan 01-06-2010 03:37 PM

How would this work for VB4.0 given the removal of CSS additional?

mikeylikesitz 01-06-2010 03:59 PM

install https://vborg.vbsupport.ru/showthread.php?t=228628 and put the CSS in there instead and add the bbcode as usual

zappaDPJ 07-12-2010 03:23 PM

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;
}


Vaq 01-06-2012 05:15 PM

SWAG


All times are GMT. The time now is 05:11 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01886 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete