BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: Restrict Domain Emails uncertain if working properly #27903

    I disabled, but what am I checking?

    My first post on this forum applies:

    “A person registered with an email domain not in the allowed list: protonmail.com

    I’m worried that gmail, hotmail, etc. are being denied while they should be allowed. I put protonmail.com in the list (I didn’t know it even existed). Though I did test outlook, hotmail and gmail and they seem to be working… .

    I dunno – ANY suggestions to alleviate my concerns? Why did protonmail.com create an account when not on list?”

    Thanks.

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: Restrict Domain Emails uncertain if working properly #27901

    Hello. I have both plugins.

    WordPress Restrict Email Domains has the list as mentioned earlier.

    WordPress Ban Registration Domain has no list (have it active, in case needed).

    Thank you.

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Get avatar with link to profile #27345

    WOW – that was awesome! Thank you so much!

    You’re like the magic man! LOL

    Just awesome 🙂

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Get avatar with link to profile #27342

    Unfortunately, it only shoots back a URL link (that isn’t clickable).

    The actual code piece is this:

    
    foreach ($bookmarked_by as $user) {
    				$avt_list .=  get_avatar($user , 30);
    			}
    

    While it belongs to this:

    
    add_filter( 'the_content', 'wp_bookmark_below_post', 1001 );
    	function wp_bookmark_below_post( $content ) {
    		$post_id = get_the_ID();
    		$post = get_post( $post_id );
    		if($post->post_type=='page'){
    			return $content;
    		}
    		if(wpb_get_option('wpb_show_users_avatar')) {
    			$avt_list = '';
    			$bookmarked_by = get_post_meta($post_id , 'wpb_bookmarked_by' ,true);
    			if($bookmarked_by == '')
    				$bookmarked_by = array();
    			$bookmarked_by = array_unique($bookmarked_by);
    			foreach ($bookmarked_by as $user) {
    				$avt_list .=  get_avatar($user , 30);
    			}
    			return $content.'<style>.bookmarked-avatar img{margin: 3px;}</style><div class="bookmarked-avatar"><h5>Bookmarked By Members</h5>'.$avt_list;
    		}
    	
    		return $content;
    	}
    

    Any other suggestion would be sincerely appreciated.

    Just trying to make avatar that is displayed clickable to the user profile page.

    Thank you.

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #27234

    PS I tried several video services and so far, I know YouTube, DailyMotion and Vimeo work with plugin as video embed 🙂 I noticed some, like Archive.org, or say Metacafe do not (BUT that’s okay, Vimeo and YouTube were most important 🙂

    Thank you!

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #27233

    Working great with errors produced if file size is too large, or if trying to upload too many files per update: I changed file size from 10MB to 3MB max, and changed 5 files allowed to upload at once to just 1 per update 🙂

    THANK YOU, Brajesh!

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #27192

    Thank you, Brajesh!

    Excellent find – and work – always amazing what you do!

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: Buddypresss Follow / Activity Reloaded #27191

    Excellent fix! Thank you!

    From:

    https://buddydev.com/support/forums/topic/buddypresss-activity-plus/page/4/#post-27185

    ————-

    Hi JJ,
    Thank you.
    I was worried that it might be there in the email notifications.

    I have fixed the link issue. It was related to an issue

    https://github.com/buddydev/bp-activity-plus-reloaded/commit/2390643e22177e47f1cc001c3405a6fd7e1be093

    I am looking at a few other minor issues. Please allow me to push a public release tomorrow.

    Thank you
    Brajesh

    ———–

    Thanks!!! Excellent work – amazing 🙂

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: [Resolved] Buddypresss Activity Plus? #27178

    Shared passwords should always be changed…but all I see is “This reply has been marked as private.” 😉

  • Participant
    Level: Master
    Posts: 171
    JohnnyNW on in reply to: Buddypresss Follow / Activity Reloaded #27176
    This reply has been marked as private.