PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.6x (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/)
-   -   Trying to add a skin..... (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-6x/133499-trying-add-skin.html)

JayH September 27th, 2007 09:57 PM

Trying to add a skin.....
 
Adding a skin to VB from Extreme Pixels at http://www.canamspyderforums.com, and when I change to the rogue_x skin in VB from the default skin, then when I go to the gallery, most of the skin takes... but the menu bar builds.... then disappears?

the path is coming up as this for the menu bar images:

/gallery/rogue/misc/hdr_logo_back.gif

but it is supposed to be:

/forums/rogue/misc/hdr_logo_back.gif

any idea where this is generated, or if there is something in the admin panal I need to change?

thanks in advance

Zachariah September 27th, 2007 10:35 PM

Hello,

You want to supply the full URL's in your style.

AdminCP => Styles & Templates => Style Manager
- Extreme Pixels (Image Paths)

EX:
/forums/rogue/misc/
to
http://www.canamspyderforums.com/forums/rogue/misc/

#869BBF url(images/gradients/gradient_tcat.gif) repeat-x top left
to
#869BBF url(http://www.canamspyderforums.com/for...dient_tcat.gif) repeat-x top left

JayH September 28th, 2007 12:07 PM

partially worked :)
 
That got me part of the way there, two of the buttons and the menu "end line image" showed up, the mouseover for those two does not change to the _on images, the other buttons do not appear, but the locations are live and if clicked on the user will go to where they would go if the button was there....

Appreciate the help!

Zachariah September 28th, 2007 12:42 PM

I took a look @ the code.
There are a few places that may have been overlooked.

AdminCP => Styles & Templates => Style Manager
- Extreme Pixels
-- Main CSS

.tcat
.thead
.vbmenu_control

At the bottom is: Additional CSS Definitions

/* ***** Category TOP images ***** */

/* ***** footer ***** */

/* ***** rollover CSS for nav buttons***** */

JayH November 22nd, 2007 02:25 PM

Quote:

Originally Posted by Zachariah (Post 1205914)
I took a look @ the code.
There are a few places that may have been overlooked.

AdminCP => Styles & Templates => Style Manager
- Extreme Pixels
-- Main CSS

.tcat
.thead
.vbmenu_control

At the bottom is: Additional CSS Definitions

/* ***** Category TOP images ***** */

/* ***** footer ***** */

/* ***** rollover CSS for nav buttons***** */


OK, finally getting back to this.... I was installing Reviewpost ;) . Photopost classifieds and vBadvanced is likely next (but not until I get this stylesheet thing sorted out).

I've added the images to this Additional CSS Definitions as you observerd, and they now appear fine on the main forums (thanks!):

http://www.canamspyderforums.com/forums/index.php

BUT, if I go to the photopost or reviewpost pages, only one button separator bar shows. The functionality of all the buttons is in the menu bar, just not the images.

http://www.canamspyderforums.com/market/

I'm thinking there must be something in the photopost and reviewpost control panels I'm needing to change as it all seems to be working fine in VB.

I sure appreciate the help, I'd love to get this new look implemented as it looks much better than the stock VB look.

Zachariah November 22nd, 2007 03:28 PM

AdminCP => Styles & Templates => Style Manager
- Extreme Pixels - rogue_x
-- Main CSS

At the bottom is: Additional CSS Definitions

In the code below you can see:
Code:

Content visible to verified customers only.
These need a full URL's. There are a dozen or so different links to images.

JayH November 22nd, 2007 03:51 PM

Quote:

Originally Posted by Zachariah (Post 1210807)
AdminCP => Styles & Templates => Style Manager
- Extreme Pixels - rogue_x
-- Main CSS

At the bottom is: Additional CSS Definitions

In the code below you can see:
Code:

Content visible to verified customers only.
These need a full URL's. There are a dozen or so different links to images.

You are awesome...... That took care of it! Thanks again, have a great Thanksgiving!


All times are GMT -5. The time now is 01:09 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97