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

Reply
 
Thread Tools
[vb 3.0.x] World of Warcraft - Medieval Skin - BETA test Details »»
[vb 3.0.x] World of Warcraft - Medieval Skin - BETA test
Version: 1.00, by Morwyn Morwyn is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Version: 3.0.8 Rating:
Released: 08-05-2005 Last Update: Never Installs: 33
 
No support by the author.



Hi all,

I designed some skins for quite a while now, but I never had the occasion to "export" them. As this is the very first time I export one of my skins, I would like you to be careful and try the skin on a test forum before you use it.

Note: I developped the skin with Vbulletin 3.0.8 but I think it should be ok with previous version of Vbulletin in 3.0.x. Also, when I registered the xml, the add-on "Vbadvanced" was installed, I do not know if that can have any consequence for people who do not have this add-on installed. Any advice welcomed about that.

Please let me know if you see any problems, or if this ok etc...I really need feedback as this is my first draw.


Screenshot


INSTALLATION

1. Unzip the "Oldwow.zip" file on your hardrive
2. Upload images and folders (Except "Goodies") to your webserver where your forum is located, keeping the structure as it is when unzipped.
3. Go into the Vbulletin admin panel >> Style Manager >> Import the "Oldwow" XML file from your computer.


[EDIT] v1.1

The zip file now contains a new XML with the following modifications:


-> Changed the paths of the images.
If you had downloaded the zip file before I made the changes, please go into your:
admin panel >> Styles & Templates >> Style Manager >> All Style Options (for Oldwow of course) , in the header and footer, cut the http://www.cms-gratuit.com/Mascarade/vb/ code.
Example, you should have:

background-image:url(images/tlc.gif)

instead of:

background-image:url(http://www.cms-gratuit.com/Mascarade/vb/images/tlc.gif).

This is also true for the "path of images" table, cut the cms-gratuit.com line...sorry about that, newbie error ;p.


-> I also changed the default "blue" you could see when loading the forum, on the categories, you should only see the texture from now on.


Thanks for your advice.

Show Your Support

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

Comments
  #12  
Old 08-09-2005, 09:21 AM
Morwyn's Avatar
Morwyn Morwyn is offline
 
Join Date: Nov 2004
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by freebase69
I've had all sorts of issues so far. I am running 3.0.7 and so far had to hand code everything and edit the XML file by hand.
Ok, what did you have to hand code exactly ? The code about the frame in the header and footer was working on 3.0.7. So I'm really curious to know what went wrong. Have you downloaded the zip file the day I posted it, or the last one (one currently to be downloaded, see modifications above ) ?

Quote:
Now the issue I am having is on the CPMS there are two spaces that throw off the entire banner. It works for the Forums but not the portal homepage.I am currently trying to edit the templates to find out what is going on.
Ok, if you're using CMPS, make sure that you replace the image paths in the "header" and "footer" with the full URL of your website, i.e.: (http://yoursite.com/forum/images/etc...) instead of (images/etc..).
Reply With Quote
  #13  
Old 08-09-2005, 01:15 PM
Cyricx Cyricx is offline
 
Join Date: Aug 2002
Location: Missouri
Posts: 1,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very very nice style

Would love to see this on 3.5 too.
Reply With Quote
  #14  
Old 08-09-2005, 01:46 PM
freebase69's Avatar
freebase69 freebase69 is offline
 
Join Date: May 2005
Location: Gateway to the West
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Morwyn
Ok, what did you have to hand code exactly ? The code about the frame in the header and footer was working on 3.0.7. So I'm really curious to know what went wrong. Have you downloaded the zip file the day I posted it, or the last one (one currently to be downloaded, see modifications above ) ?



Ok, if you're using CMPS, make sure that you replace the image paths in the "header" and "footer" with the full URL of your website, i.e.: (http://yoursite.com/forum/images/etc...) instead of (images/etc..).
I did replace the image path to the absolute URL. Basically the XML import didn't work for me so I imported it into my test forum to get the color numbers and hand coded them into my live template. I had to edit the XML file and tweak some things but after that I got it to work.

It could have been n00b mistakes on part but I replaced all the image paths with absolute URLs instead of the default images/xxxxx.gif. I never import styles into the root directory because if the style crashes my site it's more of a pain to restore. What I do is created a folder and import the style there and update the paths to that folder. That way if everything is screwed up I can just delete the folder instead of searching for all the files.

Either way, I got it to work except for the CMPS home page. Thanks for releasing this, it's a very nice skin. I have it running on my Live site under the style of WOW incase you want to see what I did.

Thanks

/installed
Reply With Quote
  #15  
Old 08-09-2005, 01:57 PM
turksengel turksengel is offline
 
Join Date: Aug 2005
Location: Turkiye
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Would love to see this on 3.5 too.
me too
Reply With Quote
  #16  
Old 08-09-2005, 03:19 PM
Morwyn's Avatar
Morwyn Morwyn is offline
 
Join Date: Nov 2004
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by freebase69
I did replace the image path to the absolute URL. Basically the XML import didn't work for me so I imported it into my test forum to get the color numbers and hand coded them into my live template. I had to edit the XML file and tweak some things but after that I got it to work.
All right.

Quote:
It could have been n00b mistakes on part but I replaced all the image paths with absolute URLs instead of the default images/xxxxx.gif.
Ok. You need to do that anyway, as you use CMPS .

Quote:
I never import styles into the root directory because if the style crashes my site it's more of a pain to restore. What I do is created a folder and import the style there and update the paths to that folder. That way if everything is screwed up I can just delete the folder instead of searching for all the files.
That is a good point. Next time I will put the images inside a dedicated folder, could save some trouble.

Quote:
Either way, I got it to work except for the CMPS home page. Thanks for releasing this, it's a very nice skin. I have it running on my Live site under the style of WOW incase you want to see what I did.
Thanks a lot for your feedback, I appreciate seeing the style running on another website. Plus it seems to be correctly working on your CMPS home page now, glad you figured it out .


About a 3.5 version, I will convert the skin (if nobody does it before ;p) once I will be done w/ my *cough* studies (need to finish something before the end of the summer). Plus it would be nice if the 3.5 version became the main supported one .
Reply With Quote
  #17  
Old 08-11-2005, 08:56 PM
Sleepyk Sleepyk is offline
 
Join Date: Dec 2004
Location: CT
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good job kid not really my style but good work all in all
Reply With Quote
  #18  
Old 08-13-2005, 01:25 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice work, im gonna use this in my forums www.gamerzneeds.net , thanks
Reply With Quote
  #19  
Old 08-13-2005, 05:04 PM
Metropolitan Metropolitan is offline
 
Join Date: Oct 2004
Location: Germany
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great style!

But,

when it loads Ican see the default vB colors (light blue) in some parts. (background ...)

And is it possible to make an english version of that style? All the buttons are in french :s

Nevertheless, awesome work.

I?m looking forward for a 3.5 style
Reply With Quote
  #20  
Old 08-19-2005, 02:13 AM
keroberos keroberos is offline
 
Join Date: Mar 2005
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to make this a liquid type stlye? go full 100% width?
Reply With Quote
  #21  
Old 08-20-2005, 10:08 PM
phiber phiber is offline
 
Join Date: Feb 2002
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[high]* phiber click install!
[/high]

Great work.. we have a forum for this style
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 10:11 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.04558 seconds
  • Memory Usage 2,314KB
  • 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
  • (8)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
  • (2)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