Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 3.8 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Xmas Rouge Details »»
Xmas Rouge
Version: 1.00, by EidolonAH EidolonAH is offline
Developer Last Online: Apr 2011 Show Printable Version Email this Page

Version: 3.8.4 Rating:
Released: 11-03-2009 Last Update: 12-14-2009 Installs: 52
Additional Files  
No support by the author.

This Skin was released in the past, it was removed due to various reasons, I am very pleased to be able to offer this Skin to this community as a free download.

I know it is a bit early for releasing a Christmas Skin but I am doing so as I am execting a rush of work in the next couple of weeks and will most likely not have the time to get it ready for you all, so here it is.

The download contains the logo .psd as well as button .psd's.


WISHING YOU ALL A WONDERFUL CHRISTMAS
AND A
HAPPY NEW YEAR!



This Skin uses some of the extraordinary icons by: vistaicons


Added thanks button for those who need it, see in screenshots (right click and save as)

Download Now

File Type: zip Xmas-Rouge_vB-3.8_EidolonsDesigns.zip (1.57 MB, 400 views)

Screenshots

File Type: png XmasRouge-small.png (393.8 KB, 0 views)

Show Your Support

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

Comments
  #32  
Old 12-05-2009, 07:04 PM
sump sump is offline
 
Join Date: Aug 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok it appears that the upload is corrupt ..
Reply With Quote
  #33  
Old 12-05-2009, 08:03 PM
sump sump is offline
 
Join Date: Aug 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok the upload was bad .. that was problem did it twice and then switch to different brand of FTP software.. there are couple little things ... the width, we have used full width as we have no side boxes ..
Reply With Quote
  #34  
Old 12-06-2009, 05:49 AM
EidolonAH EidolonAH is offline
 
Join Date: Apr 2009
Location: London, England
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sump View Post
the width, we have used full width as we have no side boxes ..
Personally I find 100% width looks bad with custom Skins, but as many people like full width most of my Skins can easily become 100%, follow this simple guide.

Go to the additional css in the style manager for Xmas Rouge.
FIND:
Code:
#wrap {
INLINE FIND:
Code:
 width: 1100px;
REPLACE WITH:
Code:
 width: 100%;
Reply With Quote
  #35  
Old 12-06-2009, 11:40 AM
sump sump is offline
 
Join Date: Aug 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you for your patients .. as i am learning on the fly ... I chose to do 90% that works great .. the only thing i needed to do was add the Arcade button to the Navbar and Thanks button is only thing left to address .. do you happen to have a chrstmas one ??
Great Mod and well received on Forum .. THANKS !!
Reply With Quote
  #36  
Old 12-06-2009, 01:28 PM
EidolonAH EidolonAH is offline
 
Join Date: Apr 2009
Location: London, England
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem at all, see thread starter for thanks button.
Reply With Quote
  #37  
Old 12-06-2009, 07:46 PM
sump sump is offline
 
Join Date: Aug 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i rode the short bus to VB/PHP class so you'll have to be more descriptive ..
Reply With Quote
  #38  
Old 12-06-2009, 08:24 PM
Twiggy2009 Twiggy2009 is offline
 
Join Date: Nov 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've followed all the instructions to install this into my forum, vb.3.8.4 patch L1, made a themes folder first, done everything correctly regards the Readme file and when I preview its still the default theme showing.

I changed the image paths -

Example: images/buttons/ to themes/xmas_rouge/buttons

I changed all the image url's but it still wont show.

What am I doing wrong?
Reply With Quote
  #39  
Old 12-10-2009, 09:15 AM
EidolonAH EidolonAH is offline
 
Join Date: Apr 2009
Location: London, England
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sump View Post
i rode the short bus to VB/PHP class so you'll have to be more descriptive ..
Sorry for the delay, been busy.
Okay, no problem, follow this precisely.

Click Admin link in footer.
In the menu to the left click the little arrow next to Styles & Templates to expand the submenu
Click Style Manager
Locate Xmas Rouge
To the right of Xmas Rouge you see a selection menu, it should already say All Style Options, click the GO button.
Now scroll down the page until you see a two large entry fields with the heading Additional CSS Definitions
In the 2nd box entitled (Customized in this Style), scroll down within the box until you see this:
Code:
/* WARNING DO NOT ALTER WRAP WIDTH */
#wrap {
	padding: 0 0px;
    margin-left: auto;
    margin-right: auto;
	min-width: 1100px;
    width: 1100px;
}
Change:
Code:
width: 1100px;
To:
Code:
width: 100%;
Scroll down to the actual bottom of the page and click save.
Reply With Quote
  #40  
Old 12-10-2009, 09:20 AM
EidolonAH EidolonAH is offline
 
Join Date: Apr 2009
Location: London, England
Posts: 178
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Twiggy2009 View Post
I've followed all the instructions to install this into my forum, vb.3.8.4 patch L1, made a themes folder first, done everything correctly regards the Readme file and when I preview its still the default theme showing.

I changed the image paths -

Example: images/buttons/ to themes/xmas_rouge/buttons

I changed all the image url's but it still wont show.

What am I doing wrong?
When you import the xml as a new Skin named Xmas Rouge you do not need to edit any variable paths, they are all handled by the xml.
Could you tell me how you imported the xml and can you link me to your site where the install failed.
Reply With Quote
  #41  
Old 12-13-2009, 11:49 PM
ExplosiveGFX ExplosiveGFX is offline
 
Join Date: Sep 2009
Location: vBulletin.org
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on my site, and lookin' great!
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 11:40 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.06534 seconds
  • Memory Usage 2,331KB
  • Queries Executed 26 (?)
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
  • (6)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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
  • (2)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete