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 December 11th, 2006, 05:12 PM   #1 (permalink)
Member
Verified Customer
 
mtha's Avatar
 
Join Date: May 2005
Location: OK, US
Posts: 107
Send a message via Yahoo to mtha
edit profile link integrated with forum profile link

member.php, line 123

if ( ($User['userid'] == $uid || $User['adminedit'] == 1) )
{
$clickedit = " (<a href=\"{$Globals['maindir']}/member.php?ppaction=edit&amp;uid=$uid\">{$Globals['pp_lang']['editmy']}</a>)";
}


The link to "edit my profile" should not be displayed in vB integration, or it should link to vb's edit profile page.
mtha is offline   Reply With Quote
Old December 11th, 2006, 05:23 PM   #2 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
PhotoPost includes it's own gallery profile page which can be edited by the user separate form their vBulletin profile.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old December 11th, 2006, 09:48 PM   #3 (permalink)
mjm
Ultimate Member
Verified Customer
 
Join Date: May 2002
Posts: 1,066
(We're integrated with vB users but not using vB enhanced)

What we've done on the page that links from the username ...
site/gallery/member.php?uid=1234)

Where it shows the Profile link on the left ...
We've inserted the link to the users Forum Profile here.
We made this upen to a new window so that a viewer doesn't lose their place at the gallery page.

Then where it shows the gallery Profile (edit my profile) on the right ...
We're in the process of removing all the fields but keeping the About Me field.

This way the users main profile is at the forums and the About Me profile can be for the user to to enter info about their Gallery pics and is displayed on this username page.

We will probably name this My Gallery Profile.

We actually have 3 PP Pro Gallerys licenses tied in with one VB forum, each gallery covering a different photo subject field.
Now a user can have the forum as their main profile, and can also have a profile intro for each gallery.

Very cool! Thanks Michael!

BTW I especially like that we can use bbcode and insert url links back to the forum etc in their profile ...
[url = link]intro post about me and my pics [/url] in the About Me Profile, because members can refer to specific forum thread postings in their profile

Cheers,
Mark
mjm is offline   Reply With Quote
Old December 11th, 2006, 10:08 PM   #4 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
Right, I wanted this page to be a little more flexible for the user being able to create a "gallery presence" separate from their forum presence.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old December 11th, 2006, 10:24 PM   #5 (permalink)
mjm
Ultimate Member
Verified Customer
 
Join Date: May 2002
Posts: 1,066
That's great Michael!
We were able to remove the parts we didn't want in the editprofile.tmpl and kept the About Me field.
We renamed the gallery profile to My Gallery Profile in the language directory.
We also removed the About Me name because it is not needed this way as this field now shows directly below My Gallery Profile.

Because we have the Profile link on the left side now going to the users Forum Profile we removed the Forum Profile link on the statistics page (profile.templ) because the link we've replaced at the profile link on the left also shows when viewing the Statistics page.

Again, thanks for this new addition and I hope the above is of use to others who may want to tailor the new gallery profile to their needs.
mjm is offline   Reply With Quote
Old December 12th, 2006, 07:48 AM   #6 (permalink)
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
Let's try a title change and moving to How Do I for better exposure.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.
Michael P is offline   Reply With Quote
Old January 6th, 2007, 01:50 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Posts: 62
Quote:
Originally Posted by mjm View Post
What we've done on the page that links from the username ...
site/gallery/member.php?uid=1234)

Where it shows the Profile link on the left ...
We've inserted the link to the users Forum Profile here.
We made this upen to a new window so that a viewer doesn't lose their place at the gallery page.

Then where it shows the gallery Profile (edit my profile) on the right ...
We're in the process of removing all the fields but keeping the About Me field.

This way the users main profile is at the forums and the About Me profile can be for the user to to enter info about their Gallery pics and is displayed on this username page.
mjm - would you mind sharing your code changes so I might implement a similar scheme? Thanks if yes, no worries if not.
funkmeister is offline   Reply With Quote
Old January 6th, 2007, 04:23 PM   #8 (permalink)
mjm
Ultimate Member
Verified Customer
 
Join Date: May 2002
Posts: 1,066
Hi funkmeister,
Not a problem. My wife CaroleM made the changes ... I'm just the gimme guy
She'll be recording the notes of changes we've made so far and we will post it here. (She's working this weekend so it may take a day)

The new gallery profile is going to be very cool as members can use bbcode to organize links directed to albums or specific threads at the forums discussing their photos ... even use the img code with linked thumbnails to albums or forum threads.

We have yet to officially introduce this new feature, and my first step will be to set up my own (example) gallery profile.
Then I'm going to create a how-to thread at our forum and provide instructions and tips on how members can use this.

At the edit Profile link, above the field to enter information we've added:

Use this space to provide information about your gallery portfolio

Our next step will then be to also include a help link here to the how-to thread at the forums, with further instructions.

... still a work in progress

Mark
mjm is offline   Reply With Quote
Old January 6th, 2007, 08:31 PM   #9 (permalink)
Member
Verified Customer
 
Join Date: Jul 2003
Posts: 198
editing profile.tmpl pp5.62

Here is what I did (bear in mind - I am amateur at coding but this seems to work fine)
Carolem

My final profile page looks like this:

See my gallery

My Profile at the _______ Forum

My Statistics


We don't use comments so I removed lines
removed comments: (lines 44-48)
Code:
Content visible to verified customers only.
I moved the forum profile: (lines 122-124)
Code:
Content visible to verified customers only.
and deleted lines 126-132 to take out profile from statistics


my final code looks like this:
Code:
Content visible to verified customers only.
We also made a few changes in the language file.
Carolem is offline   Reply With Quote
Old January 7th, 2007, 02:11 PM   #10 (permalink)
Member
Verified Customer
 
Join Date: Oct 2004
Posts: 62
Many thanks mjm and Carole M
funkmeister is offline   Reply With Quote
Old September 8th, 2007, 02:50 PM   #11 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 233
how do i make it so that when users click on username to see profile via bulletin, instead of taking them to th vbulletin profile, take them directly to the photopost profile?

thanks !
sabrina is offline   Reply With Quote
Old September 8th, 2007, 04:59 PM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,804
Honestly I would not know without looking at the vbulletin forum code. You might want to inquire at vbulletin.org where to edit to do this modification to your vbulletin forum. I can tell you the profile link to photopost is posted below so where you need to edit in vbulletin you need to plugin the correct vbulletin userid variable but this would be the link you want to use.

http://www.yoursite.com/gallery/member.php?uid=VB USERID VARIABLE HERE
__________________
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 8th, 2007, 06:02 PM   #13 (permalink)
Member
Verified Customer
 
Join Date: Feb 2005
Posts: 176
What do i change here to make it link to the VB profile instead?

Code:
Content visible to verified customers only.
tommyxv is offline   Reply With Quote
Old September 8th, 2007, 06:12 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,804
Code:
Content visible to verified customers only.
I beleive that would be the correct change there.
__________________
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
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
PP Profile display Forum Profile link pengrus Photopost Pro How Do I...? 7 February 14th, 2006 12:18 PM


All times are GMT -5. The time now is 02:38 PM.

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