View Single Post
  #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
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01262 seconds
  • Memory Usage 1,770KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete