![]() |
Trouble with vB Intergration I'm having a couple of problems with vB3 intergration. When I turn on vB3 intergration there are no table borders in my photopost?? Take a look: http://www.powwows.com/galleries/sho...php?photo=7528 I'm also trying to get the Feature Photos to work. I have it all installed, but when I use it, my vB main page is blank??? Thanks! |
Did you copy the vb3enhanced templates into your templates directory? |
No, I didn't see that step, what am I copying to where? |
Ah, ok, got that! Now, do you have a mapping of what colors match up to what settings in vB? Thanks |
|
I'd look closer at your stylesheets: background: #D5D8E5 url(../../images/gradients/gradient_panelsurround.gif) repeat-x top left; color: #000000; these kinds of relative URLs are likely to get you in trouble when using files outside the normal directory structure. I'd change them to absolute paths like: background: #D5D8E5 url(/forum/images/gradients/gradient_panelsurround.gif) repeat-x top left; color: #000000; You can see the vB3 mapping of style variables at the bottom of the forums/vb3.php file. |
It's not the images that are having problems, I don't have borders on tables?? Take a look at the photo above, the people's comments are just there without any border around them. |
In admin forum setting turn on forum stylesheet integration |
Here is a good example where something appears to be off: http://www.powwows.com/galleries/sho...php?photo=7533 The box for photo details is dark blue so that you can't read the text. The quick rate table is right!! It's perfect. But then underneath that the quick replay is messed up. Thanks! |
Quote:
It rocks now!! Looks great! Thanks! Now just need to get featured photos working. |
Ok, here are the errors when I try to use Featured Photos: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\powwows.com\httpdocs\galleries\inc_features.php on line 49 Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\powwows.com\httpdocs\galleries\inc_features.php on line 63 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in C:\Inetpub\vhosts\powwows.com\httpdocs\galleries\inc_features.php on line 115 |
|
Quote:
|
I think the instructions are pretty explicit If things are in separate databases do you have those appropriate lines filled out in inc_features? Is the table prefix specified correctly in the integration config file? |
They are in seperate db's. Here is the line: PPPRINT; // // End Featured Photos Code // // If you use PhotoPost in a seperate database from vB, you'll need to reselect the vB database! mysql_select_db ("gathering"); ?> |
And I don't have a prefix on the tables. |
Are you selecting your photopost/gallery database in features_inc? -T |
Nope, that line was still commented! So I now have featured photos and the pp categories on the main vb page. Still a couple of problems. No photos show up and the link to the photo is wrong. www.powwows.com/gathering Thanks |
Got the link working. When you load the page, you can see the images briefly and then they disappear????? |
check you featured_inc.php config, your missing the '/galleries/' part of a path -T |
| All times are GMT -5. The time now is 03:41 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0