Viewing 2 replies - 1 through 2 (of 2 total)
  • It doesn’t work for me either (tested on iPhone).

    It seems that uploading a photo taken directly using the upload button works, but selecting existing picture from albums in the phone deosn’t do anything…

    Would you please take a look at this problem in this otherwise excellent plugin?

    Plugin Contributor ankitgadertcampcom

    (@ankitgadertcampcom)

    Hi,

    Unfortunately I do not have iPhone test this problem, so I will need anyone (preferably developer) to test and confirm this issue.

    @jpatrickm: To change the text you can add following function to your theme’s functions.php file.

    function bbp_change_button_text( $text ) {
    
    	return __( 'Whatever text you want to add', 'bbpress-multi-image-uploader' );
    }
    add_filter( 'bbp_reply_uploader_area_text', 'bbp_change_button_text' );
    add_filter( 'bbp_topic_uploader_area_text', 'bbp_change_button_text' );

    Hope this helps.

    Regards,
    Ankit

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

The topic ‘Upload doesn't work on mobile’ is closed to new replies.