Heisenberg submitted a new resource:
You must be registered for see links
- Show attachments to members onlyvB Version: 3.8.x
Now, I know that vb will stop unregistered users from downloading attachments, but here's another quick way to get the attachment itself SHOWN to members only, while letting guests know they're missing something.
Replace postbit_attachment (yeah, all of it) with:
Code:<tr> <if condition="$show['member']"> <td><img class="inlineimg" src="$stylevar[imgdir_attach]/$attachment[attachmentextension].gif" alt="<phrase...
You must be registered for see links
Last edited:
