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 Rate Thread Display Modes
Old June 5th, 2005, 11:40 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Question How to display featured photos on other websites ?

Very important for us to know, how to display featured photos on other websites ?

Thanks.
Bhaskar.
SaN-DeeP is offline   Reply With Quote
Old June 6th, 2005, 02:13 PM   #2 (permalink)
Senior Member
 
Join Date: Mar 2003
Posts: 1,319
Hi..

Sounds like an interesting mod, i would ask or search over at photopostdev.com to see if this hasn't been done already.

-T
b6gm6n is offline   Reply With Quote
Old June 6th, 2005, 02:26 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Sep 2003
Posts: 322
You can use thumbnailincluder for this.
Works also with v5.1
aberg is offline   Reply With Quote
Old June 12th, 2005, 12:22 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Quote:
Originally Posted by aberg
You can use thumbnailincluder for this.
Works also with v5.1
can you please guide me to correct post ? and/or how to do this.

Can you also show some live examples of same ?

Thanks.
SaN-DeeP is offline   Reply With Quote
Old June 15th, 2005, 07:03 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
bumping again.
SaN-DeeP is offline   Reply With Quote
Old June 15th, 2005, 07:32 PM   #6 (permalink)
Senior Member
 
Join Date: Mar 2003
Posts: 1,319
Check this post over at photopostdev.com, cheers

-T
b6gm6n is offline   Reply With Quote
Old June 26th, 2005, 02:09 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
hey Toney,
thanks for the link, I have a question though, I am unable to figure out how to enable random/featured photos display on my site portal.
I am using Virtuanews News Script as portal on www.techarena.in (based on php/mysql)

our forums (vbulletin) portal (virtuanews) and gallery (photopost) share the same database, with different table prefix.

can you kindly guide me how to proceed further ?
I have copied the script and uploaded to my portal directory, How do i execute/display photos ?

Virtuanews is a template based system.

Thanks
SaN-DeeP is offline   Reply With Quote
Old June 27th, 2005, 03:06 PM   #8 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Bumping back.
come on guys, share your thoughts on same please.
I am sure, many here will be interested to get this addon working for them.

Thanks.
SaN-DeeP is offline   Reply With Quote
Old June 27th, 2005, 03:45 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
why dont you just use a php include on your news page

<?
include( "some/path/to/inc_features.phpl" );

echo "$photopostfeature";

?>
__________________
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 June 28th, 2005, 07:44 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Unhappy

Quote:
Originally Posted by omegatron
why dont you just use a php include on your news page

<?
include( "some/path/to/inc_features.phpl" );

echo "$photopostfeature";

?>
this is one of the custom(new page) i am building on my portal

here is the code.

Code:
Content visible to verified customers only.
but it wont work.
SaN-DeeP is offline   Reply With Quote
Old June 28th, 2005, 07:57 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
trying another code.

Code:
Content visible to verified customers only.
But even this wont work..
SaN-DeeP is offline   Reply With Quote
Old June 28th, 2005, 08:05 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
You need to make it a php page or a phtml page to parse php code
__________________
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 July 15th, 2005, 11:38 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
this aint a proper solution yet, I am forced to give database details (username/password) to another site...
SaN-DeeP is offline   Reply With Quote
Old July 15th, 2005, 11:55 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
If you want to show this on another site yes you need to give database settings

However why not create a user/password that only has READ access to the database to use for a modified script your doing. This would ensure security and how most everyone does things like this
__________________
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 August 10th, 2005, 01:25 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Dec 2004
Location: techarena.in
Posts: 421
Quote:
Originally Posted by omegatron
If you want to show this on another site yes you need to give database settings

However why not create a user/password that only has READ access to the database to use for a modified script your doing. This would ensure security and how most everyone does things like this
this seems like a decent idea to me, although I have tried my best to display featured photos on our site homepages (non-vbulletin .php pages) but i am still unable.....
SaN-DeeP is offline   Reply With Quote
Old August 10th, 2005, 01:28 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
As I previously stated you can only display php code in a php file or a phtml file if the server allows php to be parsed in a phtml file

There are many tutorials on the web on trying to understand and master how to parse php code in an html page
__________________
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 August 10th, 2005, 01:42 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
There is a phtml page I quickly made up

http://www.reeftalk.com/test.phtml

You will need to comment out this inc_features.php as your not using this with Vbulletin

//if ( $ViewPerm[$pcat] == 1 ) continue;
__________________
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
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
How do I include only member gallery photos in featured photos dlangley Photopost Pro How Do I...? 4 April 30th, 2005 10:25 AM
Featured Photos box but no photos? TL408 Photopost Pro Installation & Upgrades 5 April 30th, 2005 07:03 AM
VB3 Integration. Featured Photo display url but no Thumbnail dobbs Photopost Pro Installation & Upgrades 19 April 29th, 2005 02:37 PM
How do I do the Featured Photos... coloradok5 Photopost Pro How Do I...? 41 April 11th, 2005 07:16 AM
Featured Photos box--but no photos? Synn Photopost Pro Installation & Upgrades 7 January 8th, 2005 05:25 PM


All times are GMT -5. The time now is 11:50 AM.

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