Ive looked over the thread and I don't see my answer so if this has been covered I apologize.
I cant get the attachments section to display on the form.
Made the edit to:
PHP Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//ENABLE ATTACHMENTS - 1 = yes, 0 = no
//attachments can only be used if the form is going to make a new thread or post
$allow_attachments = "1";
////////////////////////////////////////////////////////////////////////////////////////////////////
But still not showing on the (/newthread.php?do=form ) page.
Also: I'm using this to post to a specific thread and edited this feature.
PHP Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//ENABLE FORM TO REPLY TO EXISTING THREAD - 1 = yes, 0 = no
$formreply = "1";
//EXISTING THREAD ID FOR FORM TO REPLY IN
$formreplythreadid = "2040";
////////////////////////////////////////////////////////////////////////////////////////////////////
I really need the attachments section to work or the mod or its useless to me. Any help please. Thanks