MyBB Community Forums

Full Version: remove attachment button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
You could apply the changes in Revision 5568, but there might be other dependencies needed from other edits.
^ okay, revision 5568 has changes for newthread.php AND editpost.php .
BUT changes to newreply.php also required (tested on this community forum)

posting this here so that support team might check it ...
(2011-10-06, 10:32 AM)ranjani Wrote: [ -> ]^ okay, revision 5568 has changes for newthread.php AND editpost.php .
BUT changes to newreply.php also required (tested on this community forum)

posting this here so that support team might check it ...
Ok guys found the fix and its working including newreply.php.
change newthread.php and editpost.php .. follow here revision 5568 and check diff.

as for newreply.php;
line 16: change this -> $templatelist .= ",smilieinsert,smilieinsert_getmore,codebuttons,post_attachments_new,post_attachments,post_savedraftbutton,newreply_modoptions,newreply_threadreview_more,newreply_disablesmilies,postbit_online,postbit_find,postbit_pm,postbit_www,postbit_email,postbit_reputation,postbit_warninglevel,postbit_author_user,postbit_edit,postbit_quickdelete,postbit_inlinecheck,postbit_posturl,postbit_quote,postbit_multiquote,postbit_report,postbit_ignored,postbit,post_subscription_method,post_attachments_attachment_remove";

line 997: add this -> eval("\$attach_rem_options = \"".$templates->get("post_attachments_attachment_remove")."\";");

walahhh.. its working now.. thanks everyone.

Pages: 1 2