95 Responses to New Sliding AJAX Login Panel Plugin for BuddyPress

  1. Pingback: Sliding AJAX Login Panel Plugin for BuddyPress from WPMU.org | Premium BuddyPress Themes at BuddyDress

  2. that’s slick. thanks will try it out a while see how it goes. off the bat there’s an extra slash on the update my activity link.

  3. Oh, very nice. Thank you for porting it to BP functionality.

  4. @nahum Thanks! I’ve fixed that and the issue of it showing up twice in the plugins page and have updated the link. Thanks for catching that.

  5. Hi Sarah,

    Does this work with facebook connect buddypress plugin?

    tks
    james

  6. James – I haven’t tried it. You’d have to add the template tags from your FB connect plugin into the update-content.php file and give it a try. Which plugin are you using for FB connect?

  7. I’m using WP-FB-AutoConnect by justin klein.

  8. James – Cool. I think I have that on one of my sites. I’ll give it a try – might not be today but I’ll let you know. Then if it all goes ok I’ll add instructions for integrating the two.

  9. tks , that would be really great. I’ll be trying out your plugin tomorrow so i will let you know how i get on.

  10. wow, that is very nice!

    one code suggestion (or one less theme edit)

    add

    function bp_slide_login_panel() {
    updateHeader();
    }
    add_action( 'bp_before_header', 'bp_slide_login_panel' );

  11. Hi! I’m using WP and BP (VERY NEW TO BUDDYPRESS) and i’m trying to activate this but i get this error: “The plugin does not have a valid header.” …I don’t have a “Child Theme” and have no idea where to begin to make one.

    My site in progress is: http://www.jchambo.com/populationpowder

    I’m trying to build a snowboard community…any help would be greatly appreciated.

    I need to figure out a very sleek and advanced user system. PLEASE HELP!

  12. and also if there is a better user panel or “user page” section i can add to my site without that admin-bar (at the top) of my site, can you PLEASE show me where / how to get that?

    i’m advanced at HTML and editing code, but can always use help. Especially with WP / BP. Thanks again!

  13. Oh, and my “Sign Up” page doesn’t work either when people fill out the info and click “Complete Registration” or whatever.

  14. Hi Sarah,

    I get the message “The plugin does not have a valid header” when i try to install?

    tks
    james

  15. John – I see what happened – it accidentally got packaged 2 folders deep. I rezipped it and it should work now. Sorry about that!

  16. All good now tks

    james

  17. Rich – thanks for the tip! Great idea :)

  18. I got the panel to work but I have a few problems:

    1. my search feature gets blocked by the panel height at the top
    2. the “register” feature doesn’t work (as a new user)
    3. how do i edit the “Logo” in the panel, do i just use the “Edit Plugin” CSS?

  19. love this as a design element and the approach to grouping the most used BuddyPress components (structured in more user-oriented way than the technically driven default BP menu structures).

    Did you have to write your own API calls / template tags to ‘break in to’ the bp_nav_menu calls, and just pull out the links you wanted, where you wanted them?

  20. Ok i figured out how to change the logo, BUT my “Register” page STILL doesn’t work…and the Panel is blocking my “Search” feature.

  21. ignore my last comment about API calls, etc. … I’ve taken a look in the code!

    One thought: would it be better to use the slugs (e.g. BP_ACTIVITY_SLUG) to generate the path names in the links, rather than hard literals.

    Keep up the great work.

  22. I like your plugin and am gald that I found your post to change the look of admin bar. I have been looking to change the look of that black admin bar for while had managed to change color but this plugin changes the whole look of website.

    Thank you very much Sarah.

  23. Nice one!

  24. Nice plugin. I used it in on my buddypress test site and it worked fine but only after I disabled javascript minification of wp-minify plugin. The interface is nice and makes the site look better but I can’t find all the options of default admin header. Links to blogs and its dashboard is missing from this plugin. It would be nice if you can include all of the default admin bar functionality in this plugin.

  25. Hi
    @Sara , I like this plugin and have two suggestions about it :

    1. Please use ” _e( ‘ Title or Word ‘ , ‘ buddypress ‘ ) ” for your plugin title and words , this make plugin translatable by WPML Multilingual CMS .

    2.In update-content.php file : find bp_loggedin_user_avatar(‘width=117&height=117′) on line 53 and replace it by bp_loggedin_user_avatar(‘type=full&width=117&height=117′) .
    ” type=full ” help the plugin use a Better Quality Avatar.

  26. Sepehr – Thanks for the tips. I’ll add those in before it hits the WP repo!

  27. What is missing/recommendation

    If it is Admin (blog owner)
    Link to dashboard
    Write new page/post
    etc

  28. This is great! I recommend also using the defined groups and members slugs in your links to those pages – for those people who have changed these slugs in their wp-config.

  29. Hi

    I’ve got ads on my site.Is this an opensource script so that I do not need a special license?

  30. I like the plugin,how can I make top of the page to be down panel where the user is logout as an option?

  31. I want sliding login panel to stay down before you login.
    How can I do it?

  32. Hi im a bit of a noob on this i was trying to figure out where to add the code in the header.php on my buddypress theme but i didnt se any in there.

    im using Mystique BuddyPress that can be found here.
    http://bp-theme-converts.com/groups/mystique-buddypress/

    i love how the plugin look and want to try it.

    can you please help me out?

    thx

  33. Add it right after

  34. well the is no what i can see in this file.
    have alook http://pastebin.com/fdhZRUFE

  35. Just above
    <div id="page">

  36. thank you i appreciate your help

  37. This is what my header.php looks like:

    <body id=”bp-default”>

    I added the function after body, but my site ended up showing blank page. Any suggestion?

  38. I’m using buddypress Version 1.2.5.2 and WordPress 3.0

  39. @Wallace if you using buddypress default theme than you should have this
    <body id=”bp-default”> add the code after that line.

  40. @wallace I just added in default theme and worked fine make sure you add the code above as is.

  41. How do you set panel to stay down before you login ?

  42. I installed the capcha plugin and it does not show up in panel is there any way capacha in login panel.

  43. Hello,

    Just installed this on my local dev site and it is really lovely.

    After logging in, the only thing that seems to be not working is the link to “Sitewide Activity.”

    I get a 404 error “Object not Found”

    Is this perhaps to do with using my local machine rather than a proper server?

    Thanks for the help. If I can get it working properly, I just might use it with the live launch of buddypress next week!

  44. Sitewide activity don’t work because on my localhost URL : http://localhost/activity not found
    should be : http://localhost/wordpress/activity/

  45. Better to use the slugs (e.g. BP_ACTIVITY_SLUG) to generate the path names in the links

  46. Yep, I’m going to be updating that today and putting it up on the WP repo – finally got approval. Thanks for all the tips!

  47. Get the following error:

    Fatal error: Call to undefined function bp_has_message_threads()

    If I remove the code related to the messages it seems to work fine (obviously without the message bit!)

  48. the plugin is very good, but if there is a top post with YouTube video the panel is covered partially by the video cover. How can I fix this?

  49. Hippo – Change the z-index of the panel to a much higher number so that nothing shows through.

  50. Is it by design this header doesn’t show up while in the dashboard? I am using a custom theme with Buddypress hacked in, so that may be to blame just wanted to check before I started digging. I am also having some padding issues but I believe thats more on my end than the plugin. Thanks for developing this!

  51. Dave – Not sure what you mean by the first question. Could you clarify?

  52. Sorry for not being clear. I am using my old wordpress theme with Buddypress hacked in via includes. The drop down shows on all my pages on the frontend but anytime I go to the dashboard (wp-admin) the drop down doesn’t show up. I vaugely remember others having this problem with the early versions of buddypress. For some reason the admin bar needed something extra to work with custom themes. But I didn’t know if that was the case here or just an error on my end.

  53. Dave – No, it shows up only on the frontend, not when you’re in the dashboard. It’s written mainly for the regular user to have an account center, not so much for quick access to the dashboard.

  54. Ok thats cool. One last thing, have you noticed that even though the original buddypress admin bar is disabled there is still padding being added to the top of the dashboard? I still get the 25px of padding to the top of the dashboard even though the bar is not there.

  55. Dave- Haven’t noticed that. Will check to see if it’s an issue. Might just be your theme ;) Most people using this plugin will need at least a few CSS tweaks depending on what theme they’re working with.

  56. LOL Who are you going to believe my poor coding or your expertise? I did find a typo but for some reason it still worked. In the WP repository you say:
    define( ‘BP_DISABLE_ADMIN_BAR’, false ); above you say define( ‘BP_DISABLE_ADMIN_BAR’, true ); for some reason they both disable the bar. Again I thank you for your hard work over here. And your response time is better than some paid support systems :)

  57. Dave – Yes, it’s a BP thing – both of those work as long as it’s defined ;) http://wpmu.org/daily-tip-how-to-disable-the-buddypress-admin-buddy-bar/

  58. The plugin is great. I am confused though. In this article it says you have to add define( ‘BP_DISABLE_ADMIN_BAR’, true ); in the wpconfig. In the wordpress repo it says define( ‘BP_DISABLE_ADMIN_BAR’, false ); Which is which really? Is it set to true or false?

    Second, I have the same problem as the others my own profile keeps showing up under friend requests. After clicking, it will go away for a while, then it shows up again. It seems that it is not updating at all. Even the message that has been read alreay won’t go away.

    I tried adding the php code to the header, but after adding, the tab won’t pull down. What am I missing here? Any fix on this?

  59. Ooops, seems my first got answered already. Just the same, the panel is not updating. When I place the update header code after body ta, the panel won’t slide.

    What seems to be the problem?

  60. jgrandea – #3 in the install instructions in this post is no longer necessary. Just follow the install instructions in the WordPress repo. This post was before the plugin was updated.

  61. But the panel is not updating properly. Any fix on this? I am using it now, but it might create confusion among members.

    Any help would be greatly appreciated.

  62. I’ve got the same problem with friend request. My profile keeps showing up there, no matter what I click (accept/reject).

  63. Thanks a lot Sarah.
    The plugin is excellent but as Dimitris says I also have the same problem i.e Friend Requests are not updating.Its even showing accepted requests.
    And one more thing when I go to dashboard the panel is not being shown and a white space is being shown instead of the panel.
    Also how can I add blogs and create blogs to this panel.

    Thanks
    Prashant

  64. Prshant, yes the friends issue is a bug that I need to fix. The panel doesn’t appear when you’re in the dashboard. I have no plans to add blogs to the menu, as not all sites use them but you can easily customize the plugin in the update-content.php file. Just add in any links you want.

  65. The panel doesn’t appear when you’re in the dashboard.

    Sarah,Is it possible to set the default admin bar when we are in the dashboard and buddypress sliding panel when we are in the frontend.
    If so,could you please tell me how to do it.

    Thanks
    Prashant

  66. Sarah how do i add link to dashboard on the panel so that once member has logged in they click on it go to dashboard.

  67. Hello,
    I have a problem.
    When I activate the plugin, I get this error:

    “Fatal error: Cannot redeclare string_limit_words() (previously declared in /homez.194/madcapki/www/wp-content/plugins/buddypress-sliding-login-panel/bp-sliding-login-panel.php:6) in /homez.194/madcapki/www/wp-content/themes/transcript/functions.php on line 193″

    And when I delete this function everything works except “google Chrome” … An idea to solve this problem?

    Thank you

  68. Nice Plugin, but did not work fine with the Scholar Theme.

  69. I like your plugin and I use it on my website but am having an error showing up.
    When I tried to login after registering and activating the link in my email, I got this message “There was an error activating your account, please try again” Though I was able to view/edit my profile.
    I do not get the error when I login using the wordpress widget meta option and also when I deactivate the plugin.
    The error only occur when I try using the slide panel login.
    How can i fix this?
    Thanks

  70. Pingback: Studio: A new theme for WordPress, Multisite and BuddyPress - WordPress, Multisite and BuddyPress plugins, themes, news and help – WPMU.org

  71. How to we enable it at the bottom of the page?

  72. Nice plugin but on the homepage it keeps showing me a friend request from myself :-( I can accept or deny. On any other page it doesn’t bother me.. Any idea how to get rid of this behavior?

  73. Hi Sarah,

    im running this plugin with buddypress + wp3.01 (mu enabled).
    this plugin works great with the home website, which is the buddypress.

    my question is, how do i enable the sliding panel to be displayed on all other user created wpmu blogs?

    thanks!

  74. Great Plugin! I love it! But there’s a but: i run a multisite blog network with over 400 users and 110 blogs. I would like to add link to logged in user’s dashboard as well as manage posts, comments or pages.

    What lines of code can i use in update-content.php to add the links?

    The matter is quite urgent, my users are complaining….

    Thanks!

    • Hello Edouard, did you ever find out how to do this? I need the same functionality for authors.

      • No, I have not. So solve this I would need to be a programmer and since I am not, well, the problem just kinda sits there. I would have an idea on how to solve the problem, but I have no idea on how to implement it.

        Worst, the links in the menu are buddypress are bp_profil slugs. I don’T know how to use pb profile slugs to link to the current user’s dashboard.

        Here ans extract from my update-content.php:

        ————

        <a id="avtext" href="blogs”>Liste de mes blogues
        Tableau de bord
        <a alt="Un maximum de 3 blogues par membre" id="avtext" href="/blogs/create”>Créer un blogue
        <a alt="Gérer les articles de mon blogue" id="avtext" href="/wp-admin/edit.php”>Gérer les articles
        <a alt="Gérer les commentaires" id="avtext" href="/wp-admin/edit-comments.php”>Gérer les commentaires

        ————

        How should I code the links to the current user’s dashboard , blog creation, comments moderation, new Post and mnage posts?

        Furthermore, I would like all my subblogs to display the buddypress sliding menu but, since they are Wordpresws blogs, I don’t know how to force the blogs to display the menu.

        Hmmm…

  75. I can’t get this to show at all. If i activate it the page ceases to load past the header call.

  76. Hi ! This looks great but unfortunately I’m not able to use it on my site. If the Friends component is disabled, the plugin will exit with errors of calling unregistered functions (which is logic). I tried to add some validations myself:“ but the site didn’t load, only the background. Could you take a look at this ?

    Thanks !

  77. Hi,

    When we load this plugin and make the suggested changes to the theme header.php and FTP wp-config.php, the actual login panel is hidden behind the site header.

    See screenshot here: http://uffc-campaigncentral.net/wp-content/uploads/2012/01/Zinzi-Eka-Naphtali-Activity-UFFC-Campaign-Central.png

    We have the buddypress default login bar deactivated.

    Any suggestions?

    Thanks

  78. z-index adjustments? please expand if you would!

  79. Sarah, do you know of any similar drop-down login that would put the whole page down (smoothly, one would hope), instead of coming down over the page? Thanks

  80. Hi Sarah,

    The (How to Install) instructions (steps 1 – 4) are missing on the buddypress.org page: http://buddypress.org/community/groups/buddypress-sliding-login-panel/installation/

    I had to research and luckily found this page to get the rest of the instructions so the plugin would work on my site.

    After getting it to work, I am very pleased with the results. I figured I would let you know just in case someone else is trying to figure out why it’s not working.

    Best,

    Crystal Watts

    • Yeah the instructions changed from one version to the newer one and it really depends on if your theme is already BuddyPress-compatible or not. I will add some more notes in the next update.

  81. This plugin does not work with the suttershot theme. Whats going on

  82. Hey Sarah.. Awesome plugin.. I am wondering if there is a way to see the new member requests for private groups in the sliding login so that it makes it easier to find these new requests. Thanks J

  83. Everything works great! Links, everything..

    But when im logged out, and i click to slide down…
    The word on the buttons dont sit properly on the button, and also the insert text area overlaps…

    Can anyone help? Crystal!?

    :)

  84. thanks for awesome plugin

    one issue Im having – every time I logout it takes me to latest blog post instead of home page – any ideas how to fix that ?

  85. Is it possible to add an edit post/page button to the bar? I was able to add an admin panel but I am unsure how to create a button for current post/page.

    Any idea how I can accomplish this or a good place to start?

    Thank you.

  86. how would a hyper link look like – that can open this panel?

  87. Love the plugin but i somehow broke adjusting my header… not sure how. im going crazy right now

Click on a tab to select how you'd like to leave your comment

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting