The Arcive of vBulletin Modifications Site. |
|
Xbox Green Style Details »»
|
|||||||||||||||||||||||||
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
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Lovely! Ever thought of making a PlayStation skin?
|
|
#3
|
||||
|
||||
|
<span class="highlight">*Selven12 Installs!!*</span>
Yeah you should try and make a playstation skin!! It would be really cool!! |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
|||
|
|||
|
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); 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); 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); |
|
#6
|
|||
|
|||
|
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.
|
|
#7
|
||||
|
||||
|
Hey good work!! That plugin worked like a charm. It solved the problem completely. So like thanks!!
|
|
#8
|
|||
|
|||
|
glad it worked for you.
|
|
#9
|
||||
|
||||
|
very nice *clicks install*
|
|
#10
|
||||
|
||||
|
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.
|
![]() |
|
|