![]() |
Forum Menu showing up in Gallery Okay, so I've got Photopost transferred to my new site and installed. It's integrating with V-Bulletin perfectly...however, the V-Bulletin menu with the links such as "new posts", "private messages", etc. shows up. When I click on them, I get error codes. How can I fix it so that this doesn't happen? TIA :confused: |
You have not integrated it perfectly then ;) Here is the link to the VB3 Integration FAQ http://www.photopost.com/members/for...d.php?t=107895 In there you will find that you need to edit several VB templates to make sure the header images and links all work over top of photopost as VB uses relative paths not full url's which are needed to run that header elsewhere besides VB |
I swear I looked at that thread and did that....grrr....will look one more time! |
So...I go to follow the directions and now I have NO gallery! Fatal error: main(): Failed opening required '/home/sites/yoursite/photopost/languages/english/pp-inc.php' (include_path='.:/usr/local/lib/php') in /homepages/36/d106697979/htdocs/photopost/pp-inc.php on line 63 Code I'm getting... |
Okay, now I've tried re-loading and I get a message saying that the photopost.sql file is missing and needs to be in the same directory as the install.php file. But it is and I've reloaded that several times. I'm sure I'll figure this out before someone answers me...but can someone at least tell me why it did that? |
Okay - as I presumed....I fixed that....now, based upon the FAQ you pointed me to, I have already adjusted my config file as follows: // Cookie variables // This should be set to match the path/domain for your cookies, // $cookie_path = "/"; sets the cookie to be usable throughout the site. // $cookie_domain = ".domain.com"; sets the cookie to be usable across the domain // If your BB system has a different setting, then you need to put that path here as well. $cookie_path = "/"; $cookie_domain = ""; // Cookie Prefix // Default vB3: //$cookieprefix = "bb"; // Default phpBB2: //$cookieprefix = "phpbb2mysql"; // Default Threads: //$cookieprefix = "w3t_"; $cookieprefix="bb"; and adjusted my V-bulletin admin section. Am I still doing something wrong? and, my header.php file is changed to this based on your FAQ: // vBulletin Integration // Instead of using the static header/footer file specified in the Admin options // panel, you can use your existing default vBulletin header/footer. Just change // $vbpath and $pppath below to the proper full paths and remove the "//" slashes // from the beginning of the 27 lines of code below. If PhotoPost has an odd // background color or squished width, you will need to edit vbulletin's default // "header" style input box / template and change "{pagebgcolor}" and "{tablewidth}" // (near the bottom) to your preferred background color and table width, respectively. $vbpath ="/kunden/homepages/36/d106697979/htdocs/forums"; // changeme $pppath ="/kunden/homepages/36/d106697979/htdocs/photopost"; // changeme chdir($vbpath); require("./global.php"); eval('$navbar = "' . fetch_template('navbar') . '";'); $vbheader = "$stylevar[htmldoctype] <html dir=\"$stylevar[textdirection]\" lang=\"$stylevar[languagecode]\"> <head> $headinclude"; $vbheader .= "</head> <body> $header $navbar <div align=\"center\">"; eval('$vbfooter = "' . fetch_template('footer') . '";'); $vbfooter = process_replacement_vars($vbfooter); $vbfooter = "</div>$vbfooter"; chdir($pppath . "/"); $HTTP_POST_FILES = $_FILES; $HTTP_POST_VARS = $_POST; ?> |
Why are you going to install again etc. Per the VB Integration FAQ's you need to edit the relative paths in the navbar etc VB TEMPLATES!!! to get rid of relative urls. Edit the footer header header include and navbar templates Quoted from the FAQ Quote:
|
I never even looked at this one because my header didn't have "Red X's" - and I reinstalled because when I did what I thought I should have done based upon the FAQ that seemed to "match" what I was needing - I got errors and no gallery anymore. It screwed it up. I'll look at this one...I think that it would have been less hassle if when I asked the question that someone would have said, either do this - and point to the one or two of many sections posted in this one FAQ. |
The point of FAQs are to help people find answers to their questions. You should expect to do a little reading weather its a manual or an FAQ. |
| All times are GMT -5. The time now is 06:06 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0