Quote:
Originally Posted by Marvin Hlavac
I'm looking for a function that would automatically add a link to the member's album in each of the member's posting, if the member does have an album. The link should be placed in a post, somewhere near member's name, or near his/her post count.
|
But members can have multiple ablums and it looks like it calls albums by id, not by user, so you'd need a query in order to call all albums by a user, and then you'd have to figure out what to display for it - how to pick which album to link.
you might be able to dig in the code for this mod and the page that displays it to reverse engineer it so it pulls all albums from the poster, if you felt strongly about that functionality.