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

Reply
 
Thread Tools
World of Warcraft Details »»
World of Warcraft
Version: 1.00, by jj jj is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 01-05-2006 Last Update: Never Installs: 207
 
No support by the author.

World of Warcraft

This is the WoW style I've created. Most graphics were edited manually to get a seamless look. Graphics taken from Blizzards WoW page and Blizzards WoW fansitekit. Took me a long time to edit graphics and set up the html for it.

Buttons are in german. If you need other language, get the Blizzard WoW fansitekit and use the button.psd supplied, or whatever buttons you like.

The header files are included, named hleft.jpg and hright.jpg in directory templates/wow/layout. I've removed our logo from hleft.jpg. Just edit to your needs or remove the header part completely from the header template.

Instructions:
- Upload templates directory within templates.zip (zipped with WinRAR 3.5.x) to your forum root directory
- Import Style

I hope that works for you and if you use it, please click install

English Buttons and some lighter colors by Thaddeus
Buttons: https://vborg.vbsupport.ru/attachmen...chmentid=41287
Style: https://vborg.vbsupport.ru/attachmen...chmentid=41345
and a fix for this one (some images as i understood) by MrSDavidson
Fix for Thaddeus' style: https://vborg.vbsupport.ru/attachmen...chmentid=42332

World of Warcraft? and Blizzard Entertainment? are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries.
These terms and all related materials, logos, and images are copyright ? Blizzard Entertainment. This site is in no way associated with Blizzard Entertainment?.

Show Your Support

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

Comments
  #102  
Old 05-24-2006, 08:49 PM
louth louth is offline
 
Join Date: Mar 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aeduin2000
Great skin. One thing though, if you put in a description to a forum, while using the lighter version of the skin, the text is pretty much impossible to read. I can't figure out where in the CSS I change the color of that specific text.

Any clues?
Bump.
Reply With Quote
  #103  
Old 05-25-2006, 08:14 AM
firest4rter firest4rter is offline
 
Join Date: Mar 2006
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by louth
Here you go.
Many thanks !!!! :banana:
Reply With Quote
  #104  
Old 05-25-2006, 11:31 AM
aceworld aceworld is offline
 
Join Date: Oct 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone make a announcement button or refer me to any place that i could get it please?
Reply With Quote
  #105  
Old 05-25-2006, 02:51 PM
louth louth is offline
 
Join Date: Mar 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Psionic Vision
Is my question going to remain unanswered? Although this is a nice style, I'm very curious as to what does JJ2 have to do is WoW...
I think it's just a subforum, and the sub forum gets a relevant theme. The rabbit part is just the name of the group
Reply With Quote
  #106  
Old 05-26-2006, 06:59 PM
Sierus Sierus is offline
 
Join Date: May 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aeduin2000
Great skin. One thing though, if you put in a description to a forum, while using the lighter version of the skin, the text is pretty much impossible to read. I can't figure out where in the CSS I change the color of that specific text.

Any clues?

bump, I am having the same issue. The text is tied to the smallfont css, so you can change that and make it lighter but then it screws up the black smallfont text in the light areas. I can't figure out how to fix this...anyone have any ideas or suggestions?
Reply With Quote
  #107  
Old 05-28-2006, 09:12 PM
louth louth is offline
 
Join Date: Mar 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sierus
bump, I am having the same issue. The text is tied to the smallfont css, so you can change that and make it lighter but then it screws up the black smallfont text in the light areas. I can't figure out how to fix this...anyone have any ideas or suggestions?
In AdminCP - Styles & Templates - Style Manager - Your Style Options add the following to 'Additional CSS Values' near the bottom.

Code:
.moduletitle { font-colour: #FFB019; font-size: 11px; }
Then open up the AdminCP - Styles & Templates - Style Manager - Your Style - << >> - vBadvanced CMPS Templates

In 'adv_portal_navigationbits':

Find
Code:
<div class="smallfont">
Replace with
Code:
<div class="moduletitle">
And if yours was the same as mine, the text in the online users box saying for example; '3 members, 0 guests' will be too dark aswell. If it is;

In 'adv_portal_onlineusers'

Find
Code:
<td class="thead"><span class="smallfont">
Replace with
Code:
<td class="thead"><span class="moduletitle">
Took me a while to figure out, hope this helps.

You can check out how this looks before you do anything on my site. And ofc you can change the font colour value if you want it different.

Louth.
Reply With Quote
  #108  
Old 05-31-2006, 04:59 AM
danbc danbc is offline
 
Join Date: Nov 2001
Location: Denmark
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

QQ, it?s been mentioned here earlier but wasn?t replied in post #87

Quote:
OK new question here.

I've been all through the Style and admin stuff but for the life of me I cannot figure out how to make the Character Name, Race, Class, Level, Biography stuff available to be filled in by the users or myself for that matter.

Is there a seperate Mod I need to install or am I missing something in the style that I have not setup? I'd like to get this function enabled as soon as possible especially since this will complete my entire Forums.
Im kinda curious aswell
Reply With Quote
  #109  
Old 05-31-2006, 07:41 AM
Kenyon's Avatar
Kenyon Kenyon is offline
 
Join Date: May 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello everyone,

It seems I've received some questions about my version of this style (I'm Thaddeus). When I made it, it was heavily modified in order to suit my forums. The character name / class, etc, are just custom profile fields.

Regards,

Ken
Reply With Quote
  #110  
Old 05-31-2006, 03:05 PM
louth louth is offline
 
Join Date: Mar 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would have been a helluva lot easier if you left a contact !
Reply With Quote
  #111  
Old 05-31-2006, 10:15 PM
Kenyon's Avatar
Kenyon Kenyon is offline
 
Join Date: May 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Apologies. Thaddeus was just a temporary account: I didn't expect my version of the style to become popular and cause so many questions (and problems). I never intended to support it. I'll try and keep a watch on this thread, though.
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:45 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.04415 seconds
  • Memory Usage 2,312KB
  • 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
  • (5)bbcode_code
  • (6)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