Hi all, I've managed to get Coppermine and PHPBB working together, however I need to be able to link to users albums directly from their PHPBB profile page. Ideally there should be a link underneath the avatar.
How would I go about doing this? I've searched the boards, but can't find anything.
Please help.
Thanks. :)
There has been discussion on this before, try different search terms. Basically, since the mods would need to be applied to phpbb code we can't give you specific instructions. To link to a users gallery you need to link to your index.php?cat=x where x = 10000 + the user's id.