Plugin: BuddyPress Sliding Login Panel

Join this plugin group to follow comments, support topics and reviews.
  • I love the way this works. It would be a 5 star if I could have configured the template for it a bit more. Great job all around though.

    8 months, 4 weeks ago
  • This plugin is great. Looking forward to making it more our theme. Thanks for sharing.

    10 months, 1 week ago
  • alright: biggest issue with this… the “notifications” menu doesnt show the way it does on the original bp install… but i love the slide for the login… so this is what i’ve done.. i’ve played with “display:hide”… to hide everything that comes after login in this plugin.. and similarly on wp-adminbar i’ve hid everything that comes…[Read more]

    11 months, 1 week ago
    • the exact files for this plugin where you’ve got to make the change is: update-content.php (look for the comment that says: Else if user is not logged in, show login and register forms… hide everything on top of this… and show everything beneath it….

      similarly for the default adminbar… bp-core-adminbar… but this one is a whole lot…[Read more]

      • for bp-core-adminbar… its actually even more simple: put in the following piece of code in line #13: just below the $bp stuff..

        if ( is_user_logged_in() )
        //return false;

        and wolla! enjoy!

        • just noticed that after this step u still have the pre-login options that come beneath the footer… fi this is the case, in the bp-core-adminbar… u need to comment out the functions wrt site name, login/signup and visit links..

  • Hi friends, im runing buddypress on my website. Before I had the top bar that comes by default and I notify every time that someone mentioned. Now im installed BuddyPress Sliding Login Panel and this not show number of notifications. Only gives the possibility to see the notifications, but does not display a message with the number of new…[Read more]

    11 months, 1 week ago
  • I am now using the Buddy Press Sliding Login Panel which seems to be working fine. However when a member/visitor clicks on the ‘Meet Friends’ link the page goes to the wrong address (www.bodyworksasia.cn/members). The link for ‘My Friends’ works fine. If I manually put in the correct address in the url : bodyworksasia.cn/healthworks/members…[Read more]

    11 months, 2 weeks ago
  • Just want to say a big thank you to ‘ceeeeg’ whom I emailed for help regarding not being able to get the panel working. It works fine now. Regards – Richard. Also just found I have to click the ‘rate it’ stars for the review/comment to load – maybe this should be stated somewhere for anyone wanting to post a comment ? One last thing – I…[Read more]

    11 months, 2 weeks ago
  • Very strange – posted a review yesterday but is not showing………. Anyway what I wanted to ask please is what does this mean ; [bracket] = = ;? ——————————————————- [bracket]body[bracket][/bracket][/bracket] [bracket][/bracket] ——————————————————- Where and how should this be pasted in the header.php ? Do I need to write the first 3 line ?…[Read more]

    11 months, 2 weeks ago
  • i wish it also had the ”notifications” functionality of the default bar… that was sooo awesome!

    11 months, 4 weeks ago
  • guys… theres a simple of not showing the default top bar… in the theme css file.. just put in: #wp-admin-bar {display:none;}… and that should leave only the sliding login panel on top… it will be good to go.

    11 months, 4 weeks ago
  • Add ”overflow: hidden;” to the #iRToppanel in the plugin’s style.css. Or, add this to your own CSS and then it will remain through updates… ———————————— #iRToppanel { overflow: hidden; } ————————————

    12 months ago
  • I just installed, and turned the admin bar off like in the instructions say, but nothing shows up. http://ahealthylifestyleworks.com/feelinggreateveryday/ Sounds like an awesome plugin! Any help would be appreciated, Thank you!

    1 year ago
    • Ceeeeg replied 1 year ago

      Tried it on another site to see if it was my theme or setup but ti doesn’t work there either. http://www.cjandlanitagaul.com/

      I will try to take a look at it tomorrow and see what I can find.

      Thanks

    • Ok, got it working, I had to add just below the tage in the header and it came right up. Awesome plugin. Thank you for putting this together!

      • that was suppose to be, below the <body tag in the header put updateHeader(); but within the php init brackets.

        • Yep! Thanks!!! We’re working on this together apparently… at the same time. :D haha

          This works for me.

          So this is what my “body” tag looks like on my header.php file…

          [bracket] =
          =…[Read more]

  • Would it be possible to put a widget in the Panel?

    1 year ago
  • love the look of it – but not getting it to work with standard BuddyPress Default theme

    1 year ago
  • This is a very cool plugin! Although it didn’t show after the installation according to the instructions. I’m not using a buddypress child theme but the standard twentyten theme with some rearranged widget sidebars. This is how it finally worked: - adding the “define( ‘BP_DISABLE_ADMIN_BAR’, true ); ” at the END of wp-config.php -…[Read more]

    1 year ago
    • I believe if you add updateHeader(); just under your <body tag in your header.php file it will work. If you need full instructions you can email me and I can send them to you. cj@theadminprofessional.com

      • Yes. That’s how it worked for me. That part has gone missing from the second point (no surprise, I copy-pasted the php-code…).

        That’s what it should have said:

        - adding ”if(function_exists(updateHeader)) updateHeader(); ” after the body tag in the header.php….

        Thanks for offering your help!

  • This may be a great plugin, but nothing shows. What I do not understand is you write the code for it, but you do not know how to write a setup for it in the plugins page? It looks to be a lot of downloads and I wonder if all of the users are getting to go? The reason for the low rating is rate it right now and maybe if you can get a down the line…[Read more]

    1 year ago