MyBB Community Forums

Full Version: Setting the Default Attachment Icon...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I regularly add attachments to my board, because my users want to upload lots of different files.

When I add an attachment type, the default attachment icon is set to "images/attachtypes/" which is a broken jpg.

How do I set the default icon to another image so that I don't have to type it every time I make a new attachment?
Open admin/attachments.php
Find
makeinputcode($lang->type_icon, "icon", "images/attachtypes/");
Replace
images/attachtypes/
with link of your choice
Thanx!