PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   fourm style not being picked up on specific page (http://www.photopost.com/forum/photopost-pro-installation-upgrades/116203-fourm-style-not-being-picked-up-specific-page.html)

scottblumin October 15th, 2005 04:06 PM

fourm style not being picked up on specific page
 
Hello,

I am running a vB forum with an integrated photopost.

after i did the 3.5 upgrade i noticed that one a particular page (show gallery), the forum style is not being picked up.

Check out page 1: http://www.walkcalifornia.com/gallery/index.php

And then check out page 2: http://www.walkcalifornia.com/galler...ry.php/cat/542

You will notice on page one, I am getting the 'light blue/cyan' style I desire and on page 2 (clicking on a specifc album), i am getting the default forum style (whihc i do not want).

suggestions are appreciated...

This is the only part of my forum that this is happening. every other section picks up the light blue style.

thanks,

scott

Chuck S October 15th, 2005 05:14 PM

http://www.walkcalifornia.com/galler...ry.php?cat=543

You have spider url's turned on yet in your style you have relative url's to your images so it fails when using spider url's the most common solution is to make sure to use full urls

but you can try replacing this code block in header-inc.php and see if this helps autorewrite the urls

Code:

Content visible to verified customers only.

scottblumin October 15th, 2005 05:36 PM

thanks for the info.

unfortunately, replacing that code block did not seem to do the trick. for the time being I have turned off spider friendly urls feature and the style came back. - thx.
-
i don't think i'd know where to start if i were to look back at the custom style and put in full urls. I originally had someone else upload the style and am not to sure what i would need to do.

scott

Chuck S October 15th, 2005 06:16 PM

You would view the style in vbulletin admin and in the individual class's and place full url's to the gradient images for each class that has a gradient

scottblumin October 15th, 2005 06:47 PM

Quote:

Originally Posted by Chuck S
You would view the style in vbulletin admin and in the individual class's and place full url's to the gradient images for each class that has a gradient

Where do I find the individual classes you mention in your message? I don't really understand what you mean by the word, "class".

When i view the style as you mention, I have the following options: Template Options, Edit fonts/colors, Edit Style Options. From digging around, it seems like you are not speaking of template options and not style options.

If I go into Edit fonts/colors and view "All style options", then i have a long list of things.

But you are saying to just change the "individual class's and place full url's to the gradient images for each class that has a gradient".
-
If I look at my files for the style, there is a folder that is called 'gradients_blue'. It has 6 images inside it and one empty (0k) index.html file. Perhaps you are saying to add the full path anywhere any of these 6 gradient images are referenced in the "All style options" area?


Please confirm my understanding. Thanks for your patience.

Thanks,
Scott

Chuck S October 15th, 2005 07:35 PM

Class is a variable in a Cascading Style Sheet(CSS) ;)

In VBadmin Style Options -->All style options

Under that long list it lists each style class and you will see the class's like thead tcat vbmenu_options etc etc and where there is a url to a gradient make it a full url

scottblumin October 15th, 2005 07:55 PM

Quote:

Originally Posted by Chuck S
Class is a variable in a Cascading Style Sheet(CSS) ;)

In VBadmin Style Options -->All style options

Under that long list it lists each style class and you will see the class's like thead tcat vbmenu_options etc etc and where there is a url to a gradient make it a full url

Thanks Chuck! This worked.


All times are GMT -5. The time now is 06:01 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