PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   PP Profile display Forum Profile link (http://www.photopost.com/forum/photopost-pro-how-do-i/112790-pp-profile-display-forum-profile-link.html)

pengrus March 13th, 2005 06:55 PM

PP Profile display Forum Profile link
 
The new PP 5 does not link the username to the forum user profile anymore, instead, it shows PP's own profile which is very neat.

(Wish: the Photo Notifications has page numbering system)

A lot of our users asked us if it is possible to add a the "forum profile" link to the PP profile page.

I guess that should be easy to add since the Comment section still uses profile button to link to forum profile instead of PP's profile page.

How to add it?

Michael P March 13th, 2005 07:22 PM

You'd have to modify member.php to call get_profilelink() to get the link and then modify the profile.tmpl to add it.

$profilelink = get_profilelink( $userid );

$userid is the userid of the user you want the link for.

pengrus March 13th, 2005 07:30 PM

So does it mean I just need to add that one line to member.php anywhere I like, then add the $profilelink to the profile.tmpl?

pengrus March 15th, 2005 10:53 AM

Need some more help here please. Could you please give a instruction like
open file
find xxx, add yyy?

Thanks!

pengrus March 16th, 2005 09:56 AM

Please, where to add it? Thanks!

Chuck S March 16th, 2005 10:16 AM

You need to add that line to member.php under the profile clause

pengrus March 16th, 2005 10:17 AM

To answer my own question with Michael's hint:

Open member.php
find
Code:

Content visible to verified customers only.
Before, add
Code:

Content visible to verified customers only.
Save, close

Open profile.tmpl
Find
Code:

Content visible to verified customers only.
Before, add
Code:

Content visible to verified customers only.
Save, close

Upload these two files, and check the members PP Profile page.

KevinVo February 14th, 2006 11:18 AM

great, this 1 works great, thanks pengrus


All times are GMT -5. The time now is 07:39 AM.

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