Quote:
|
Originally Posted by AlfonsoC This involves adding a custom field where to store the ID of their gallery. |
The custom field shouldn't be needed as you can browse all of a users pics with their forum userid#
You should be able to add a link in the postbit and User Profile page templates to link to that users gallery.
Examples;
for postbit templates:
Code:
Content visible to verified customers only.
for the user profile page (MEMBERS_INFO template):
Code:
Content visible to verified customers only.
and if you want a link to "My Gallery" that will take users to their own pictures (from eg their usercp or the navbar):
Code:
Content visible to verified customers only.
I can get fuller instructions if anyone needs help