• Its really easy and does the job for the WordPress admin to allow image upload. And the image upload in the bbpress form is easy and familiar, if you’re a WordPress admin. But if you’re a regular user just trying to comment on a bbpress forum, its not at all user friendly. My user base simply haven’t worked it out how to upload an image, i don’t know how i can fix this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you provide your website URL? We will try to verify your issue. Thanks!

    Thread Starter Back to Front

    (@traverser11)

    Hi the staging site at
    https://houseonfire.backtofrontdesign.co/forums/forum/website-support/

    Although I don’t believe its a site specific issue, its just the way that the bbpress/wordpress/this plugin media popup appears.

    I kind of improved this by adding some instructions as placeholders in the input fields, along with a bunch of css to hide extra buttons that confused the users.

    
    jQuery(function($){
    
    	// on upload button click
    	$('body').on( 'click', '#mceu_8-button', function(e){
    
          jQuery("#mceu_44-inp").attr("placeholder", "Click the button on the right to choose an image");
          jQuery("#mceu_45").attr("placeholder", "Briefly describe the contents of this image"); 
    
    });
    });
    

    Thank you! We will consider your applied changes in future plugin releases.Best

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uploads images ? User friendly ??’ is closed to new replies.