Title: insert attachment in Message
Last modified: August 31, 2016

---

# insert attachment in Message

 *  Resolved [sc4t](https://wordpress.org/support/users/sc4t/)
 * (@sc4t)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/)
 * Bonjour!
 * How to insert attachment in Message?
 * [https://wordpress.org/plugins/asgaros-forum/](https://wordpress.org/plugins/asgaros-forum/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117135)
 * You have to enable the “Allow file uploads” option in the forum settings. When
   you have done this you can upload files when you create a post/topic.
 *  Thread Starter [sc4t](https://wordpress.org/support/users/sc4t/)
 * (@sc4t)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117138)
 * Yes I can download images. How to insert into the subject
    an example here [http://www.scooter-chinois-4t.com/support-2/?view=thread&id=6#postid-6](http://www.scooter-chinois-4t.com/support-2/?view=thread&id=6#postid-6)
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117149)
 * Can you disable the “logged-in only” option so I can have a look? Or you can 
   post a screenshot as well.
 *  Thread Starter [sc4t](https://wordpress.org/support/users/sc4t/)
 * (@sc4t)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117152)
 * Oui
    [http://www.scooter-chinois-4t.com/support-2/?view=thread&id=6#postid-6](http://www.scooter-chinois-4t.com/support-2/?view=thread&id=6#postid-6)
 *  Thread Starter [sc4t](https://wordpress.org/support/users/sc4t/)
 * (@sc4t)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117154)
 * Oui maintenant vous pouvez le voir
    [http://www.scooter-chinois-4t.com/support-2/?view=thread&id=6#postid-6](http://www.scooter-chinois-4t.com/support-2/?view=thread&id=6#postid-6)
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117166)
 * Okay, thank you. Can you describe the problem a little bit more detailled?
 * I saw you uploaded some images and inserted them into your post. You can also
   download them at the end of the post. It looks correctly for me.
 *  Thread Starter [sc4t](https://wordpress.org/support/users/sc4t/)
 * (@sc4t)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117167)
 * I want to be able to insert the pictures download in the corp of the message,
   not at the end
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117178)
 * At the moment all downloads are placed at the file-list at the end of the post.
   If you want to insert links to the files at some custom position you have to 
   add them by yourself.
 *  Thread Starter [sc4t](https://wordpress.org/support/users/sc4t/)
 * (@sc4t)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117288)
 * I would like something like this
    [http://hpics.li/d9063f5](http://hpics.li/d9063f5)
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117291)
 * You can try to add this to your themes functions.php:
 *     ```
       function change_editor_settings($settings) {
       	$settings['teeny'] = false;
       	$settings['media_buttons'] = true;
       	return $settings;
       }
   
       add_filter('asgarosforum_filter_editor_settings', 'change_editor_settings');
       ```
   
 *  Thread Starter [sc4t](https://wordpress.org/support/users/sc4t/)
 * (@sc4t)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117292)
 * Thank you very much it works

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘insert attachment in Message’ is closed to new replies.

 * ![](https://ps.w.org/asgaros-forum/assets/icon-128x128.png?rev=1546717)
 * [Asgaros Forum](https://wordpress.org/plugins/asgaros-forum/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/asgaros-forum/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/asgaros-forum/)
 * [Active Topics](https://wordpress.org/support/plugin/asgaros-forum/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/asgaros-forum/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/asgaros-forum/reviews/)

 * 11 replies
 * 2 participants
 * Last reply from: [sc4t](https://wordpress.org/support/users/sc4t/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/insert-attachment-in-message/#post-7117292)
 * Status: resolved