I understand this is a recurring problem and I've read all the previous posts on the subject, alas, to no avail.
My logo didn't show up after install.
After reading these boards, here's what I tried before I stumbled on to what I think is the bigger problem, so actually this is two problems but I think they're related:
1.
Full path to Header Include file = /home/layne/public_html/forums/images/misc/vbulletin3_logo_white.gif
2.
Full path to Header Include file =
http://www.newsartists.org/forums/im...logo_white.gif
3.
Full path to Header Include file =
http://www.newsartists.org/forums/photopost/header.htm (I customized the included header.htm and ftp'd my version up)
Here's the raw html link This is what it's supposed to look like by the way.
4.
Full path to Header Include file = /home/layne/public_html/forums/photopost/header.htm
None of this worked.
So I went to view the source of the photopost index to see the code that was being generated and I noticed a piece of the html is missing.
Code:
Content visible to verified customers only.
Not the difference in the img src link ...
INCORRECT in PhotoPost:
Code:
Content visible to verified customers only.
CORRECT in vBulletin (Has "forums/"):
Code:
Content visible to verified customers only.
So I looked around some more and discovered that all of my lower nav bar links on my PhotoPost index page have the same "forums/" missing from their links. And the little folder icon next to my forum title is missing, I'm suspicious because of the same reason.
Now, I remember installing vBulletin and having to hardcode some link fixes for the same reason.
vB wasn't putting "forums/" in there either. So it seems photopost is drinking out of the wrong well as far as getting these links to jive with vBulletin.
The problem is, I don't know how to make it see the link with the "forums/" added.
Help me Obi Wan, you're my only hope ...
-Layne