You Can't See Attached Files Before Replying

Rejected

New Member
'ello,
Well am lookin for a hack or template which allows me to disable the attachments for users until they reply on the subject,
i found one on vbulletin.org
http://www.vbulletin.org/forum/showthread.php?t=94539
so can anybody plz get it for me from this link?
and if u have a newer version or another hack does the same thing plz attach it...cuz that one in vbulletin.org is for x3.5,
Thanks Bunches \m/
 
Hack in attachment

This works for some on 3.6 but there are no instructions for what they have done
 
Here you go

open the plugin

find

PHP:
if($vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)

replace with


PHP:
if($forumid == 1 and $vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)

and set $forumid == ?
to the one u want
 
thanks for copyin them dude...eventually it doesnt work lol stupid coder he didnt even make settings for it in vbulletin options!
 
Back
Top