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 Extended profiles in the forum How-to & Troubleshooting 10 years, 11 months ago

    This can be accomplished using BuddyPress. As to whether you’ll need plugins or custom code, I’d be tempted to say you’ll need to go down the custom route because I haven’t seen a plugin that will do this for you (I may be wrong so check the Plugin Directory first).

  • Profile picture of Prabin

    Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 10 years, 11 months ago

    hi @danbp
    Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.

    ['type'] == 'featured'
    I wanted to compare option value inside the meta_query
    <option value="featured"><?php _e( 'Most Agreed' ); ?></option>

    I am not sure if it works. can you…[Read more]

  • Profile picture of Prabin

    Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 10 years, 11 months ago

    hi @danbp
    Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.

    [‘type’] == ‘featured’

    I wanted to compare option value inside the meta_query

    <option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>

    I am not sure if it works. can you…[Read more]

  • Profile picture of Prabin

    Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 10 years, 11 months ago

    hi @danbp
    Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.

    [‘type’] == ‘featured’

    I wanted to compare option value inside the meta_query

    <option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>

    I am not sure if it works. can you…[Read more]

  • Profile picture of Prabin

    Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 10 years, 11 months ago

    hi @danbp
    Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.

    [‘type’] == ‘featured’

    I wanted to compare option value inside the meta_query

    <option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>

    I am not sure if it works. can you…[Read more]

  • Profile picture of Prabin

    Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 10 years, 11 months ago

    hi @danbp
    Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.

    [‘type’] == ‘featured’

    I wanted to compare option value inside the meta_query

    <option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>

    I am not sure if it works. can you…[Read more]

  • Profile picture of @mercime

    @mercime replied to the topic Users registered by admin user (not open registration) in the forum How-to & Troubleshooting 10 years, 11 months ago

    @alezzzzz go to Settings > General and uncheck that you or the admin placed in “Membership — Anyone can register”.

  • Profile picture of Prabin

    Prabin replied to the topic remove activity on other profiles or members but keep on your own profile in the forum How-to & Troubleshooting 10 years, 11 months ago

    @quinngoldwin can you specify your issue in details ? or using screenshots will be appreciated.

  • Profile picture of Prabin

    Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 10 years, 11 months ago

    @danbp, I have an issue..

    I have “Most Agreed” option in single group page. but the query is not returning desired value.
    can you look into this?

    Here’s the Screenshot
    Most Favourite dropdown

    and Here’s the code


    if( class_exists( 'BP_Group_Extension' ) ) :

    class bpgmq_feature_group {

    public function __construct() {
    $this->setup_hooks();
    }
    private function…
    [Read more]

  • Profile picture of Prabin

    Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 10 years, 11 months ago

    @danbp, I have an issue..

    I have “Most Agreed” option in single group page. but the query is not returning desired value.
    can you look into this?

    Here’s the Screenshot
    Most Favourite dropdown

    and Here’s the code


    if( class_exists( 'BP_Group_Extension' ) ) :

    class bpgmq_feature_group {

    public function __construct() {
    $this->setup_hooks();
    }
    private function…
    [Read more]

  • Profile picture of Quinn Goldwin

    Quinn Goldwin started the topic add activity form, "whats new form" or post form to all activity page. in the forum How-to & Troubleshooting 10 years, 11 months ago

    I would like to add the what’s new form on the all activity page for logged in users.

    Is there a way to do this in bp-custom.php? Any help would be greatly appreciated.

  • Profile picture of @mercime

    @mercime replied to the topic Request feature improvement to help visually challenged people in the forum Requests & Feedback 10 years, 11 months ago

    @vinzen I was initially able to confirm the issue reported by the lady in the original post. However, upon consultation with another developer, testing in another laptop, and restarting the other laptop I used to test the issue, the result is that one can open the file selection box using keyboard navigation.

    Could you please ask her to restart…[Read more]

  • Profile picture of Prabin

    Prabin replied to the topic Display Group comment posts in the forum How-to & Troubleshooting 10 years, 11 months ago

    @danbp nope this is coming from BuddyPress Group.

  • Profile picture of Prabin

    Prabin replied to the topic [Resolved] profile-edit takes me to group forums in the forum How-to & Troubleshooting 10 years, 11 months ago

    glad it worked..

    Best of luck for your site 🙂

  • Profile picture of Prabin

    Prabin replied to the topic Display Group comment posts in the forum How-to & Troubleshooting 10 years, 11 months ago

    @danbp I think you can help me with this ..

  • Profile picture of Prabin

    Prabin replied to the topic [Resolved] profile-edit takes me to group forums in the forum How-to & Troubleshooting 10 years, 11 months ago

    Hi @jakobbader.. can you do the followings ?

    1. Most importantly, disable all plugins except BuddyPress.
    2. Also try Switching theme and Check.
    3. Make Sure you haven’t changed core files.

  • Profile picture of Prabin

    Prabin replied to the topic [Resolved] profile-edit takes me to group forums in the forum How-to & Troubleshooting 10 years, 11 months ago

    Hi @jacob.. can you do the followings ?

    1. Most importantly, disable all plugins except BuddyPress.
    2. Also try Switching theme and Check.
    3. Make Sure you haven’t changed core files.

  • Profile picture of Prabin

    Prabin replied to the topic [Resolved] profile-edit takes me to group forums in the forum How-to & Troubleshooting 10 years, 11 months ago

    1. Most importantly, disable all plugins except BuddyPress.
    2. Also try Switching theme and Check.
    3. Make Sure you haven’t changed core files.

  • Profile picture of Prabin

    Prabin's profile was updated 10 years, 11 months ago

    Prabin

    @prabin04

    View Profile
  • Profile picture of Prabin

    Prabin started the topic Display Group comment posts in the forum How-to & Troubleshooting 10 years, 11 months ago

    Hi everyone,

    I have a question. Is there a way that we can display group comment discussions ?

    See the Attachment:-

    I am looking for a code/trick to display those comments in another page.

    Thanx in advance 🙂

  • 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