Title: Insert image
Last modified: November 17, 2016

---

# Insert image

 *  Resolved [Dil Shah Dirar](https://wordpress.org/support/users/dilshahdirar/)
 * (@dilshahdirar)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/insert-image-7/)
 * When i try to insert an image it asks for image link. Is there any way to add
   image by uploading directly to posts (not attachments) like in other forums.

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

 *  [Yworld](https://wordpress.org/support/users/yworld/)
 * (@yworld)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/insert-image-7/#post-8447266)
 * Hi!
    Add to 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');
       ```
   
 *  Plugin Author [Asgaros](https://wordpress.org/support/users/asgaros/)
 * (@asgaros)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/insert-image-7/#post-8450627)
 * Hello [@dilshahdirar](https://wordpress.org/support/users/dilshahdirar/)
 * I already saw your post on GitHub and I think you mean a fully thumbnail integration.
   I try to improve this in a future release, but for a fast solution you can have
   a look maybe at Yworlds post here:
    [https://wordpress.org/support/topic/thumbnail-image-14/](https://wordpress.org/support/topic/thumbnail-image-14/)

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

The topic ‘Insert image’ 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/)

## Tags

 * [forum](https://wordpress.org/support/topic-tag/forum/)

 * 2 replies
 * 3 participants
 * Last reply from: [Asgaros](https://wordpress.org/support/users/asgaros/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/insert-image-7/#post-8450627)
 * Status: resolved