I can't find the answer anywhere, so I guess I'll post it.
I have 1.2 integrated with vBulletin 3. I need to have a link in the users profile to their photo albums.
The closest I came to finding this was this mod.. http://forum.coppermine-gallery.net/index.php?topic=1659
But it really doesn't work for vB, and the addon that was posted that supposedly does work for vB has a bunch of those retarded "]" EVERYWHERE ( I don't know how to fix all of those)
Any help?
Thanks,
if you want the link to be in your bbs' profile page, you'll have to modify your bbs' code. I'd rather search on the vBulletin support board, maybe someone has posted a hack there...
GauGau
use this link:
<a target="_blank" href="http://www.yourdomain.com/path to gallery/thumbnails.php?album=lastupby&uid=$post[userid]">Pictures of $post[username]</a>
in postbit and/or postbit_legacy template.
This link is always online, it don´t check if there are pictures! not good but better than nothing
Thanks alfisti.net!!
One quick question. This link shows the last uploaded images/recent images. Is there anyway to link it to their gallery/albums?