Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

BUG UPLOADER : file attachment in signature

VANILLA 2 : Widget
Theme : Bootstrap.
Forum test: http://88.181.151.128:8080

Hi all,

When placing an attachment, it is misplaced.

The file attachment to the message is placed in the signature of the post

When placing an attachment, it is misplaced.

I would like the attached file is placed in the message

Example in my test forum : http://88.181.151.128:8080/discussion/8034/test-joindre-un-fichier#latest

I attached a print screen

Tof


le

Comments

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    This is the normal behavior not misplaced. The area for thumbnails and attachments has always been at the very bottom as far as I know. The function below is what determines where it is rendered. The signature plugin uses the same function.

        public function DiscussionController_AfterDiscussionBody_Handler($Sender) {
              $this->AttachUploadsToComment($Sender, 'discussion');
           }
    
  • Options

    ok thank

Sign In or Register to comment.