| Author |
Message |
sypher01
Beginner


Joined: Feb 05, 2008 Posts: 19
|
Posted: Fri Feb 29, 2008 4:42 am Post subject: "Your Album" link outside the gallery |
|
|
Hello,
just having a little problem here.
Im on a portal + phpbb3, i wanted to know if its possible to "create" the "Your Album" link outside the portal.
As of now the link is this:
gallery2.php?g2_controller=useralbum.UserAlbum&g2_authtoken=blahblah
Where can i get that token ? How to obtain so i can build the link?
Thanks in advance! |
|
| Back to top |
|
|
AdBot
|
| Post subject: "Your Album" link outside the gallery |
|
|
|
|
|
| Back to top |
|
 |
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1139
|
Posted: Mon Mar 03, 2008 12:38 am Post subject: Re: "Your Album" link outside the gallery |
|
|
| You want the link to go to whatever user is logged in? The current users album id is stored in the user_gallery field in the phpbb3_users table |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 1139
|
Posted: Mon Mar 03, 2008 10:17 pm Post subject: Re: "Your Album" link outside the gallery |
|
|
| If the user is logged in, the users album id is also in $user->data['user_gallery'] |
|
| Back to top |
|
|
sypher01
Beginner


Joined: Feb 05, 2008 Posts: 19
|
Posted: Tue Mar 04, 2008 4:50 am Post subject: Re: "Your Album" link outside the gallery |
|
|
Thanks, i will implement that later then  |
|
| Back to top |
|
|
|
|
|
|
|