Skip to:
Content
Pages
Categories
Search
Top
Bottom

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

BuddyPress.org


  • All Members
  • RSS
  • Profile picture of Henry Wright

    Henry Wright replied to the topic Users creating posts in the forum How-to & Troubleshooting 10 years, 3 months ago

    BuddyDev have the Simple Front End Post plugin: http://buddydev.com/plugins/bp-simple-front-end-post/

  • Profile picture of Ben Hansen

    Ben Hansen replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago

    haha is that a real address? looks like something a mail merge would do if it was broken, sorry for any confusion. :p

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    Don’t know what’s going on on your install.
    I have teamviewer, but I don’t have time to investigate your problem further.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    My css code should work. Perhaps you placed it in a wrong place.

    Try removing this line <h5 class="accordion-title <?php bp_the_profile_group_slug(); ?>"><?php bp_the_profile_group_name(); ?><span class="accordion-icon"></span></h5> from profile-loop.php file.

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    What’s the content of your theme /members/single/profile.php file?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    Try
    #buddypress .profile h5{display:none !important}

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    What’s the content of your theme /members/single/profile/profile-loop.php file?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    into style.css of your theme. Also try this:
    #buddypress .profile h4{display:none !important}

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    You have /members directory.
    /wp-content/themes/[your-theme]/members/single/profile/profile-loop.php
    and
    /wp-content/themes/[your-theme]/members/index.php

    Have you tried CSS solution?

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago

    And what’s wrong with it?

  • Profile picture of Ben Hansen

    Ben Hansen replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago

    something tells me he’s not going to have much luck with that email address…

  • Profile picture of Slava Abakumov

    Slava Abakumov's profile was updated 10 years, 4 months ago

    Slava Abakumov

    @slaffik

    View Profile
  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic My website built in buddy press, free sound effects library in the forum Showcase 10 years, 4 months ago

    Hi, nice one!

    Would you like to participate in a small plugin testing? It’s about search inside BuddyPress (groups, members, forums). This plugin will display you info who searches for what and where (in your case mainly members searching other members on Members directory page, as you have only 2 groups and no forum). BP Search won’t break…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Cannot create groups in the forum How-to & Troubleshooting 10 years, 4 months ago

    There can be some plugins that make this happen. Try deactivating all of them (except BuddyPress) one by one to see which might cause it.
    You could have written some code in bp-custom.php file or in your theme’s functions.php – check those files as well.

    Also, groups can’t be added to forums – they are different components. Although groups can…[Read more]

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    OR

    You can add these styles to your theme css file:

    #members-all{display:none}
    #buddypress .profile h4{display:none}

  • Profile picture of Slava Abakumov

    Slava Abakumov replied to the topic Hide or delete tab Profile ( Base) in the forum How-to & Troubleshooting 10 years, 4 months ago

    “Tab Base”

    To delete Base and all other fields groups names in user profile:
    1. find in your theme file /buddypress/members/single/profile/profile-loop.php
    2. Delete in that file: this line: <h4><?php bp_the_profile_group_name(); ?></h4>

    If you don’t have such file in your theme, than copy this file:…[Read more]

  • Profile picture of Manuel Schmalstieg

    Manuel Schmalstieg started the topic Adding a filter to define headers for email notifications in the forum Requests & Feedback 10 years, 4 months ago

    I would love to get some feedback on this, before submitting a ticket to Trac:

    On a BP site I am managing, I am facing the issue of users responding to private messages by email, which results in their responses being sent to the site admin instead of the expected recipient.

    It’s a classic problem:

    See…[Read more]

  • Profile picture of Toni

    Toni replied to the topic Can I use a social login plugin for registration/login? in the forum How-to & Troubleshooting 10 years, 4 months ago

    I found everything. I do not know why I didn’t see it before!!!

    And the answer is “YES, you can use a social login plugin.”

    Wish I could delete all of this…

    Sorry and thank you

    Cheers!
    Toni

  • Profile picture of Andrew Tibbetts

    Andrew Tibbetts started the topic Redirect Loop on Ajax Actions in Custom Loop in the forum How-to & Troubleshooting 10 years, 4 months ago

    I am using a page template for my “front page” so that if a user is logged out they see the “sign up” side of the site and when logged in an activity feed.
    I used the example loop here:

    https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/

    When I click ‘Favorite’, unlike on the /member/username/ activity feed where it…[Read more]

  • Profile picture of Toni

    Toni replied to the topic Can I use a social login plugin for registration/login? in the forum How-to & Troubleshooting 10 years, 4 months ago

    Oh wait! It looks like it is working? I have a Maintenance home page plugin that I had activated, odd – but likely the issue. I deactivated it so you all could access the site. The Members, Activity, and Site Directory pages are generating.

    Where is the Registration Page? It is not listed in Menus.

    (Still the social registration/login…[Read more]

  • 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