Quote:
Originally Posted by Craigr
Much better, works great. :up:
Also noticed if a member posts a comment the link to their profile doesn't work. This is the link that appears : member.php?1-Admin
Fixed by editing template dbtech_gallery_view_image_comment_bits_vb
Find:
Code:
<a href="member.php?1-Admin" class="username">{vb:raw comment_data.musername}</a>
Replace With:
Code:
<a class="username" href="{vb:raw comment_data.user_path}">{vb:raw comment_data.musername}</a>
|
Thanks, didn't catch that. It's fixed for the next version.
I'll add an ACP field to select the quality of JPG images so you can adjust as needed.