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 Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old October 16th, 2004, 11:33 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Location: Netherlands
Posts: 32
Photopost with PHPNuke and PHPbb integrated: Forum Error

Hi everyone,

AS I understand it, Photopost should work fine with PHPNuke 7.2 with PHPBB2.0.6. At least, that's what I'm told. But somehow I have problems with this. I have PHPNuke 7.2 where the forum (PHPBB2.0.6) is integrated as a module. That gives the result below......

Here we go..... Photopost does NOT get that the forum is really integrated, as in the meaning as a MODULE, in PHPnuke. I try to login, but I can't. When I ask for the password, it's looking for a page, but gives me the error that the page doesn't exist. Well, that's logic, after all the page:
http://www.scrappingmemories.nl/main...&mode=register

Really doesn't exist and it should give the page:
http://www.scrappingmemories.nl/main...&mode=register

Why doesn't do that? After all, I have said that the correct link to the forum (in the set up) is:
http://www.scrappingmemories.nl/main...hp?name=Forums

Apparently Photopost ask for a directory, but the forum does not have a directory, so now what? Somehow it doesn't help to fill in nothing, cause that gives problems too.....

So, what on earth is wrong here??????????? I really hope someone here can help me, cause I'm getting frustrated by trying several things with absolutely no results...

Regards,
Ilse
Ilse is offline   Reply With Quote
Old October 16th, 2004, 08:39 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Photopost does not integrate as a modules. Photopost only integrates with the user database.


I cant understand your sites language so I cant comment. Further your links above do not work.

The path you put in is your main site url

$regtext = " &middot; <a href=\"{$Globals['vbulletin']}/modules.php?name=Forums&file=profile&mode=register\">{$Globals['pp_lang']['register']}</a>";

so your url to enter is

http://www.scrappingmemories.nl/main
__________________
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 April 26th, 2005, 06:35 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
I'm not following this right or something. How can you get comments working with PHPnuke? I've tried a bunch of stuff...

Quote:
Originally Posted by omegatron
Photopost does not integrate as a modules. Photopost only integrates with the user database.


I cant understand your sites language so I cant comment. Further your links above do not work.

The path you put in is your main site url

$regtext = " &middot; <a href=\"{$Globals['vbulletin']}/modules.php?name=Forums&file=profile&mode=register\">{$Globals['pp_lang']['register']}</a>";

so your url to enter is

http://www.scrappingmemories.nl/main
sitka is offline   Reply With Quote
Old April 26th, 2005, 08:02 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Edit your usergroups and make sure comments are set

Make sure the global switch to allow comments are set
__________________
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 April 26th, 2005, 08:20 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
Quote:
Originally Posted by omegatron
Edit your usergroups and make sure comments are set

Make sure the global switch to allow comments are set
ok got that working:

says my user account registered December 1969 after i made a post
sitka is offline   Reply With Quote
Old April 26th, 2005, 08:24 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Okay not an error on our part that I can see

We grab the user registration date from the user table. If you view your registration date in your nuke user table what does it have for a date?
__________________
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 April 26th, 2005, 08:35 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
Quote:
Originally Posted by omegatron
Okay not an error on our part that I can see

We grab the user registration date from the user table. If you view your registration date in your nuke user table what does it have for a date?
checked in phpmyadmin and mine is Jan 14, 2005


Profile button doesn't work either 404

Last edited by sitka; April 26th, 2005 at 08:43 PM.
sitka is offline   Reply With Quote
Old April 27th, 2005, 07:48 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Your profile button should work fine as the profile being viewed is that of phpbb if you have things set right

$profilelink = "{$Globals['vbulletin']}/profile.php?mode=viewprofile&u=$tuserid";

As far as your date thing easy enough fix here

in nuke.php

$userprofile[4] = $regdate; // Registered Date


would become

$userprofile[4] = strtotime($regdate); // Registered Date
__________________
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 April 27th, 2005, 01:25 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
getting closer

that fixed the date! thanks

as for the profile when I went through the setup process it said forum folder so i put where the forum address is
Quote:
xxxxxxxxxx.com/modules.php?name=Forums&file=index/profile.php?mode=viewprofile&u=2
i changed it to the root but it still goes to that 404. that whole front part is the messed up part and i don't know how to get rid of it

Quote:
Originally Posted by omegatron
Your profile button should work fine as the profile being viewed is that of phpbb if you have things set right

$profilelink = "{$Globals['vbulletin']}/profile.php?mode=viewprofile&u=$tuserid";

As far as your date thing easy enough fix here

in nuke.php

$userprofile[4] = $regdate; // Registered Date


would become

$userprofile[4] = strtotime($regdate); // Registered Date
sitka is offline   Reply With Quote
Old April 27th, 2005, 02:45 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Try placing the straight link to your forums

http://www.webdogpro.com/forum as an example
__________________
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 April 27th, 2005, 02:51 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
Quote:
Originally Posted by omegatron
Try placing the straight link to your forums

http://www.webdogpro.com/forum as an example

i am using phpnuke..... don't think saw what the profile link looks like in my previous post....

h t t p : / / www.insertdummysitehere.com/modules.php?name=Forums&file=index/profile.php?mode=viewprofile&u=2


i went to the config and put it back to the room hoping it would get rid of that extra junk.... that didn't work
sitka is offline   Reply With Quote
Old April 27th, 2005, 02:53 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
Well We integrate with Nuke and PostNuke that I know of. I know there are many flavors of nuke out there but quite simply you would need to modify certain links to work with your php nuke version. There are tons of variations from what I see on the web.

$profilelink = "{$Globals['vbulletin']}/modules.php?name=Forums&file=index/profile.php?mode=viewprofile&u=$tuserid";
__________________
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 April 27th, 2005, 03:02 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
Quote:
Originally Posted by sitka
i am using phpnuke..... don't think saw what the profile link looks like in my previous post....

h t t p : / / www.insertdummysitehere.com/modules.php?name=Forums&file=index/profile.php?mode=viewprofile&u=2


i went to the config and put it back to the room hoping it would get rid of that extra junk.... that didn't work
guess this still an issue: but guess when I research more I don't think there is a profile link like you are speaking of in phpnuke. you speak of nuke and i believe it is the same as phpnuke. they have a "Your account" page and it is like this: h t t p : / / http://www.xxxxxxx.com/modules.php?n...ame=myusername can't use userid number
sitka is offline   Reply With Quote
Old April 27th, 2005, 04:48 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
The above link works fine that I posted for a profilelink as we integrate with the phpbb forum in nuke
__________________
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 April 27th, 2005, 05:01 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
This is a phpbb profile link

$profilelink = "{$Globals['vbulletin']}/profile.php?mode=viewprofile&u=$tuserid";


As is what is in our nuke file as thats what we integrate with. Find your true profile link in your different version and modify your profile link
__________________
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 April 27th, 2005, 05:48 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
Quote:
Originally Posted by omegatron
This is a phpbb profile link

$profilelink = "{$Globals['vbulletin']}/profile.php?mode=viewprofile&u=$tuserid";


As is what is in our nuke file as thats what we integrate with. Find your true profile link in your different version and modify your profile link
this is what it is set to

h t t p ://w w w . xxxxxxxxxx . c o m / modules.php?name=Forums&file=index/profile.php&mode=viewprofile&u=2

this is what works....... i can't get rid of the index part i keep on trying
h t t p : / / w w w . xxxxxxxxx . c o m /modules.php?name=Forums&file=profile&mode=viewprofile&u=2
sitka is offline   Reply With Quote
Old April 27th, 2005, 05:54 PM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 52,658
This is what your forum is using as a profile link

http://www.scrappingmemories.nl/modu...iewprofile&u=7

so take the link I posted above

$profilelink = "{$Globals['vbulletin']}/modules.php?name=Forums&file=profile&mode=viewprofile&u=$tuserid";
__________________
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PhotoPost Profile and PHPNuke clikchic Photopost Pro How Do I...? 1 November 14th, 2005 04:41 AM
phpnuke and photopost instructions robben General Discussion 15 April 26th, 2005 03:21 PM
Photopost with PHPNuke and PHPbb integrated: MySQL Error Ilse Photopost Pro Installation & Upgrades 2 October 15th, 2004 08:52 AM
Does PhotoPost Classified works with PHPNUKE? batmon Before You Buy 3 July 29th, 2004 10:11 PM
Basic Forum integrated into PP Classifieds?? NSXTC Classifieds Suggestions 1 June 22nd, 2004 02:09 PM


All times are GMT -5. The time now is 01:16 AM.

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