vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=161)
-   -   Xbox Green Style (https://vborg.vbsupport.ru/showthread.php?t=107975)

SilentK 02-15-2006 10:46 AM

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.

selven12 02-15-2006 01:32 PM

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!!

SilentK 02-18-2006 07:09 PM

Ok I included a .psd file in the zip now. Just replace the text layer with whatever text you want.

forte 02-20-2006 10:55 AM

How about a .psd file of the button?

SilentK 02-21-2006 12:19 PM

Which button?

forte 02-21-2006 12:36 PM

The quote button. Or you can just tell me the exact RGB colors of it.

SilentK 02-23-2006 01:31 AM

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.

selven12 02-23-2006 02:02 AM

Thanks For The psd!! The Header I mean

Bukusami 03-13-2006 06:19 PM

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

SilentK 03-14-2006 02:05 PM

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.


All times are GMT. The time now is 01:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00962 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete