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
Xbox Green Style Details »»
Xbox Green Style
Version: 1.0.1, by SilentK SilentK is offline
Developer Last Online: Apr 2011 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 02-13-2006 Last Update: 03-13-2006 Installs: 27
Uses Plugins Template Edits
 
No support by the author.

Thought I would share this as it's the old style for my site (In the process of creating a new one).

Also I have a template modification that displays a random logo. Details are in the readme on how to get this working. Let me know if you guys run into any bugs as this is my first time releasing a style.

edit: updated it so the style uses relative file paths for the images. Please update it so your not using images off my server.

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 02-15-2006, 10:46 AM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You mean the logo's? Yeah that's fine. I would of provided a .psd file but I haven't found it yet. Perhaps I'll make a new .psd file so you guys can easily customize logo's.
Reply With Quote
  #13  
Old 02-15-2006, 01:32 PM
selven12's Avatar
selven12 selven12 is offline
 
Join Date: Nov 2005
Location: St. Louis Missouri USA
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SilentK
You mean the logo's? Yeah that's fine. I would of provided a .psd file but I haven't found it yet. Perhaps I'll make a new .psd file so you guys can easily customize logo's.
Sweet!! I greatly appreciate it!!
Reply With Quote
  #14  
Old 02-18-2006, 07:09 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I included a .psd file in the zip now. Just replace the text layer with whatever text you want.
Reply With Quote
  #15  
Old 02-20-2006, 10:55 AM
forte's Avatar
forte forte is offline
 
Join Date: Jul 2005
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How about a .psd file of the button?
Reply With Quote
  #16  
Old 02-21-2006, 12:19 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Which button?
Reply With Quote
  #17  
Old 02-21-2006, 12:36 PM
forte's Avatar
forte forte is offline
 
Join Date: Jul 2005
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The quote button. Or you can just tell me the exact RGB colors of it.
Reply With Quote
  #18  
Old 02-23-2006, 01:31 AM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmm I definitly don't have a .psd of that laying around. Also all i did was take the standard quote button and colorize it. To tell you the truth i did it such a long time ago I don't remember what the rgb values are.
Reply With Quote
  #19  
Old 02-23-2006, 02:02 AM
selven12's Avatar
selven12 selven12 is offline
 
Join Date: Nov 2005
Location: St. Louis Missouri USA
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks For The psd!! The Header I mean
Reply With Quote
  #20  
Old 03-13-2006, 06:19 PM
Bukusami Bukusami is offline
 
Join Date: Mar 2006
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Silly question as i only just installed VB and this theme fits perfectly to what i want, i wanted to see what ym site looked liek without the logo so i went into edit the theme to do so and found this.

Image Paths:
All of these are pointing to your site, ie: http://www.xblteams.com/images/xbox/logo.jpg

Is this right or should they pointing to my /images/xbox/logo.jpg ?

I havnt tried playing with it as dont want to break anything.
Regards
Reply With Quote
  #21  
Old 03-14-2006, 02:05 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes that's a mistake on my part. I had to use direct paths because of some other things I was using.

images/xbox/logo.jpg should work fine.

I'll go update the paths on my site and export an updated xml file to fix the changes for anyone who downloads it in the future.

Hehehe that explains why my bandwidth was up higher than normal.


edit: ok the new xml file is up. If you don't want to mess with the image path's yourself you can simply delete the current xbox style and reimport the xml (dont do this if you have any customizations in the style).

If you prefer to just do it manually all you have to do is delete http://www.xblteams.com// off the path so for example

htp://www.xblteams.com//images/xbox/logo.jpg

would now be images/xbox/logo.jpg I've tested it on my forum and it's working. Relative path's should work fine on your sites as well as long as you do not access it from different url's or area's so for example if you have a frame at http://www.domain.tld/frame/frame.html and your forums are at http://www.domain.com I believe you will get broken images and you will need to use absolute paths in which case

simply replace
http://www.xblteams.com//images/xbox/logo.jpg

with
http://www.yourdomain.tld/images/xbox/logo.jpg

if you have your forums in a sub directory
http:///www.yourdomain.tld/subdirect.../xbox/logo.jpg

On a side note if you want to change the header image you cannot do that in style vars as I override that with the random logo plugin.

to change the header image go to your plugin manager edit randomlogo

inside your should see
Code:
$imagearray[1]="images/xbox/logo1.jpg";
$imagearray[2]="images/xbox/logo2.jpg";
$imagearray[3]="images/xbox/logo3.jpg";
$imagearray[4]="images/xbox/logo4.jpg";
$random=rand(1,4);
You can do several things here. You can simply upload over logo1.jpg and so on or you can point it to different images. To point it to different images just change the filenames above you may need to use relative or absolute depending where you placed the image.

Also to add or remove images to the random queue
just do this

Code:
$imagearray[1]="images/xbox/logo1.jpg";
$imagearray[2]="images/xbox/logo2.jpg";
$imagearray[3]="images/xbox/logo3.jpg";
$imagearray[4]="images/xbox/logo4.jpg";
$imagearray[5]="images/xbox/logo4.jpg";
$random=rand(1,5);
if you have 5 images you need to update the numbers being passed to the rand function otherwise you'll never see the new image you added.

so if you have six images it would be rand(1,6) you can leave the 1 alone pretty much.

same deal if you remove images from the array.
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 09:35 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.04665 seconds
  • Memory Usage 2,307KB
  • 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
  • (2)bbcode_code
  • (1)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
  • (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
  • (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