PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.5.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/)
-   -   Missing Parts. (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-5-x/124929-missing-parts.html)

Dr.H May 11th, 2006 09:56 PM

Missing Parts.
 
Hi all..
I recently added an new skin to my forum so of course it messed with the vB Gallery lol.
At first I was missing all of the images and the links didn't work so I searched the this forum for possible fixes and found I could fix the images by changing the image paths to full urls in the Style Manager - All Style Option. I also found I could fix the links by going to the vBa Gallery - Modify Setting and copy the Navbar Replacements over to the Header Replacements.
Now this almost fixed all the problems.. I found that I'm still missing the left and right side of the navbar(which I belive is part of the header in this skin) and I'm also missing the top middle portion of the catagory right under the navbar. The catagories and image boxes are missing the whole top and bottom graphic.
Forum: http://www.gkjapan.com/
Gallery: http://www.gkjapan.com/gallery/index.php?

Here is my header code:
Code:

Content visible to verified customers only.
I tried to find an answer but I'm stumped, any help would be great :).

Thanks

Dr.H May 11th, 2006 10:42 PM

We managed to fix the navbar and the top catagory. Still trying to figure out the rest.

Zachariah May 12th, 2006 10:08 AM

Style Manager:
In Category Strips and other setting in your style.

You may have something like above.
EX:
Code:

Content visible to verified customers only.

You could change this to you URL path of the image.
EX:
Code:

Content visible to verified customers only.
or
Code:

Content visible to verified customers only.

Dr.H May 16th, 2006 06:11 AM

Thanks Zachariah,
We fixed the url link you showed and it fixed the top catagory.
I searched for more urls but the only ones I could find left looked like the code below.. they all have the $stylevar[imgdir_misc] section first so I'm not sure if I should change that or if it would do anything..

Code:

Content visible to verified customers only.

Zachariah May 16th, 2006 07:52 AM

1 Attachment(s)
$stylevar[imgdir_misc] = Miscellaneous Images Folder

AdminCP => Styles & Templates => Style Manager
- use dropdown on style you want to edit
- select: StyleVars => Image Paths

See attached image of my setup. Full URLs to the image paths.

Some styles may not have all the images and subfolders and use the default ones that come with vBulletin.


All times are GMT -5. The time now is 01:18 AM.

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