PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   Trouble with vB Intergration (http://www.photopost.com/forum/photopost-pro-how-do-i/112863-trouble-vbulletin-intergration.html)

pgowder March 16th, 2005 09:51 AM

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!

Michael P March 16th, 2005 09:54 AM

Did you copy the vb3enhanced templates into your templates directory?

pgowder March 16th, 2005 09:55 AM

No, I didn't see that step, what am I copying to where?

pgowder March 16th, 2005 09:57 AM

Ah, ok, got that!

Now, do you have a mapping of what colors match up to what settings in vB?

Thanks

pgowder March 16th, 2005 10:01 AM

Looks like some things are still off:

http://www.powwows.com/galleries/sho...php?photo=7528

Michael P March 16th, 2005 10:05 AM

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.

pgowder March 16th, 2005 10:18 AM

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.

Chuck S March 16th, 2005 10:27 AM

In admin forum setting turn on forum stylesheet integration

pgowder March 16th, 2005 10:28 AM

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!

pgowder March 16th, 2005 10:30 AM

Quote:

Originally Posted by omegatron
In admin forum setting turn on forum stylesheet integration

That's it!!

It rocks now!! Looks great!

Thanks!

Now just need to get featured photos working.

pgowder March 16th, 2005 10:33 AM

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

Chuck S March 16th, 2005 10:37 AM

http://www.photopost.com/members/for...d.php?t=110527

pgowder March 16th, 2005 10:38 AM

Quote:

Originally Posted by omegatron

I've gone through that, but I'm getting errors.

Chuck S March 16th, 2005 10:53 AM

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?

pgowder March 16th, 2005 11:01 AM

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");

?>

pgowder March 16th, 2005 11:02 AM

And I don't have a prefix on the tables.

b6gm6n March 16th, 2005 11:11 AM

Are you selecting your photopost/gallery database in features_inc?

-T

pgowder March 16th, 2005 11:19 AM

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

pgowder March 16th, 2005 11:26 AM

Got the link working. When you load the page, you can see the images briefly and then they disappear?????

b6gm6n March 16th, 2005 12:01 PM

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


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