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

Reply
 
Thread Tools
Merry Christmas Details »»
Merry Christmas
Version: 1.00, by miner miner is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 11-29-2006 Last Update: 11-10-2007 Installs: 148
 
No support by the author.

Updated the Christmas style to vB 3.6.8...

the style comes in 2 sizes fixed and fluid, i customised 90% of the default images to view demo:


Psd file for the logo and buttons attached along the zip and full free help/support for this style is available at www.minerskinz.com


How do I install the Style?
Quote:
1. Extract the zip files to a folder on your computer.
2. Upload the image folder "xmass" to your forums> images>styles> directory (ex: forum/images/styles/xmass).
3. Login to your Admincp in your vBulletin Forum and Click on "Style & Templates" to expand the menu.
4. In the expanded menu click on "Download / Upload Styles" , a new page will load.
5. In the new page look for: "Import Style XML File" click on browse and point it to the .xml file that you want to install
6. Press IMPORT to complete the installation

Note: If you dont have an Style folder in your images directory, create new folder named 'styles'

Thanks and pl click the install button...

Show Your Support

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

Comments
  #62  
Old 12-04-2006, 07:21 PM
Calibre_k Calibre_k is offline
 
Join Date: Feb 2006
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can someone put muy url into the logo?
Reply With Quote
  #63  
Old 12-04-2006, 07:55 PM
Brandon Sheley's Avatar
Brandon Sheley Brandon Sheley is offline
 
Join Date: Mar 2005
Location: Google Kansas
Posts: 4,678
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Calibre_k View Post
can someone put muy url into the logo?
i can, whats your forum name,, pm me a link to this thread when you reply..
Reply With Quote
  #64  
Old 12-05-2006, 01:39 AM
miner's Avatar
miner miner is offline
 
Join Date: Mar 2005
Posts: 594
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Calibre_k View Post
can someone put muy url into the logo?
In the header template> add the following code

Quote:
<a href="$vboptions[forumhome].php$session[sessionurl_q]">
in the following code below Link

<td align="left" valign="top">Link<img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td>
Reply With Quote
  #65  
Old 12-05-2006, 03:37 AM
angeldevil angeldevil is offline
 
Join Date: Aug 2005
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

veri nice, thank you!
Reply With Quote
  #66  
Old 12-05-2006, 03:23 PM
Olli460 Olli460 is offline
 
Join Date: Jan 2005
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I love this style but there are minor things which I hope you can help me with. For the forum names on the homepage, they arent underlined, as well as everything else that is supposed to be underlined like usernames and stuff like that. I looked through style options, but couldnt find what I needed to fix. T_T Also whenever I view a post that has been deleted, there is no way to make it disappear until you refresh the page. I dunno, thats jut a little thing that I can figure out for myself. Just the whole underline thing is bugging me. Thanks for any help. ^_^
Reply With Quote
  #67  
Old 12-05-2006, 07:53 PM
krazycivik krazycivik is offline
 
Join Date: Nov 2005
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great skin thanx
Reply With Quote
  #68  
Old 12-05-2006, 08:16 PM
Q139 Q139 is offline
 
Join Date: Mar 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Olli460 View Post
I love this style but there are minor things which I hope you can help me with. For the forum names on the homepage, they arent underlined, as well as everything else that is supposed to be underlined like usernames and stuff like that. I looked through style options, but couldnt find what I needed to fix.

I found the best way to manage user names is to use CSS...

In the markup opening tag enter (enter the appropriate name for each user group adminmarkup, supermodmarkup, modmarkup, etc....)

Code:
<span class="adminmarkup">
In the closing tag enter

Code:
</span>
Then in your the style you would like it to display in, goto the main CSS and scroll down to "Additional CSS Definitions" and at the end enter
(remember to enter markup for each user group)

Code:
/ ***** Usernames Markup ***** /
.adminmarkup
{
color:red;
font-weight: bold;
Text-Decoration: Underline;
}
Now you can control the color, font, and underline

If you just want the underline just enter

Code:
/* ***** Usernames Markup ***** */
.adminmarkup
{
Text-Decoration: Underline;
}
Reply With Quote
  #69  
Old 12-05-2006, 09:16 PM
killerkraft's Avatar
killerkraft killerkraft is offline
 
Join Date: Mar 2006
Location: Portugal
Posts: 101
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great skin. Love it and put it to work. Thank's from Portugal.
Reply With Quote
  #70  
Old 12-09-2006, 06:50 PM
Zidane007nl's Avatar
Zidane007nl Zidane007nl is offline
 
Join Date: Jul 2004
Location: The Netherlands
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really nice style. Installed it.
The only thing that may be confusing are the icons that shows if there are new posts in the forum...
Reply With Quote
  #71  
Old 12-10-2006, 02:25 AM
yingzhou's Avatar
yingzhou yingzhou is offline
 
Join Date: Oct 2006
Location: Ho Chi Minh
Posts: 254
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice theme!
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 06:25 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.05887 seconds
  • Memory Usage 2,313KB
  • 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
  • (4)bbcode_code
  • (5)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