PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Member profile redundancy with forum integration on (http://www.photopost.com/forum/photopost-pro-installation-upgrades/129732-member-profile-redundancy-forum-integration.html)

funkmeister January 5th, 2007 01:17 PM

Member profile redundancy with forum integration on
 
Just got around to upgrading to 5.6.2 - I'm using VB3 integration with vBulletin 3.6.4 and wondering why on the Member Profile link within the gallery the "Profile" link doesn't take me directly to the VB member profile?

Instead, all I see is a link to "edit my profile" which then takes me to what looks like a PhotoPost profile details page - again, isn't this somewhat redundant - why would I want to fill this out, when the majority of the info is already in my VB profile?

Just curious :)

Thanks.

Chuck S January 5th, 2007 05:26 PM

It never has in any Photopost version. Our member profile option has relevant info pertaining to the gallery. You should not see an edit profile link in Photopost unless your running a standalone Photopost not integrated with vb.

funkmeister January 5th, 2007 05:32 PM

2 Attachment(s)
We'll I definitely see it (see attachments) and also integrated with vB 3.6.4. - all other integration features work as expected.

Any ideas?

Thanks.

mjm January 5th, 2007 07:06 PM

What we've done is modify/remove some sections of the gallery profile and left one portion where users can enter info about their gallery pics there.
See this thread: edit profile link integrated with forum profile link where it has been discussed.

funkmeister January 5th, 2007 10:08 PM

Well, for me, I'm hoping I can easily remove the "Profile" link from that table, since the point of integration is to cut down on multiple things for users to deal with, at least that's how I see it ;)

Thanks for the link though, it will help in trying to figure things out.

Chuck S January 6th, 2007 07:33 AM

In member.php add in bold to remove edit my profile

Code:

Content visible to verified customers only.

funkmeister January 6th, 2007 11:40 AM

Thanks Chuck, but I get this error after that edit:

Quote:

Parse error: syntax error, unexpected T_VARIABLE in /gallery/member.php on line 123
Iniitally I just pasted in the bold code as you said, but got the error, then I just pasted and replaced the whole section with what you have above, but still the same error is produced. So it's not an editing mistake :)

Any ideas, thanks.

Chuck S January 6th, 2007 10:27 PM

Retry the code missing &&

funkmeister January 7th, 2007 01:12 PM

Thanks Chuck.

SolPal January 9th, 2007 01:47 PM

hi, this is somewhat related to this topic,

how can I remove the "Profile" link from being displayed. I currently have VB integration.

Thanks in advanced

SolPal January 9th, 2007 02:37 PM

Quote:

Originally Posted by SolPal (Post 1186097)
hi, this is somewhat related to this topic,

how can I remove the "Profile" link from being displayed. I currently have VB integration.

Thanks in advanced

I found it it was in the pp-inc.php around line 3030

thanks :D


All times are GMT -5. The time now is 04:42 PM.

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97