 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
November 5th, 2005, 03:53 AM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005 Location: Cape Town South Afri
Posts: 8
| VB home page gallery
Hi Guys and girls,
I am hoping to add a photopost (recent post) gallery to my home page, just 4 of the lastest pics added.
I have been through vb.com and vb.org forums and have not found any advise on this. I am wondering if anyone out there knows how to do this.
Thanks a million in advance |
| |
November 5th, 2005, 05:01 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
|
Hello visit the photopost documentation forum and read the sticky on adding the vb3 main index block
|
| |
November 5th, 2005, 08:52 AM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005 Location: Cape Town South Afri
Posts: 8
| Lost again
Hi Chuck,
Ok spent half and hour trying to avoid making a fool of myself but I cannot find the "photopost documentation forum and the sticky" that you mention.
Sorry, but is there a url you can point me too? |
| |
November 6th, 2005, 01:51 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
| |
| |
November 6th, 2005, 02:13 AM
|
#5 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005 Location: Cape Town South Afri
Posts: 8
| Thanks chuck
Hi Chuck,
Thanks for a great product.
Cheers
|
| |
November 7th, 2005, 07:43 AM
|
#6 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005 Location: Cape Town South Afri
Posts: 8
| whats gone wrong???
Hi Chuck,
I have done everything suggested in the above link.
On the home page ( http://www.africatravelforum.com/) I have managed to get "Featured Photos" up and running, the only problem is that it is not showing the pics??
I have double checked everything and all seems to be correct - any ideas on what I might have missed?
The only thing I have not edited is the config-int.php file, what if any changes do I have to make here?
Thanks in advance
Last edited by kingjim; November 7th, 2005 at 12:33 PM.
|
| |
November 7th, 2005, 06:25 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
|
Check your category permissions and if your using vb35 make sure your using the latest inc_features.php from the download
THE CONFIG-INT MUST HAVE ALL THE PROPER PATHS AND URLS BUT IT SHOULD IF YOUR USINNF THE VB3 HEADER INTEGRATION
|
| |
November 8th, 2005, 06:22 AM
|
#8 (permalink)
| | Junior Member Verified Customer
Join Date: Oct 2005 Location: Cape Town South Afri
Posts: 8
| Little black holes
Hi Chuck,
At last i have managed to get this right as you can see on http://www.africatravelforum.com/ everything is working/ looking fine apart from the fact that no pics are showing any ideas on why this would be.
|
| |
November 8th, 2005, 06:01 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
|
Hey Buddy as stated in my last post all paths must be right
Your photopost data directory url in integration paths is missing the trailing slash it states must be placed on it. Thats my nothing shows
|
| |
December 5th, 2005, 06:59 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 33
|
Can this method be used for vb3.5.1 and photo Post latest version?
|
| |
December 5th, 2005, 07:00 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
|
Hello yes the inc_features.php file is included within the photopost download
|
| |
December 5th, 2005, 09:24 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 33
|
Possible to tell me where i went wrong:
Warning: main(./photopost/inc_features.php): failed to open stream: No such file or directory in /index.php on line 58
Warning: main(./photopost/inc_features.php): failed to open stream: No such file or directory in /index.php on line 58
Warning: main(): Failed opening './photopost/inc_features.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/lib/php') in /index.php on line 58
|
| |
December 5th, 2005, 09:26 AM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
|
you would need to change the include path to the correct path for you install
./photopost is a suggestion
it could be
../photopost
all depends on where you have it installed and the directory name
|
| |
December 5th, 2005, 09:29 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 33
| Quote: |
Originally Posted by Chuck S you would need to change the include path to the correct path for you install
./photopost is a suggestion
it could be
../photopost
all depends on where you have it installed and the directory name | Change it in inc_features.php u mean?
|
| |
December 5th, 2005, 09:31 AM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 33
|
I changed it in index.php and I got this:
Warning: main(./gallery/inc_features.php): failed to open stream: No such file or directory in /index.php on line 58
Warning: main(./gallery/inc_features.php): failed to open stream: No such file or directory in /index.php on line 58
Warning: main(): Failed opening './gallery/inc_features.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/lib/php') in /index.php on line 58
Warning: main(./gallery/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 59
Warning: main(./gallery/inc_photopost.php): failed to open stream: No such file or directory in /index.php on line 59
Warning: main(): Failed opening './gallery/inc_photopost.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/lib/php') in /index.php on line 59
|
| |
December 5th, 2005, 09:52 AM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
|
Okay if you have photopost installed in gallery off the webroot it would need to be this
../gallery
./gallery is saying look in the forums directory for a directory called gallery
|
| |
December 5th, 2005, 10:03 AM
|
#17 (permalink)
| | Member
Join Date: Oct 2005
Posts: 152
|
Are you installing PP inside your forum folder?
|
| |
December 5th, 2005, 10:09 AM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 33
| Quote: |
Originally Posted by shadowdancer36 Are you installing PP inside your forum folder? | No it is in a separate folder but using same dbase. So i need to use ../gallery instead of ./gallery rite?
|
| |
December 5th, 2005, 10:19 AM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Dec 2005
Posts: 33
|
Everything has been installed beforehand. I am just trying to install the features thingy.
|
| |
December 5th, 2005, 10:26 AM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,684
|
yes if it is in a directory gallery off the webroot it would be ../gallery
|
| | |
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 08:24 AM. | |