PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   "How Do I..." Questions (http://www.photoplog.com/forum/forumdisplay.php?f=7)
-   -   Member gallery (http://www.photoplog.com/forum/showthread.php?t=14)

andreamarucci 01-11-2006 08:49 PM

Member gallery
 
Which one of these is possible with photoplog lite and how?

1 -I would like to set up a member gallery. Some members are allowed to have a personal gallery. To do that I'll create a new usergroup where I'll put all the members that can have a personal gallery. All the members gallery should be visible by everyone in the forum, also from the guests.

2 - I would like to have a link in the nav bar that show all the members galleries ordered by member.

3 - Every member with a gallery could put a link in the signature with the address of his gallery.

Thanks for this wonderful piece of software :)

Morgan 01-11-2006 10:21 PM

1) It's an inherent 'feature' in PhotoPlog that each user who uploads a file gets a gallery.
Example: http://www.photoplog.com/demo/pro/index.php?u=1 (the u=X part, X the same as the vB userid, will link to that person's gallery). Permissions on who can do what can be set in the Usergroup Manager.

2) Use the following to add a link to the gallery home in the navbar template:
Code:

<!-- change the text in capitals to your site information -->

<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php$session[sessionurl_q]">Gallery</a>

3) Users could add http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?u=X (X the same as the vB userid) in their signatures though this is good for cookie users only. Alternatively, you could add a link in postbit(_legacy) using:
Code:

<!-- change the text in capitals to your site information -->

<a href="http://www.YOUR-DOMAIN.com/YOUR-PHOTOPLOG-DIR/index.php?$session[sessionurl]u=$post[userid]">Gallery</a>


andreamarucci 01-12-2006 10:51 AM

Thanks for the info. I imagine that is just the admin that can create new categories, or not?

I've thought of categories as private albums of each member but your solution is interesting. The only drawback I see is that a user that go to photoplog see just a bunch of pictures and cannot distinguish between one member and the other, or there's a mean?

Morgan 01-12-2006 03:59 PM

Only the admin can create categories in the lite version, but by each image is some "posted by x" text to let you know who posted the image: http://www.photoplog.com/demo/lite/index.php


All times are GMT. The time now is 08:26 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.