Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • News
  • Codex
  • Develop
  • Make
  • Forums
  • Download

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of @mercime

    @mercime replied to the topic Does BuddyPress comply with disability W3C standards in the forum Miscellaneous 9 years, 9 months ago

    Hi @maryt66 When are you planning to launch the site? I am happy to say that we’re on our way to WCAG 2.0 compliance 🙂 Hopefully when BP 2.7 rolls out in mid-October this year, we’ve completed the fixes on all our front-end (user-facing) templates and at least 75% of our back-end admin screens.

  • Profile picture of Georgio

    Georgio replied to the topic Changing adminbar site-name url in the forum How-to & Troubleshooting 9 years, 9 months ago

    Finally I could resolve the problem after reading this article

    This developer suggests creating a plugin. The result is a link with a dashicon but it is not responsive. To make it responsive (show on mobile), I added in the css file of the plugin a snippet I fould elsewhere:

    @media screen and (max-width: 782px) {
    #wpadminbar…
    [Read more]

  • Profile picture of Georgio

    Georgio replied to the topic Changing adminbar site-name url in the forum How-to & Troubleshooting 9 years, 9 months ago

    The new code adds indeed a Home. Screenshot

    But this Home still doesn’t show on smaller screns. Screenshot

    I have added the css, but it has no effect. As I see only icons are shown on small screens. Unfortunately…

  • Profile picture of Georgio

    Georgio replied to the topic Changing adminbar site-name url in the forum How-to & Troubleshooting 9 years, 9 months ago

    Thanks @mrjarbenne for your response.

    Unfortunately your code doesn’t work for me; it makes my dashboard a blank page. I already tested the concept “remove the original Home in order to add my own customized Home” with snippets I found on the internet, but this solution is not compatible with responsiveness. All the links you add on the…[Read more]

  • Profile picture of Georgio

    Georgio started the topic Changing adminbar site-name url in the forum How-to & Troubleshooting 9 years, 9 months ago

    Hi everybody,

    When you are in the dashboard and click on the site name (in the left corner of the adminbar) you are normally redirected to the site url (homepage), which in my case is pretitude.com

    How can change that url, so that the user goes to another page, for example pretitude.com/activity/ ?

    Why I want to do that:

    Because my homepage is…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic White Screen after 2.6.2 upgrade in the forum How-to & Troubleshooting 9 years, 9 months ago

    Or… rather than doing that, look in your web server’s PHP error log, and tell us what’s inside. If you don’t know what this is, your web host’s support should be able to help.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Lost password link and wrong password in the forum Installing BuddyPress 9 years, 9 months ago

    BuddyPress doesn’t affect user authentication or password resets. We leave that to WordPress.

    WordPress’ lost password link can be found on the .com/wp-login.php screen. You can copy that link into your theme/navigation menu, etc, if you want it elsewhere.

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic Adding Custom Emails in the forum How-to & Troubleshooting 9 years, 9 months ago

    The error is “missing_email”, which happens when we get can’t find an email post in the database with the term “post_recieved_comment” (in our special bp-email-type taxonomy).

    First thing to do, is re-install the email; go to wp-admin Tools > BuddyPress, then choose the re-install email option. After this, go to wp-admin Emails, and see if you…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How to add/make multiple "members" pages? in the forum How-to & Troubleshooting 9 years, 9 months ago

    No… but… how are you adding multiple types of users? Are you using the Member Types API?

  • Profile picture of simon walker

    simon walker's profile was updated 9 years, 9 months ago

    simon walker

    @simonwalker1

    View Profile
  • Profile picture of peak

    peak's profile was updated 9 years, 9 months ago

    peak

    @zhangrongfeng

    View Profile
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Change colors of fields in the forum How-to & Troubleshooting 9 years, 9 months ago

    We’d need to see your theme’s markup in order to provide you with the relevant CSS help. Do you have a link to your website?

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic [Resolved] BuddyPress killed my wordpress! in the forum Installing BuddyPress 9 years, 9 months ago

    @skullchow To get your site back, you need to FTP (or SSH, or whatever — you should know how to do this) into your server. Go into the wp-content/plugins/ folder, and rename the buddypress plugin to buddypress-disabled. Then, visit your site’s plugins page (.com/wp-admin/plugins.php), and WordPress will fix itself.

    Then what you need to do is…[Read more]

  • Profile picture of Paul Wong-Gibbs

    Paul Wong-Gibbs replied to the topic How to create a dynamic link to "my friends" in the forum How-to & Troubleshooting 9 years, 9 months ago

    Not quite! In BuddyPress 2.6, we added support for dynamic links for user profiles.

    In your template/blog post/wherever, if you wanted a link to go to the logged-in user’s activity stream (for example), create the link to <a href=http://example.com/members/me/activity">my activity stream</a>.

    See…[Read more]

  • Profile picture of Henry Wright

    Henry Wright replied to the topic [Resolved] Check if on profile of an admin? in the forum How-to & Troubleshooting 9 years, 9 months ago

    This is possible. As @mrjarbenne said you can check the capabilities of the displayed user.

  • Profile picture of David Cavins

    David Cavins replied to the topic BuddyPress 2.6.2 is now available in the forum Miscellaneous 9 years, 9 months ago

    Visit a forum, like https://buddypress.org/support/forum/how-to/ and scroll to the bottom of the topic list. The new topic form should be down there.

  • Profile picture of David Cavins

    David Cavins replied to the topic BuddyPress 2.6.2 is now available in the forum Miscellaneous 9 years, 9 months ago

    wadece1979- You should start a new topic for your support request. In that topic, describe your WP setup (single site, multisite) and whether the problem persists if you use a different theme. Thanks!

  • Profile picture of @mercime

    @mercime replied to the topic BuddyPress 2.6.2 is now available in the forum Miscellaneous 9 years, 9 months ago

    Emoji did not show up 🙂 Congraulations!

  • Profile picture of David Cavins

    David Cavins started the topic BuddyPress 2.6.2 is now available in the forum Miscellaneous 9 years, 9 months ago

    BuddyPress 2.6.2 is now available. https://buddypress.org/2016/08/buddypress-2-6-2/

    Check out the changelog for more information.
    https://codex.buddypress.org/releases/version-2-6-2/

  • Profile picture of David Cavins

    David Cavins wrote a new post on the site BuddyPress.org 9 years, 9 months ago

    BuddyPress 2.6.2 is now available. This is a maintenance release that fixes a few bugs introduced in 2.6. For more information, see the 2.6.2 milestone on BuddyPress Trac.

    Update to BuddyPress 2.6.2 today in yo […]

  • Load More

WordPress.org bbPress.org BuddyPress.org Matt Blog RSS

GPL Contact Us Privacy Terms of Service X

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Log In