[Req]Some Addons and Template Modifications

mastram

New Member
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
biggrin.gif



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.
=========================================================
gWoWChar - World of Warcraft Character Menu

What is it?
gWoWChar is a modification for vBulletin which allows you to display popup World of Warcraft character information in your forums posbit.

If you use this mod, please Mark as Installed, and if you really enjoy this mod, please Nominate for MOTM, and if you really really enjoy this mod, feel free to Support Developer! Thank you!
  1. Download the latest version and upload all files.
  2. Install the product.
  3. Create a Multiple-Line Text Box User Profile Field.
    • /admincp/?loc=profilefield.php%3Fdo%3Dadd
    • Multiple-Line Text Box
    • Continue
    • Title: World of Warcraft Characters
    • Description:
      Code:
      Enter one character per line.<br /><br />Format: US/EU|Realm|Faction|Name<br /><br />Example: US|Mal'Ganis|Alliance|Gryphen
    • Default Value: Leave Blank
    • Max length of allowed user input: 1000
    • Field Length: 50
    • Text Area Height: 6
    • Field Editable by User: Yes
    • Other options are optional.
    • Save
    • Look and see what the field name is for World of Warcraft Characters, example field25.
  4. Fill in the gWoWChar configuration options.
  5. That is all, instruct people to fill in their profile.
==========================================================
World of Warcraft Wowhead Item tooltips for vBulletin
It uses vBTEAM Underground - Free vBulletin Hacks, Skins and Support to grab the item ID from wowhead, vbulletins built in XML parser to get the item ID and Quality of the item. It stores the item name, item ID and item quality (the three things it needs to make the tooltip) in a database (created during install). If you're currently using gItemStats, it will copy your existing itemstats database over to the new table during installation.
 
Top