PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 3 votes, 5.00 average. Display Modes
Old March 16th, 2005, 09:51 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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!
pgowder is offline   Reply With Quote
Old March 16th, 2005, 09:54 AM   #2 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
Did you copy the vb3enhanced templates into your templates directory?
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old March 16th, 2005, 09:55 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
No, I didn't see that step, what am I copying to where?
pgowder is offline   Reply With Quote
Old March 16th, 2005, 09:57 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
Ah, ok, got that!

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

Thanks
pgowder is offline   Reply With Quote
Old March 16th, 2005, 10:01 AM   #5 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
Looks like some things are still off:

http://www.powwows.com/galleries/sho...php?photo=7528
pgowder is offline   Reply With Quote
Old March 16th, 2005, 10:05 AM   #6 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,834
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.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old March 16th, 2005, 10:18 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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.
pgowder is offline   Reply With Quote
Old March 16th, 2005, 10:27 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
In admin forum setting turn on forum stylesheet integration
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 16th, 2005, 10:28 AM   #9 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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 is offline   Reply With Quote
Old March 16th, 2005, 10:30 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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 is offline   Reply With Quote
Old March 16th, 2005, 10:33 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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
pgowder is offline   Reply With Quote
Old March 16th, 2005, 10:37 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
PhotoPost Enhanced vB3 Index Integration
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 16th, 2005, 10:38 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
Quote:
Originally Posted by omegatron
I've gone through that, but I'm getting errors.
pgowder is offline   Reply With Quote
Old March 16th, 2005, 10:53 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,947
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?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old March 16th, 2005, 11:01 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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 is offline   Reply With Quote
Old March 16th, 2005, 11:02 AM   #16 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
And I don't have a prefix on the tables.
pgowder is offline   Reply With Quote
Old March 16th, 2005, 11:11 AM   #17 (permalink)
Senior Member
 
Join Date: Mar 2003
Posts: 1,319
Are you selecting your photopost/gallery database in features_inc?

-T
b6gm6n is offline   Reply With Quote
Old March 16th, 2005, 11:19 AM   #18 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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 is offline   Reply With Quote
Old March 16th, 2005, 11:26 AM   #19 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
Got the link working. When you load the page, you can see the images briefly and then they disappear?????
pgowder is offline   Reply With Quote
Old March 16th, 2005, 12:01 PM   #20 (permalink)
Senior Member
 
Join Date: Mar 2003
Posts: 1,319
check you featured_inc.php config, your missing the '/galleries/' part of a path

-T
b6gm6n is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
RP 2.91 and VB3 intergration Jacques ReviewPost Installation & Upgrades 5 May 4th, 2005 01:36 PM
ok few things for intergration hunterscentral Photopost Pro Installation & Upgrades 1 January 22nd, 2005 08:36 AM
Confused about intergration redtailboa Classifieds Installation & Upgrades 1 October 4th, 2004 11:45 AM
Intergration VB3 aberg Photopost Pro Installation & Upgrades 1 August 10th, 2004 05:07 PM


All times are GMT -5. The time now is 02:44 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0