• Resolved hatguy

    (@hatguy)


    Hey There,

    Me Again, i’m wondering is there a plugin you recommend and or is there something i can add code snippet wise to have it so people can use the text editor to upload an image and use it in the text editor.

    Not as an uploaded file?

    I know there is a image attech part there where if you upload it to image site then use the URL etc. But i wish to have it so they could upload this images to my site and use that image in that reply/topic they are posting

    So essentially i’m looking for a plugin that will work with your fourms to add a button to the none minimal text editor to upload an image and use it.

    https://www.ads-software.com/plugins/asgaros-forum/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hatguy

    (@hatguy)

    Also adding onto this, would it be possible to somehow have it so you could embed videos into the forums topic or is that not possible?

    Hi,
    https://www.ads-software.com/support/topic/upload-problem-20?replies=4
    in 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 hatguy

    (@hatguy)

    Hey Yworld,

    Thank you so much for the reply that’s exactly what i needed for the images.

    Is there any way to embed videos into the forums posts that you possibly know of? I tried to use the iframe link that you get from youtube what it just added as text.

    Copy and paste the URL of the page video youtube

    https://image.prntscr.com/image/0aa07fae905d4886bf4267312953ff4b.png

    Thread Starter hatguy

    (@hatguy)

    Yeah all that does is have a link where as i want to embed the video onto the forum post so people can read stuff in the forum post and watch the video in a little player right there on the forum post.

    i downloaded a plugin called iframe to hopefully assist with that but the forum posts don’t take plugin short code?

    like the [shortcude] type links.

    in functions.php
    add_filter('asgarosforum_filter_post_content', 'do_shortcode');

    And the will work shortcude

    Plugin Author Asgaros

    (@asgaros)

    Copy and paste a video-link should work fine.

    I also plan to add a setting to allow the usage of shortcodes inside of posts in a future version so videos can be inserted via shortcodes more easily. A ticket for this can be found here:
    https://github.com/Asgaros/asgaros-forum/issues/89

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Image Uploading.’ is closed to new replies.