|
Post by Wormopolis on May 6, 2009 18:25:42 GMT -8
in your info center head/base code, find these variables:
var headImg = 'http://i703.photobucket.com/albums/ww34/swcforum/7024415849_953456.jpg'; // URL of head image var baseImg = 'http://i703.photobucket.com/albums/ww34/swcforum/swc.jpg'; // URL of base image
and change to:
var headImg = global_headimg; // URL of head image var baseImg = global_footimg; // URL of base image
or are you talking about head/base images around your categories? because the category splitter you are using doesnt HAVE head/base images to it.. it just splits categories.
|
|
Storm
Not New Member
Posts: 11
Storm said 0 great things
|
Post by Storm on May 6, 2009 22:14:33 GMT -8
Ok, got the needed change done, and that is correct, the head/base images for the cats. I thiught this code would replace that so I only put in the splitter one. Do I need to re put in the original one that had the images to it?
|
|
|
Post by Wormopolis on May 6, 2009 22:32:59 GMT -8
yes because all THIS code does is make it where you can have ONE place to configure head/base images and it will make the changes in your later codes.
Im sorry if I implied it would do head base images for you.
|
|
|
Post by Wormopolis on May 6, 2009 22:35:18 GMT -8
in your cat splitter code change this:
var headBaseSettings = [ ['http://i703.photobucket.com/albums/ww34/swcforum/7024415849_953456.jpg'], // head image ['http://i703.photobucket.com/albums/ww34/swcforum/swc.jpg'], // base image ['45'] // gap size ];
to this:
var headBaseSettings = [ [global_headimg], // head image [global_footimg], // base image ['45'] // gap size ];
|
|
Storm
Not New Member
Posts: 11
Storm said 0 great things
|
Post by Storm on May 6, 2009 22:41:48 GMT -8
BINGO! We have a winner! WHooooooooot! lols Now to go uncross my eyes from the the coding. lols. I checked my other skins and the headers/bases are showing for them like they should now. Thankyou for your patience with me in this.
|
|
|
Post by Wormopolis on May 6, 2009 22:43:07 GMT -8
not a problem at all.. I think this will be useful to a lot of people that need it.
and Im going to credit you with your name in the code title.
|
|
Storm
Not New Member
Posts: 11
Storm said 0 great things
|
Post by Storm on May 6, 2009 22:47:41 GMT -8
*Blushes* Thankyou for that. I'm glad to be able to help out in that way. I've seen where there are other ways of doing multiple codes and such but I find this so much easier than all that other stuff added in lols
|
|
Storm
Not New Member
Posts: 11
Storm said 0 great things
|
Post by Storm on May 7, 2009 0:05:29 GMT -8
Also, could a link to the forum be included with the credit too please? That would be great if it could. swcv5.proboards.com
|
|