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
  #2  
Old 02-14-2006, 04:40 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lovely! Ever thought of making a PlayStation skin?
Reply With Quote
  #3  
Old 02-14-2006, 05:54 PM
selven12's Avatar
selven12 selven12 is offline
 
Join Date: Nov 2005
Location: St. Louis Missouri USA
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<span class="highlight">*Selven12 Installs!!*</span>

Yeah you should try and make a playstation skin!! It would be really cool!!
Reply With Quote
  #4  
Old 02-14-2006, 05:59 PM
selven12's Avatar
selven12 selven12 is offline
 
Join Date: Nov 2005
Location: St. Louis Missouri USA
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah...something may be wrong because the header isn't showing up. It could be me but could you check it out while I try and see if it's on my end?

if you want to see here's my link, http://www.complete-anime.com/Vbulletin
Reply With Quote
  #5  
Old 02-14-2006, 06:17 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well this has to do with the random logo modification I did. Details on how to get it working are in the readme. Essentially you have to add a plugin to global_start
with something like this
Code:
$imagearray[1]="http://www.yourdomain.com/forums/images/xbox/logo1.jpg";
$imagearray[2]="http://www.yourdomain.com/forums/images/xbox/logo2.jpg";
$imagearray[3]="http://www.yourdomain.com/forums/images/xbox/logo3.jpg";
$imagearray[4]="http://www.yourdomain.com/forums/images/xbox/logo4.jpg";
$random=rand(1,4);
Replace the domain name with yours.

In your case the code should look like this.
Code:
$imagearray[1]="http://www.complete-anime.com/Vbulletin/images/xbox/logo1.jpg";
$imagearray[2]="http://www.complete-anime.com/Vbulletin/images/xbox/logo2.jpg";
$imagearray[3]="http://www.complete-anime.com/Vbulletin/images/xbox/logo3.jpg";
$imagearray[4]="http://www.complete-anime.com/Vbulletin/images/xbox/logo4.jpg";
$random=rand(1,4);
Also I haven't tested but this should work for most people.
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);
Reply With Quote
  #6  
Old 02-14-2006, 06:33 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I tested the plugin with the relative url and it worked fine. So I updated the zip to include a file called randomlogo_plugin.xml install this as a plugin and it should work.
Reply With Quote
  #7  
Old 02-14-2006, 07:59 PM
selven12's Avatar
selven12 selven12 is offline
 
Join Date: Nov 2005
Location: St. Louis Missouri USA
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey good work!! That plugin worked like a charm. It solved the problem completely. So like thanks!!
Reply With Quote
  #8  
Old 02-14-2006, 08:38 PM
SilentK SilentK is offline
 
Join Date: Nov 2004
Location: Maryland
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

glad it worked for you.
Reply With Quote
  #9  
Old 02-14-2006, 10:35 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice *clicks install*
Reply With Quote
  #10  
Old 02-15-2006, 02:16 AM
selven12's Avatar
selven12 selven12 is offline
 
Join Date: Nov 2005
Location: St. Louis Missouri USA
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, if it's not to much to ask, could I change the header? It doesn't fit my site but I like the rest of the design!! If not that's okay too. But I would like your permission. Cause I'm not going to get myself into any trouble if you know what I mean.
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:44 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.05199 seconds
  • Memory Usage 2,288KB
  • Queries Executed 24 (?)
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
  • (3)bbcode_code
  • (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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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