BuddyDev

Search

Replies

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: Remove overlapping link on -forgot password- page #47335

    Hi Brajesh,

    Thank you for the code, that’s awesome!

    Just may I ask you to which php file I need to add the code? Is it the child theme’s function.php file or the login.php file?

    Thank you.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497

    Hi guys,

    That’s a nice feature, to which php file can I add the code to redirect user after successfully upload and crop profile photo?

    Thanks for the input.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497

    Hi,

    I know that this will be customized code that will need to be added on my themes function php file:

    
    /*Replace Login page url link*/
    function login_page_URL( $url ) {
    	$url = home_url( '/members/me' );
    	return $url;
    }
    add_filter( 'login_headerurl', 'login_page_URL' );

    But the code should have a condition that only for logged in users the main website url should change. That’s why I wanted to ask you if I could hire you to do the job? The goal will be that the logged in users will not see anymore the login landing page after they are logged-in and when they are clicking on the website logo, that they will get redirected to their BP page.

    I can pay via Paypal.

    Thanks for your feedback.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: Remove overlapping link on -forgot password- page #47306

    Hi Brajesh,

    Thanks for your help! I would like to hide the logo and the overlapping link together but the CSS I am using don’t apply on that page at all, that’s very strange.

    I have used:

    body.login div#login h1 a {
    		display: none;
    }

    and as well I tried:

    
    .login h1 {
     display: none
    }

    but the CSS code doesn’t effect the page.

    Do you have any solution to hide the logo and the overlapping link together to get rid of it?

    Thank you for your assistance.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: Remove overlapping link on -forgot password- page #47296
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: [Resolved] Media Press limit upload number of images #47248

    Hi Brajesh,

    Thanks very much for the code, it worked as I wished!

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: [Resolved] Media Press limit upload number of images #47232
    This reply has been marked as private.
  • Participant
    Level: Master
    Posts: 497

    Hello,

    Just to let you know that my theme works again with BuddyPress newest Version after updating it.

    That’s some real good news. I also was able to resolve all the other bugs when not showing favorites, mentions and add friend requests.

    All is great today 🙂

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: The BP Menus PERSONAL MENTIONS FAVOURITES FRIENDS GROUPS #47205

    Hi Brajesh,

    To come back to that topic, I think I didn’t explain it well:

    The Delete button shows up on BP “PERSONAL” Activity stream of the user which works fine, but since I am using the Facebook Stream Plugin of BuddyDev, the Delete Button only shows some seconds on the “YOUR STREAM” activity page of the user and then it disappears after refreshing the page. I would like that the user also can delete all his own posts on the “YOUR STREAM” activity stream and not only on the “PERSONAL” activity stream.

    Is there a code I could add to the plugin?

    Thanks for your reply.

    Regards
    Daniel

  • Participant
    Level: Master
    Posts: 497
    Daniel on in reply to: BP Auto Clean Notification #47203

    Hi guys,

    Yes but when activating the plugin, the users do not receive any notifications anymore.

    Could you test it if you have the same issue?

    Thanks.

    Regards
    Daniel