BuddyDev

Search

Mediapress Upload Permissions

  • Participant
    Level: Initiated
    Posts: 4
    Ian on #6940

    Using WP(4.7) with buddypress(2.7.4) & mediapress(1.0.7)

    Active Plugins:
    – bbPress 2.5.12
    https://bbpress.org

    – BuddyPress 2.7.4
    https://buddypress.org/

    – Custom Admin Page by BestWebSoft 0.1.1
    http://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/

    – MediaPress 1.0.7
    https://buddydev.com/mediapress/

    – Members 1.1.2
    http://themehybrid.com/plugins/members

    – New User Approve 1.7.4
    http://www.picklewagon.com/wordpress/new-user-approve/

    – PHP Event Calendar 1.5.9
    http://phpeventcalendar.com/

    – Shortcode Widget 1.2
    http://wordpress.org/extend/plugins/shortcode-widget/

    – Sidebar Manager Light 1.12
    http://otwthemes.com/?utm_source=wp.org&utm_medium=admin&utm_content=site&utm_campaign=sml

    – Simple Ajax Shoutbox 2.2.0
    https://wordpress.org/plugins/simple-ajax-shoutbox/

    – SysInfo 1.1.0
    http://wordpress.org/extend/plugins/sysinfo/

    – WoWpi – the World of Warcraft API Armory plugin 2.3.4
    https://wordpress.org/plugins/wowpi/

    – WP Custom Widget area 1.2.5
    http://kishorkhambu.com.np/plugins/

    – WP Email Users 1.3.10
    http://www.techspawn.com

    – WP ULike 2.4
    http://preview.alimir.ir/developer/wp-ulike/

    Having trouble getting the sitewide gallery permissions working the way I want them, I only have the sitewide gallery enabled but it seems only I can upload to it since im the Super-admin, how can I enable normal users to upload. I want all registered members to be able to upload. I have already enabled the ‘can_upload’ permission for all members both in wordpress and buddypress.

    Commenting permissions are working though…

    But I don’t want to use the ‘user’ or ‘group’ galleries…

    I did try in bp-custom.php

    [code]

    `function mpp_custom_user_can_upload_photo() {
    return current_user_can( ‘upload_files’ );
    }

    function mpp_custom_upload_permission( $can_do, $component, $component_id, $gallery ) {

    if ( empty( $gallery ) ) {
    return $can_do;//do not change the permission
    }

    $type = $gallery->type;

    if ( $type == ‘photo’ && ! mpp_custom_user_can_upload_photo() ) {
    $can_do = false;
    }

    return $can_do;
    }

    add_filter( ‘mpp_user_can_upload’, ‘mpp_custom_upload_permission’, 10, 4 );

    [/code]

    but doesn’t seem to work. The code is modified from another topic ‘Role Based Permissions

  • Sort Galleries by Category, Gallery Filtering

  • Participant
    Level: Initiated
    Posts: 5
    Fidd on #6404

    Hi guys, I’m in a bit of a tough spot. I love the plugin, but I need a way to add custom categories to the plugins in order to filter them on a sitewide basis. (I need the user to be able to select a Category and then have that category filterable on the site)

    For example; an art site allowing:
    Photography
    Painting
    Drawing

    ETC

    I also need to be able to sort the galleries based on how many views they have; sort of like a popularity sorter.

    I am willing to work with whatever other plugins would be able to make this happen.

    2. Are you using Multisite? Is it subdomain install? Is domain mapping enabled?
    I am not using Multisite
    I believe domain mapping is not enabled
    This is a main domain that I am building but it is only a test domain

    3. Are you using BuddyPress?
    Yes

    4. Is there anything specific about your BuddyPress Installation( Is the multi network or multiblog mode enabled?)
    No

    5. Which version of WordPress/BuddyPress are you using?
    Version: 2.7.2 BP
    WP 4.61

    6. Which theme you are using? which version?
    Parallax Frame, 0.6

    7. Is it a fresh install or did you do an upgrade?
    Fresh Install

    8. When the problem started? did it happen after installing/upgrading plugin, theme or WordPress?
    N/A

    9. If the 8th point is applicable, what type of change/update was done?
    N/A

    10. If it is not too much, can you please provide the list of plugins?
    Active Plugins:
    – BuddyPress 2.7.2
    https://buddypress.org/

    – BuddyPress Activity Comment Notifier 1.1.4
    http://buddydev.com/plugins/buddypress-activity-comment-notifier/

    – BuddyPress Follow 1.2.2
    http://wordpress.org/extend/plugins/buddypress-followers

    – BuddyPress Sitewide Activity Widget 1.3.2
    http://buddydev.com/plugins/buddypress-sitewide-activity-widget/

    – Column Shortcodes 0.6.9
    http://www.codepresshq.com/wordpress-plugins/shortcode-columns/

    – MediaPress 1.0.7
    https://buddydev.com/mediapress/

    – Page Links To 2.9.6
    http://txfx.net/wordpress-plugins/page-links-to/

    – PHP Code Widget 2.3
    http://ottopress.com/wordpress-plugins/php-code-widget/

    – Relative URL for Img and A Tags 1.0.1

    – Remove Dashboard Access 1.1.3
    http://www.werdswords.com

    – SysInfo 1.1.0
    http://wordpress.org/extend/plugins/sysinfo/

    – WP Custom Widget area 1.2.2
    http://kishorkhambu.com.np/plugins/

    – WPtouch Mobile Plugin 4.3.6
    http://www.wptouch.com/

    Thanks, you’re the best, this has been a super useful plugin so far!

  • Reply To: BP – MediaPress – Gallery is not displaying in user profile.

  • Participant
    Level: Initiated
    Posts: 1
    Mateo on #5253

    // Generated by the MediaPress Debug tool //

    Multisite: No

    SITE_URL: http://lgbtconfex.com
    HOME_URL: http://lgbtconfex.com

    WordPress Version: 4.4.4
    Permalink Structure: /%postname%/

    Active Theme: EXE 1.3.3

    Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit, wc-pending, wc-processing, wc-on-hold, wc-completed, wc-cancelled, wc-refunded, wc-failed

    // Browser Details //
    Browser Name: Chrome
    Browser Version: 52.0.2743.116
    Browser User Agent String: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
    Platform: Apple
    // End Browser Section //

    PHP Version: 5.6.24
    PHP Extensions: Core,date,ereg,libxml,openssl,pcre,sqlite3,zlib,bcmath,bz2,calendar,ctype,curl,dba,dom,enchant,hash,fileinfo,filter,ftp,gd,gettext,SPL,iconv,session,intl,json,mbstring,mcrypt,standard,mysql,mysqli,odbc,mysqlnd,PDO,pdo_dblib,PDO_ODBC,Phar,posix,pspell,Reflection,imap,SimpleXML,snmp,soap,sockets,exif,tidy,tokenizer,wddx,xml,xmlreader,xmlrpc,xmlwriter,xsl,zip,cgi-fcgi,imagick,pdo_mysql,pdo_sqlite,pdo_pgsql,magickwand,mailparse,OAuth,oci8,uploadprogress,mhash,ionCube Loader,SourceGuardian,Zend Guard Loader,Zend OPcache
    GD enabled: Yes

    //GD Info
    GD Version: bundled (2.1.0 compatible)
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support: 1
    GIF Read Support: 1
    GIF Create Support: 1
    JPEG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XPM Support: 1
    XBM Support: 1
    WebP Support:
    JIS-mapped Japanese Font Support:
    // End GD Info

    MySQL Version: 5.5.42-37.1-log
    Web Server Info: Apache

    WordPress Memory Limit: 96M
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 64M
    PHP Post Max Size: 64M
    PHP Upload Max Filesize: 64M
    PHP Time Limit: 0
    PHP Max Input Vars: 1000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled
    SCRIPT_DEBUG: Disabled

    // Table Prefix //
    Table Prefix: wp_gvga_

    Show On Front: page
    Page On Front: Inicio (#141)
    Page For Posts: Blog (#94)

    Session: Enabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: /tmp
    Use Cookies: On
    Use Only Cookies: On

    DISPLAY ERRORS: N/A
    FSOCKOPEN: Your server supports fsockopen.
    cURL: Your server supports cURL.
    SOAP Client: Your server has the SOAP Client enabled.
    SUHOSIN: Your server does not have SUHOSIN installed.

    ACTIVE PLUGINS:

    AdRotate: 3.15.2
    All-in-One WP Migration: 5.39
    BadgeOS: 1.4.8.2
    BadgeOS Community Add-On: 1.2.3
    Bookly: 10.1
    BP Profile Search: 4.5.2
    BuddyPress: 2.6.2
    BuddyPress Member Type Generator: 1.0.2
    BuddyPress Xprofile Member Type Field: 1.0.4
    Chimpy: 2.1.3
    Coming Soon Page & Maintenance Mode by SeedProd: 5.0.2
    Custom Login: 3.2.5
    Duplicate Post: 2.6
    Flickr Album Gallery: 1.5.1
    Google Analytics Dashboard for WP: 4.9.2
    Hide This: 1.1.3
    Loco Translate: 1.5.6
    MediaPress: 1.0.6
    Members: 1.1.2
    Ninja Form Layout: 1.3
    Ninja Forms: 2.9.37.1
    Slider Revolution: 5.1.2
    SunshinePlugin: 1.0.0
    TZ PlusGallery: 1.1.3
    User Specific Content: 1.0.6
    Widget Logic: 0.57
    WooCommerce: 2.5.5
    WPBakery Visual Composer: 4.8.1
    WPML Multilingual CMS: 3.3
    Yoast SEO: 3.1.1
    YouTube Channel: 3.0.9

    // MediaPress Settings //

    active_components: sitewide,members
    default_status: public
    active_statuses: public,private,loggedin,friendsonly,groupsonly
    active_types: photo
    extensions: jpeg,jpg,gif,png,mp4,flv,mpeg,mp3,wmv,midi,zip,gz,doc,pdf,docx,xls
    mpp_upload_space: 10
    mpp_upload_space_groups: 10
    show_upload_quota: 0
    default_storage: local
    enable_debug: 0
    enable_gallery_archive: 0
    gallery_archive_slug: albums
    gallery_permalink_slug: albums
    sitewide_active_types: photo
    sitewide_photo_gallery_default_view: default
    has_gallery_directory: 1
    has_media_directory: 1
    activity_upload: 1
    autopublish_activities: create_gallery
    activity_photo_default_view: default
    show_orphaned_media: 0
    delete_orphaned_media: 0
    activity_media_display_limit: 4
    members_active_types: photo
    members_enable_type_filters: 1
    members_photo_gallery_default_view: default
    galleries_per_page: 20
    media_per_page: 20
    media_columns: 4
    gallery_columns: 4
    show_gallery_description: 0
    show_media_description: 0
    enable_audio_playlist: 1
    enable_video_playlist: 1
    enable_media_comment: 1
    enable_gallery_comment: 1
    load_lightbox: 1
    enable_activity_lightbox: 1
    enable_gallery_lightbox: 1

    // End of MediaPress Settings //

  • BP Auto Activate Autologin Redirect To Profile On Signup

  • Participant
    Level: Enlightened
    Posts: 71
    Christian Hendriks on #4000

    This plugin does not work anymore. It does not redirect the user anymore. And users cant register anymore 🙁

    // Generated by the MediaPress Debug tool //

    Multisite: No

    SITE_URL: http://www.buddy18.com
    HOME_URL: http://www.buddy18.com

    WordPress Version: 4.5.2
    Permalink Structure: /%postname%/

    Active Theme: Kleo 4.0.6

    Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit

    // Browser Details //
    Browser Name: Chrome
    Browser Version: 50.0.2661.102
    Browser User Agent String: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
    Platform: Windows
    // End Browser Section //

    PHP Version: 7.0.7
    PHP Extensions: Core,date,libxml,openssl,pcre,sqlite3,zlib,bcmath,calendar,ctype,curl,dba,dom,hash,fileinfo,filter,gd,gettext,SPL,iconv,session,intl,json,mbstring,mcrypt,standard,mysqlnd,mysqli,PDO,pdo_mysql,pdo_sqlite,readline,Reflection,imap,SimpleXML,soap,exif,sysvshm,tokenizer,wddx,xml,xmlreader,xmlrpc,xmlwriter,xsl,zip,cgi-fcgi
    GD enabled: Yes

    //GD Info
    GD Version: bundled (2.1.0 compatible)
    FreeType Support: 1
    FreeType Linkage: with freetype
    GIF Read Support: 1
    GIF Create Support: 1
    JPEG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XPM Support: 1
    XBM Support: 1
    WebP Support:
    JIS-mapped Japanese Font Support:
    // End GD Info

    MySQL Version: 5.5.49-MariaDB-1~wheezy
    Web Server Info: Apache

    WordPress Memory Limit: 40M
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 96M
    PHP Post Max Size: 96M
    PHP Upload Max Filesize: 96M
    PHP Time Limit: 50
    PHP Max Input Vars: 5000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled
    SCRIPT_DEBUG: Disabled

    // Table Prefix //
    Table Prefix: wp_

    Show On Front: page
    Page On Front: (#14990)
    Page For Posts: Activity (#8)

    Session: Disabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: //customers/3/2/2/buddy18.com//tmp
    Use Cookies: On
    Use Only Cookies: On

    DISPLAY ERRORS: N/A
    FSOCKOPEN: Your server supports fsockopen.
    cURL: Your server supports cURL.
    SOAP Client: Your server has the SOAP Client enabled.
    SUHOSIN: Your server does not have SUHOSIN installed.

    ACTIVE PLUGINS:

    (BuddyDev) BP Poke: 1.0.6
    BBSpoiler: 2.00
    Better Delete Revision: 1.6.1
    BP Auto Activate Autologin Redirect To Profile On Signup: 1.4.2
    BP Groups Suggest Widget: 1.0.3
    BP Profile as Homepage: 1.1
    BP Redirect to Profile for Buddypress: 1.2.1
    BP Simple Front End Post: 1.2.7
    BuddyBlog: 1.1.5
    BuddyDev Dashboard: 1.0.1
    BuddyPress: 2.5.3
    BuddyPress Activity Comment Notifier: 1.1.4
    BuddyPress Admin Only Profile Fields: 1.2
    BuddyPress Cover Photo: 1.4
    BuddyPress Edit Activity: 1.0.7
    BuddyPress Extended User Groups Widget: 1.0.0
    BuddyPress First Letter Avatar: 2.2.6.1
    BuddyPress Xprofile Custom Fields Type: 2.4.6
    Contact Form 7: 4.4.2
    Facebook Like User Activity Stream For BuddyPress: 1.1.6
    FV Gravatar Cache: 0.3.6
    Google XML Sitemaps: 4.0.8
    Head & Footer Code: 1.0.6
    Image Cleanup: 1.9.1
    Limit Groups per User: 1.2
    Login Page Styler: 3.1.5
    MediaPress: 1.0.4
    No CAPTCHA reCAPTCHA: 1.1.2
    Page Builder by SiteOrigin: 2.4.9
    Sassy Social Share: 2.4
    SiteOrigin Widgets Bundle: 1.5.11
    wp-Monalisa: 3.6

    // MediaPress Settings //

    active_components: members,groups
    default_status: public
    active_statuses: public,private
    active_types: photo,video
    extensions: jpeg,jpg,gif,png,mp4,flv,mpeg,webm,mp3,wmv,midi,zip,gz,doc,pdf,docx,xls
    mpp_upload_space: 1000000
    mpp_upload_space_groups: 1000000
    show_upload_quota: 0
    default_storage: local
    enable_debug: 0
    has_gallery_directory: 1
    has_media_directory: 1
    activity_upload: 1
    autopublish_activities: add_media
    activity_photo_default_view: default
    activity_video_default_view: default
    show_orphaned_media: 0
    delete_orphaned_media: 0
    activity_media_display_limit: 9
    members_active_types: photo,video
    members_enable_type_filters: 1
    members_photo_gallery_default_view: default
    members_video_gallery_default_view: default
    groups_active_types: photo,video
    groups_photo_gallery_default_view: default
    groups_video_gallery_default_view: default
    enable_group_galleries_default: yes
    contributors_can_edit: 1
    contributors_can_delete: 1
    groups_enable_my_galleries: 1
    galleries_per_page: 30
    media_per_page: 10
    media_columns: 3
    gallery_columns: 3
    show_gallery_description: 0
    show_media_description: 0
    enable_audio_playlist: 1
    enable_video_playlist: 1
    enable_media_comment: 0
    enable_gallery_comment: 0
    load_lightbox: 1
    enable_activity_lightbox: 1
    enable_gallery_lightbox: 1

    // End of MediaPress Settings //

  • BuddyPress Friends Suggest Plugin

  • Participant
    Level: Initiated
    Posts: 19
    Alayna on #3848

    Hello there. I’ve found the Friends Suggest Plugin and downloaded the code from here since it was updated more recently: https://github.com/sbrajesh/bp-friends-suggest

    I need to use it with the BP Follow plugin instead of the friend function. I’ve edited the code to work with BP Follow, but I’m facing an issue where the suggestions only show when the user is on another member’s profile. When visiting a member’s profile, it will suggest who to follow based on who the displayed member follows.

    If a member is on another page like the homepage or the activity page, the widget shows “We don’t have enough details to suggest a friend yet”.

    Also, if a member is on the page of another member who isn’t following anyone, the widget again shows “We don’t have enough details to suggest a friend yet”.

    So the suggestions only show when visiting a member’s page who is following people that the logged in user is not.

    Here is the edited code from bp-friend-suggest-widget.php

    <?php
    
    /**
     * Widget
     */
    class BP_Friend_Suggestions_Widget extends WP_Widget {
    
    	public function __construct() {
    		parent::__construct( false, $name = __( 'Friends Suggest Widget', 'bp-friends-suggest' ) );
    	}
    
    	public function widget( $args, $instance ) {
    	
    		
    		if ( ! is_user_logged_in() ) {
    			return; //do not show to non logged in user
    		}
    		
    		extract( $args );
    		
    		echo $before_widget ;
    		
    		echo $before_title . $instance['title'] . $after_title ;
    		
    			bp_show_friend_suggestions_list( $instance['max'] );
    			
    		echo $after_widget;
    	}
    
    	public function update( $new_instance, $old_instance ) {
    		
    		$instance = $old_instance;
    		$instance['title'] = strip_tags( $new_instance['title'] );
    		$instance['max'] = absint( $new_instance['max'] );
    
    		return $instance;
    	}
    
    	public function form( $instance ) {
    		
    		$instance = wp_parse_args( (array) $instance, array( 
    					'title' => __( 'Friend Suggestions', 'bp-friends-suggest' ), 
    					'max' => 5
    					) 
    		);
    		
    		
    		$title = strip_tags( $instance['title'] );
    		$max = absint( $instance['max'] );
    		?>
    		<p>
    			<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title', 'bp-friends-suggest' ); ?>
    				<input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" class="widefat" value="<?php echo esc_attr( $title ); ?>" />
    			</label>
    		</p>
    		<p>
    			<label for="<?php echo $this->get_field_id( 'max' ); ?>"><?php _e( 'Max Number of suggestions:', 'bp-friends-suggest' ); ?>
    				<input class="widefat" id="<?php echo $this->get_field_id( 'max' ); ?>" name="<?php echo $this->get_field_name( 'max' ); ?>" type="text" value="<?php echo esc_attr( $max ); ?>" style="width: 30%" />
    			</label>
    		</p>
    
    		<?php
    	}
    
    }//end of widget class
    
    //register widget
    function friend_suggest_register_widget() {
    	
    	register_widget( 'BP_Friend_Suggestions_Widget' );
    	
    }
    
    add_action( 'bp_widgets_init', 'friend_suggest_register_widget' );
    
    //action takes place here
    function bp_show_friend_suggestions_list( $limit = 5 ) {
    	
    	
    	$user_id = get_current_user_id();
    
    	$my_friends = (array) bp_follow_get_following( '&user_id=' . bp_loggedin_user_id() ); //get all friend ids
    
    	/*$my_friend_req = (array) friend_suggest_get_friendship_requested_user_ids( $user_id ); //get all friend request by me*/
    
    	$possible_friends = array(); //we will store the possible friend ids here
    	
    	foreach ( $my_friends as $friend_id ) {
    		$possible_friends = array_merge( $possible_friends, (array) bp_follow_get_following( '&friend_id=' . bp_loggedin_user_id() ) );
    	}
    	
    
    	//we have the list of friends of friends, we will just remove
    	//now get only udifferent friend ids(unique)
    	$possible_friends = array_unique( $possible_friends );
    
    	//intersect my friends with this array
    	$my_friends[] = get_current_user_id(); //include me to
    
    	$excluded_users = get_user_meta( $user_id, 'hidden_friend_suggestions', true );
    
    	$excluded_users = array_merge( $my_friends, (array) $excluded_users );
    
    	//we may check the preference of the user regarding , like not add
    
    	$possible_friends = array_diff( $possible_friends, $excluded_users ); //get those user who are not my friend and also exclude me too
    	
    	if ( ! empty( $possible_friends ) ) {
    		
    		shuffle( $possible_friends ); //randomize
    		$possible_friends = array_slice( $possible_friends, 0, $limit );
    	}
    
    	if ( ! empty( $possible_friends ) ):
    		?>
    		<ul id="members-suggestion-list" class="item-list suggested-friend-item-list">
    				<?php foreach ( $possible_friends as $possible_friend ): ?>
    				<li>
    				<?php
    					$member_link = bp_core_get_user_domain( $possible_friend );
    					$member_name = bp_core_get_user_displayname( $possible_friend );
    				?>
    					<div class="item-avatar">
    						<a href="<?php echo $member_link; ?>"><?php echo bp_core_fetch_avatar( array( 'type' => 'thumb', 'width' => 50, 'height' => 50, 'item_id' => $possible_friend ) ); ?></a>
    					</div>
    
    					<div class="item">
    						<div class="item-title">
    							<a href="<?php echo $member_link; ?>"><?php echo $member_name; ?></a>
    						</div>
    					</div>
    					<div class="action">
    					<?php bp_friend_suggest_hide_link( $possible_friend ); ?>
    					
    					</div>
    					<div class="clear"></div>
    
    				</li>
    
    			<?php endforeach; ?>
    		</ul>
    	<?php else: ?>
    		<div id="message" class="info">
    			<p><?php _e( "We don't have enough details to suggest a friend yet", 'bp-friends-suggest' ) ?></p>
    		</div>
    
    	<?php endif; ?>
    
    	<?php
    } 

    Hope I can get some help on this. Thank you!

  • Reply To: [Resolved] Cannot Create New Gallery

  • Participant
    Level: Initiated
    Posts: 10
    Olumuyiwa Orowale on #3178

    I’m using Buddyboss Boss theme. It’s Buddypress specific. Hope this debug info can help:

    WordPress Version: 4.4.2
    Permalink Structure: /%postname%/

    Active Theme: Boss. Child Theme 2.1.0
    Parent Theme: Boss. Child Theme 2.1.0

    Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit, closed, spam, orphan, hidden, wc-pending, wc-processing, wc-on-hold, wc-completed, wc-cancelled, wc-refunded, wc-failed

    // Browser Details //
    Browser Name: Chrome
    Browser Version: 49.0.2623.87
    Browser User Agent String: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
    Platform: Windows
    // End Browser Section //

    PHP Version: 5.6.19
    PHP Extensions: Core,bcmath,calendar,ctype,date,ereg,filter,ftp,hash,iconv,json,mcrypt,SPL,odbc,pcre,Reflection,session,standard,mysqlnd,tokenizer,zip,zlib,libxml,dom,PDO,openssl,SimpleXML,wddx,xml,xmlreader,xmlwriter,cgi-fcgi,curl,gd,gettext,imap,mbstring,mysql,mysqli,Phar,pdo_mysql,pdo_sqlite,sockets,sqlite3,xsl,sqlsrv,pdo_sqlsrv,mhash
    GD enabled: Yes

    //GD Info
    GD Version: bundled (2.1.0 compatible)
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support:
    GIF Read Support: 1
    GIF Create Support: 1
    JPEG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XPM Support: 1
    XBM Support: 1
    WebP Support: 1
    JIS-mapped Japanese Font Support:
    // End GD Info

    MySQL Version: 5.6.26
    Web Server Info: Microsoft-IIS/8.5

    WordPress Memory Limit: 40M
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 10M
    PHP Post Max Size: 8M
    PHP Upload Max Filesize: 10M
    PHP Time Limit: 60
    PHP Max Input Vars: 1000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled
    SCRIPT_DEBUG: Disabled

    // Table Prefix //
    Table Prefix: Zwv6b6Y_

    Show On Front: page
    Page On Front: Hoollaa (#649)
    Page For Posts: A Smart Saver’s Tricks (#89)

    Session: Enabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: C:\Windows\Temp
    Use Cookies: On
    Use Only Cookies: On

    DISPLAY ERRORS: N/A
    FSOCKOPEN: Your server supports fsockopen.
    cURL: Your server supports cURL.
    SOAP Client: Your server does not have the SOAP Client enabled.
    SUHOSIN: Your server does not have SUHOSIN installed.

    ACTIVE PLUGINS:

    Advanced Database Cleaner: 2.0.0
    Akismet: 3.1.8
    Anti-Malware Security and Brute-Force Firewall: 4.15.49
    Anti-Spam by CleanTalk: 5.38.1
    bbPress: 2.5.8
    bbPress Notify (No-Spam): 1.10
    BP Login Redirect: 2.2
    BP Profile Search: 4.5.1
    BuddyBoss Wall: 1.2.1
    BuddyDev Dashboard: 1.0.1
    BuddyDrive: 1.3.3
    BuddyPress: 2.5.1
    BuddyPress Edit Activity: 1.0.6
    BuddyPress First Letter Avatar: 2.2.6
    BuddyPress Follow: 1.2.2
    BuddyPress Global Search: 1.1.3
    BuddyPress Groups Extras: 3.6.7.2
    BuddyPress Reorder Tabs: 1.0.7
    BuddyPress Username Changer: 1.2.1
    BuddyPress Xprofile Custom Fields Type: 2.4.3
    Contact Form 7: 4.4
    Coupon Creator: 2.2
    CSS3 Responsive Web Pricing Tables Grids: 10.1
    Custom 404 Pro: 1.4.4
    Easy Google Fonts: 1.3.9
    Email Templates: 1.1.3
    Events Manager: 5.6.2
    Form Maker: 1.8.30
    Frontend Uploader: 0.9.4
    GD bbPress Attachments: 2.3.1
    Invite Anyone: 1.3.9
    JCH Optimize: 2.0.3
    Login Security Solution: 0.55.0
    MailPoet Newsletters: 2.7.1
    MediaPress: 1.0.4
    MediaPress – Media View Counter: 1.0.0
    Page Builder by SiteOrigin: 2.3.2
    Page scroll to id: 1.6.0
    Paystack WooCommerce Payment Gateway: 1.0.0
    Post Views Counter: 1.2.0
    Really Simple SSL: 2.3.2
    Regenerate Thumbnails: 2.2.6
    Rename wp-login.php: 2.5.5
    Sabai: 1.3.28
    Sabai Directory: 1.3.28
    Sabai Google Maps: 1.3.28
    SiteOrigin Widgets Bundle: 1.5.9
    Slider Revolution: 5.1.6
    Subscribe To Comments: 2.3
    Toggle The Title: 1.4
    WaspThemes – Yellow Pencil Pro: 5.2.8
    WooCommerce: 2.5.5
    WordPress Popular Posts: 3.3.3
    WordPress Social Login: 2.3.0
    WP-Mail-SMTP: 0.9.5
    WP-Polls: 2.72
    WP Editor: 1.2.5.3
    WPFront User Role Editor: 2.12.4
    WP Smush: 2.1.5
    WP SpeedUp: 1.0
    YouTube Embed: 4.3.4

    // MediaPress Settings //

    active_components: members,groups
    default_status: private
    active_statuses: public,private,loggedin,friendsonly,followersonly,followingonly,groupsonly
    active_types: photo,video,audio,doc
    extensions: jpeg,jpg,gif,png,mp4,flv,mpeg,avi,mp3,wmv,midi,zip,gz,doc,pdf,docx,xls
    mpp_upload_space: 20
    mpp_upload_space_groups: 10
    show_upload_quota: 1
    default_storage: local
    enable_debug: 1
    has_gallery_directory: 1
    has_media_directory: 0
    activity_upload: 1
    autopublish_activities: create_gallery,add_media
    activity_photo_default_view: default
    activity_video_default_view: default
    activity_audio_default_view: default
    activity_doc_default_view: default
    show_orphaned_media: 0
    delete_orphaned_media: 1
    activity_media_display_limit: 5
    members_active_types: photo,video,audio,doc
    members_enable_type_filters: 1
    members_photo_gallery_default_view: default
    members_video_gallery_default_view: default
    members_audio_gallery_default_view: default
    members_doc_gallery_default_view: default
    groups_active_types: photo,video,audio,doc
    groups_photo_gallery_default_view: default
    groups_video_gallery_default_view: default
    groups_audio_gallery_default_view: default
    enable_group_galleries_default: yes
    contributors_can_edit: 1
    contributors_can_delete: 1
    groups_enable_my_galleries: 1
    galleries_per_page: 20
    media_per_page: 20
    media_columns: 4
    gallery_columns: 4
    show_gallery_description: 1
    show_media_description: 0
    enable_audio_playlist: 1
    enable_video_playlist: 1
    enable_media_comment: 1
    enable_gallery_comment: 1
    load_lightbox: 1
    enable_activity_lightbox: 1
    enable_gallery_lightbox: 1
    media_view_counter_count_uploader_views: 0
    media_view_counter_label_views: Total Views %d

    // End of MediaPress Settings //

  • Cannot upload a JPEG file larger than 2 MB AGAIN

  • Participant
    Level: Enlightened
    Posts: 79
    Leo on #2217

    Hi Brajesh,

    I am having the same problem again, not able to upload media larger than 2mb. Once it was fixed after removing the rtMedia plugin.
    https://buddydev.com/support/forums/topic/cannot-upload-a-jpeg-file-larger-than-2-mb/

    Now when i try to upload and check the server response like you asked me to do previous time, it is completely empty.
    Also I am coping here the debug message. Please let me know what’s wrong here.

    Thank you!

    // Generated by the MediaPress Debug tool //

    Multisite: No

    WordPress Version: 4.4
    Permalink Structure: /%year%/%monthnum%/%day%/%postname%/

    Active Theme: Kleo Child
    Parent Theme: Kleo Child

    Registered Post Stati: publish, future, draft, pending, private, trash, auto-draft, inherit

    // Browser Details //
    Browser Name: Chrome
    Browser Version: 47.0.2526.106
    Browser User Agent String: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36
    Platform: Apple
    // End Browser Section //

    PHP Version: 5.5.30
    MySQL Version: 5.5.46-0+deb7u1-log
    Web Server Info: Apache

    WordPress Memory Limit: 128M
    PHP Safe Mode: No
    PHP Memory Limit: 256M
    PHP Upload Max Size: 40M
    PHP Post Max Size: 8M
    PHP Upload Max Filesize: 40M
    PHP Time Limit: 50000
    PHP Max Input Vars: 5000
    PHP Arg Separator: &
    PHP Allow URL File Open: Yes
    WP_DEBUG: Disabled
    SCRIPT_DEBUG: Disabled

    Show On Front: page
    Page On Front: Activity (#5)
    Page For Posts: Blog (#24)

    Session: Disabled
    Session Name: PHPSESSID
    Cookie Path: /
    Save Path: /tmp
    Use Cookies: On
    Use Only Cookies: On

    DISPLAY ERRORS: On (1)
    FSOCKOPEN: Your server supports fsockopen.
    cURL: Your server supports cURL.
    SOAP Client: Your server has the SOAP Client enabled.
    SUHOSIN: Your server does not have SUHOSIN installed.

    ACTIVE PLUGINS:

    AS BP Favs WP Widget:
    BP Profile Search: 4.4.1
    BP Reshare: 1.0
    BP Simple Front End Post: 1.2.7
    BuddyBlog: 1.1.4
    BuddyPress: 2.4.3
    BuddyPress Cover Photo: 1.3.1
    BuddyPress Follow: 1.2.1
    BuddyPress Like: 0.3.0
    BuddyPress Xprofile Custom Fields Type: 2.3.0
    Contact Form 7: 4.3.1
    K Elements: 3.1.1
    MediaPress: 1.0 Beta 1
    Password Protected: 2.0.2
    WPBakery Visual Composer: 4.8.1

    // MediaPress Settings //

    active_components: sitewide,members,groups
    default_status: public
    active_statuses: public,private,followersonly
    active_types: photo,video,audio,doc
    extensions: jpeg,jpg,gif,png,mp4,flv,mpeg,mp3,wmv,midi,doc,pdf,docx,xls
    mpp_upload_space: 1200
    mpp_upload_space_groups: 1200
    show_upload_quota: 0
    default_storage: local
    enable_gallery_archive: 1
    gallery_archive_slug: past-galleries
    gallery_permalink_slug: gallery
    sitewide_active_types: photo,video,audio
    sitewide_photo_gallery_default_view: default
    sitewide_video_gallery_default_view: default
    sitewide_audio_gallery_default_view: default
    has_gallery_directory: 1
    has_media_directory: 0
    activity_upload: 1
    autopublish_activities: create_gallery,add_media
    activity_photo_default_view: default
    activity_video_default_view: default
    activity_audio_default_view: default
    activity_doc_default_view: default
    show_orphaned_media: 0
    delete_orphaned_media: 0
    members_active_types: photo,video,audio,doc
    members_photo_gallery_default_view: default
    members_video_gallery_default_view: default
    members_audio_gallery_default_view: default
    members_doc_gallery_default_view: default
    groups_active_types: photo,video,audio,doc
    groups_photo_gallery_default_view: default
    groups_video_gallery_default_view: default
    groups_audio_gallery_default_view: default
    groups_doc_gallery_default_view: default
    enable_group_galleries_default: yes
    contributors_can_edit: 1
    contributors_can_delete: 1
    galleries_per_page: 10
    media_per_page: 10
    media_columns: 3
    gallery_columns: 3
    show_gallery_description: 1
    show_media_description: 1
    enable_audio_playlist: 1
    enable_video_playlist: 1
    enable_media_comment: 1
    enable_gallery_comment: 1
    load_lightbox: 1
    enable_activity_lightbox: 1

    // End of MediaPress Settings //

  • Buddyblog, images/media support.

  • Participant
    Level: Enlightened
    Posts: 55
    Peter Blom on #1862

    Been scratching my head a little on this topic. Using buddblog on a buddypress installation toghter with the simple frontend plugin. It all works as I belive intended, managed to limit categories with some lines in bp-custom.php. All very good so far.

    Installation is currently local as to just try it out/troubleshoot/betatest. Using the following:

    ===============================================================================

    WordPress Version: 4.3.1
    PHP Version: 5.5.12
    MySQL Version: 5.6.17
    Web Server: Apache/2.4.9 (Win64) PHP/5.5.12

    WordPress URL: http://localhost/smpc
    Home URL: http://localhost/smpc

    Content Directory: C:\wamp\www\smpc/wp-content
    Content URL: http://localhost/smpc/wp-content
    Plugins Directory: C:\wamp\www\smpc/wp-content/plugins
    Plugins URL: http://localhost/smpc/wp-content/plugins
    Uploads Directory: C:\wamp\www\smpc/wp-content/uploads

    Cookie Domain: Disabled
    Multi-Site Active: Yes

    PHP cURL Support: Yes
    PHP GD Support: Yes
    PHP Memory Limit: 256M
    PHP Memory Usage: 74.3M (29%)
    PHP Post Max Size: 3M
    PHP Upload Max Size: 64M

    WP Options Count: 214
    WP Options Size: 144.99kb
    WP Options Transients: 9

    WP_DEBUG: Disabled
    SCRIPT_DEBUG: Disabled
    SAVEQUERIES: Not set
    AUTOSAVE_INTERVAL: 60
    WP_POST_REVISIONS: 1

    Operating System: Windows
    Browser: Google Chrome 46.0.2490.86
    User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36

    Active Theme:
    – Newspaper 6.6
    http://themeforest.net/user/tagDiv/portfolio

    Active Plugins:
    – Advanced Custom Fields 4.4.3
    http://www.advancedcustomfields.com/

    – amr shortcode any widget 2.9
    http://webdesign.anmari.com/shortcode-any-widget/

    – BP Simple Front End Post 1.2.4
    https://buddydev.com/plugins/bp-simple-front-end-post/

    – BuddyBlog 1.1.3
    https://buddydev.com/plugins/buddyblog/

    – Custom Post Type UI 1.1.2
    https://github.com/WebDevStudios/custom-post-type-ui/

    – rtMedia Album Cover Art 1.2
    https://rtcamp.com/products/rtmedia-album-cover-art/

    – rtMedia BuddyPress Profile Picture 1.1.1
    https://rtcamp.com/products/rtmedia-buddypress-profile-picture/

    – rtMedia for WordPress, BuddyPress and bbPress 3.9.3
    http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media

    – rtMedia Shortcode Generator 1.1
    https://rtcamp.com/products/rtmedia-shortcode-generator/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media

    – rtMedia Sidebar Widgets 1.2.2
    https://rtcamp.com/products/rtmedia-sidebar-widgets/

    – SysInfo 1.1.0
    http://wordpress.org/extend/plugins/sysinfo/

    – WPBakery Visual Composer 4.8.1
    http://vc.wpbakery.com

    ===============================================================================

    But is it possible to add media support (add/upload image) from the frontend posting for the users? Site beeing a community for pc-modders (live site without the buddyblog added, http://www.smpc.se) and the blog’s supposed to be their place to provide build logs, images is rather key-feature.

    In a best case/world scenario it would be that the users could add images/images and/or galleries into the blogposts based on/from their existing images/galleris on their profile.