 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
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!
|
| |
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. |
| |
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?
|
| |
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
|
| |
March 16th, 2005, 10:01 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 499
| |
| |
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. |
| |
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.
|
| |
March 16th, 2005, 10:27 AM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
In admin forum setting turn on forum stylesheet integration
|
| |
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!
|
| |
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.
|
| |
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
|
| |
March 16th, 2005, 10:37 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
| |
| |
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.
|
| |
March 16th, 2005, 10:53 AM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
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?
|
| |
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");
?>
|
| |
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.
|
| |
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
|
| |
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
|
| |
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?????
|
| |
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
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 04:06 PM. | |