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 > General Forums > Before You Buy

Before You Buy Have questions about PhotoPost, ReviewPost and/or PhotoPost Classifieds before you buy?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old April 5th, 2005, 03:27 PM   #1 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 9
Postnuke Integration

I see the site says PhotoPost can integrate with postnuke. Can someone please explain more details.

The following post says.
We do have PostNuke users and we support PostNuke at the user level.
PhotoPost and Postnuke.

I need to integrate users and groups with postnuke. Also be able to have comment notifications emailed.

Also, is there a guarantee, eval license, or try-before-you-buy program?

Do I need an extra license for my development server? No users can hit this and it is only for development so I do not have to mess with a live server.

Thank you.
-G
GMGGG is offline   Reply With Quote
Old April 5th, 2005, 05:28 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,801
We integrate with postnuke on the user and usergroup level.

We do not run as a module though.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old April 5th, 2005, 06:38 PM   #3 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 9
OK, that is fine. How about a devlopment license. If I buy and install it on the dev server and then copy it to production will it work and be legit or do I need to buy a copy for both servers.

FYI, both servers are configured identical. They both use the same virtual host information. The only thing different is the IP.
GMGGG is offline   Reply With Quote
Old April 5th, 2005, 08:07 PM   #4 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
As long as the development system isn't being used in a production environment (i.e. users are not accessing it), then there isn't a problem.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old April 5th, 2005, 08:56 PM   #5 (permalink)
Registered User
 
Join Date: Apr 2005
Posts: 9
Thanks, I am ordering now.
GMGGG is offline   Reply With Quote
Old September 28th, 2005, 11:42 AM   #6 (permalink)
Axe
Member
Verified Customer
 
Join Date: Dec 2002
Posts: 52
Quote:
Originally Posted by omegatron
We do not run as a module though.
On one of the sites listed as a demo of PostNuke/PhotoPost integration, Photopost is shown as a module integrated with PostNuke.

http://www.mikesjourneys.com/modules...ost&file=index

Is this something you now offer?
Axe is offline   Reply With Quote
Old September 28th, 2005, 12:21 PM   #7 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,801
Hello no that I beleive is a hack that a user posted at postnuke site or did for that user.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 28th, 2005, 12:31 PM   #8 (permalink)
Axe
Member
Verified Customer
 
Join Date: Dec 2002
Posts: 52
Okies, no plans to do anything like that officially?
Axe is offline   Reply With Quote
Old September 28th, 2005, 12:52 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,801
Well if we could do it without having to release a whole separate version of the software sure we would look into it. I think the issue with this hack the user did is the user actually went through the entire program and rewrote every single link which is a nightmare.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 28th, 2005, 01:36 PM   #10 (permalink)
Axe
Member
Verified Customer
 
Join Date: Dec 2002
Posts: 52
Okies, well, I'm going to buy a copy of the latest PhotoPost soon to integrate with one of my phpBB based sites, so I'll have a play with it off-line (local LAN Linux server) to see what I can do to make it PostNuke-happy without it being too big of an irreversible deal
Axe is offline   Reply With Quote
Old September 28th, 2005, 04:04 PM   #11 (permalink)
Axe
Member
Verified Customer
 
Join Date: Dec 2002
Posts: 52
After having a look at his genURL() function, I don't see how it would require a separate version of the software.

Yes, he rewrote the URLs (kinda). He rewrote them to go through that function. That function looks to see if $Globals['vbversion'] is "postnuke", and if it is, send back a module URL, if it isn't, send back the URL as normal.

Once that's done, it doesn't need to be done again in future versions, and with that function in place, it'll still work as a normal standalone.

phpBB2 is setup in a similar fashion, whereby all links are sent through the append_sid() function. PNphpBB2 exploits this function for the same purpose Mike does in his genURL() function.

All of his other mods check to see if it's running inside PostNuke, and if it is, do the magic, if it isn't, then carry on as normal.

It'd take a while, sure, but like I said, it only needs to be done once, and wouldn't affect PhotoPost's standalonability.

The only other quick(er)-method would be simply caching the output buffer in a variable (ob_start(), ob_get_contents(), ob_end_clean()) and using a function to parse that variable searching & replacing PhotoPost URLs for the PostNuke module equivalents, and a couple of checks to include PostNuke's header & footer if it's running as a PostNuke module.

That would be much quicker to implement, the problem is, if the PostNuke site is running some mod_rewrite work for "Search Engine Friendly URLs", chances are they're already using the output buffer caching features of PHP for this, so you could end up with conflicts. In a stock PostNuke setup, it should work fine though.
Axe is offline   Reply With Quote
Old September 28th, 2005, 04:20 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,801
We have tons of links throughout our program and recoding every link to use a function just for postnuke when it is such a small fraction of our business has never been a viable alternative yet to warrant recoding the entire program for such a thing.

Who knows what the future will bring though
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 28th, 2005, 04:26 PM   #13 (permalink)
Axe
Member
Verified Customer
 
Join Date: Dec 2002
Posts: 52
Well, given that it integrates (to a similar degree) with Mambo, and other software, it may be a good way to add "enhanced" functionality, similar to the vb3 enhancements you offer. Future-proofing
Axe is offline   Reply With Quote
Old September 28th, 2005, 09:50 PM   #14 (permalink)
Member
Verified Customer
 
Join Date: Feb 2004
Location: Beach/Lost Angeles
Posts: 147
Quote:
Yes, he rewrote the URLs (kinda). He rewrote them to go through that function. That function looks to see if $Globals['vbversion'] is "postnuke", and if it is, send back a module URL, if it isn't, send back the URL as normal.

Once that's done, it doesn't need to be done again in future versions, and with that function in place, it'll still work as a normal standalone.
Exactly, it's a 1-time code change.

Quote:
We have tons of links throughout our program and recoding every link to use a function just for postnuke when it is such a small fraction of our business has never been a viable alternative yet to warrant recoding the entire program for such a thing.

Who knows what the future will bring though
As I explained going on a year ago, this 1-time code base change will thus allow PP to integrate much much easier with (not just) PostNuke, PHPNuke and related, Mambo and any other CMS that uses URL parameters.

And it's transparent to those running standalone or with VB.

Simple.
mlucek 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Postnuke / Coppermine Import sydeburnz Installs and Upgrade - vBulletin 3.0.X 2 September 2nd, 2005 06:35 PM
PP -> PostNuke module try in progress mlucek General Discussion 33 April 2nd, 2005 09:57 AM
Postnuke and Photopost DSD Photopost Pro Installation & Upgrades 6 February 4th, 2005 03:55 PM
PhotoPost and Postnuke. mirakku Before You Buy 3 February 2nd, 2005 06:26 PM


All times are GMT -5. The time now is 12:05 PM.

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