MobileHacks
New Member
This mod hides your attachments to a post until the reader has added a reply,
It was pointed out previously that this mod was of no use due to the fact that all a user had to do was click the paperclip icon in the forum index and they would be able to download without having to reply. This can be resloved by removeing the following code from your threadbit template.
It was pointed out previously that this mod was of no use due to the fact that all a user had to do was click the paperclip icon in the forum index and they would be able to download without having to reply. This can be resloved by removeing the following code from your threadbit template.
PHP:
<if condition="$show['paperclip']"> <a href="#" onclick="attachments($thread[threadid]); return false"> <img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" alt="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" /></a> </if>