BuddyPress Test Drive

  • Community
    • Activity
    • Groups
    • Members
  • News
  • About
  • Support
Profile picture of Chris Foster

Chris Foster

@foster active 1 year, 6 months ago
Anyone know which function calls the group name as a value, and not just echo’ing it? It seems bp_current_group_name(); is simply echo’ing the value to browser. And i need this value in my code. View
  • Activity
  • Profile
  • Friends 8
  • Groups 5
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Friends
  • Groups
  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 1 year, 9 months ago

    In reply to: Chris Foster posted an update in the group Sites Using BuddyPress: Well. Its still getting worked on… but here it is: http://georgia.com Opinions welcome. :) View

    The featured posts are all done manually. We are exploring a plugin to make this a bit easier in the future.

  • Profile picture of Chris Foster

    Chris Foster posted an update in the group Group logoSites Using BuddyPress: 1 year, 11 months ago

    Well. Its still getting worked on… but here it is: http://georgia.com

    Opinions welcome. :)

    • Profile picture of Chris Foster
      Mike replied 1 year, 11 months ago

      solid =)

    • Profile picture of Chris Foster
      Profit Consultant replied 1 year, 11 months ago

      Dig it Chris! Definitely going to give it a shot after seeing yours!
      Cheers,
      Andrew

    • Profile picture of Chris Foster
      K. E. Whitmire replied 1 year, 9 months ago

      Very impressive. What did you use to aggregate those featured posts and thumbnails beneath ”Open for Discussion”?

      • Profile picture of Chris Foster
        Chris Foster replied 1 year, 9 months ago

        The featured posts are all done manually. We are exploring a plugin to make this a bit easier in the future.

        • Profile picture of Chris Foster
          K. E. Whitmire replied 1 year, 9 months ago

          I’m working on a very similar site in Birmingham, Ala. I’d like to compare notes sometime. I’m fooling with the buddypress sitewide featured post plugin to see if it can be hacked for this purpose.

    • Profile picture of Chris Foster
      cheapshoes replied 8 months, 3 weeks ago

      A great post but How to select a cool shoes. we sell cheap shoes We are the best store provided various cheap designer shoes but only a little white to make coach shoes online

  • Profile picture of Chris Foster

    Chris Foster posted an update in the group Group logoBuddypress Features and Usability: 1 year, 11 months ago

    Posted this to the forums as well.

    But is it possible to eliminate a specific blog from posting to the Activity Feed?

    Basically it boils down to, I don’t want the main blog posts to show up in the activity feed….

  • Profile picture of Chris Foster

    Chris Foster posted an update in the group Group logoBuddyPress Integrations: 1 year, 11 months ago

    When moving a WP/BP install from one domain to another is it possible to simply backup the BuddyPress tables within the dB? Are their any issues restoring only the BP tables and not the WP tables?

  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 1 year, 11 months ago

    In reply to: Chris Foster posted an update: Anyone know which function calls the group name as a value, and not just echo’ing it? It seems bp_current_group_name(); is simply echo’ing the value to browser. And i need this […] View

    Awesome. Thanks. I am pretty new to the whole WP / BP family… just over a couple months now… thanks again!

  • Profile picture of Chris Foster

    Chris Foster posted an update: 1 year, 11 months ago

    Anyone know which function calls the group name as a value, and not just echo’ing it?

    It seems bp_current_group_name(); is simply echo’ing the value to browser. And i need this value in my code.

    • Profile picture of Chris Foster
      Andy Peatling replied 1 year, 11 months ago

      bp_get_current_group_name() almost all template functions have an equivalent get_() function that will return instead of echo.

      • Profile picture of Chris Foster
        Chris Foster replied 1 year, 11 months ago

        Awesome. Thanks. I am pretty new to the whole WP / BP family… just over a couple months now… thanks again!

  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 1 year, 11 months ago

    In reply to: Chris Foster posted an update: Anyone know how to determine a group is where you are located? For example, is there a way to determine an ”if is_group()” much like the WordPress ”if is_home()”? View

    Got what i needed to work using bp_is_groups_component() && bp_is_single_item() functions. :)

  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 1 year, 11 months ago

    In reply to: Chris Foster posted an update: Anyone know how to determine a group is where you are located? For example, is there a way to determine an ”if is_group()” much like the WordPress ”if is_home()”? View

    Ok… Figured it out… now I just need to figure out which function determines whether you are on the groups root, or a single group page.

  • Profile picture of Chris Foster

    Chris Foster posted an update: 1 year, 11 months ago

    Anyone know how to determine a group is where you are located? For example, is there a way to determine an ”if is_group()” much like the WordPress ”if is_home()”?

    • Profile picture of Chris Foster
      Chris Foster replied 1 year, 11 months ago

      Ok… Figured it out… now I just need to figure out which function determines whether you are on the groups root, or a single group page.

    • Profile picture of Chris Foster
      Chris Foster replied 1 year, 11 months ago

      Got what i needed to work using bp_is_groups_component() && bp_is_single_item() functions. :)

  • Profile picture of Chris Foster

    Chris Foster posted on the forum topic how to limit group creation to admin in the group Group logoBuddypress Features and Usability: 1 year, 11 months ago

    Yeah, I’ve been trying to figure out the best way of doing this myself.

  • Profile picture of Chris Foster

    Chris Foster posted on the forum topic Blogs on home page – Activity tab in the group Group logo1.2 Theme Test Group: 1 year, 11 months ago

    Don’t know the answer to that one. I think thats handled by the ajax loader. But again, could be wrong. :)

  • Profile picture of Chris Foster

    Chris Foster posted on the forum topic Blogs on home page – Activity tab in the group Group logo1.2 Theme Test Group: 1 year, 11 months ago

    I haven’t messed with that in a while… but I think its as easy as changing the Front Page display under “Settings” then “Reading” … select A static page. And then for the front page, select Activity Stream.

    I could be wrong…

  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 1 year, 12 months ago

    In reply to: Chris Foster posted an update in the group BuddyPress Integrations: Anyone else having this issue: I’ve added ” remove_action( ’init’, ’bp_dtheme_add_custom_header_support’ ); ” in my child themes functions.php […] View

    Nothin’? Nadda? Ziltch? :)

  • Profile picture of Chris Foster

    Chris Foster posted an update in the group Group logoBuddyPress Integrations: 1 year, 12 months ago

    Anyone else having this issue:
    I’ve added ” remove_action( ’init’, ’bp_dtheme_add_custom_header_support’ ); ” in my child themes functions.php and it does not remove the header…

    • Profile picture of Chris Foster
      Chris Foster replied 1 year, 12 months ago

      Nothin’? Nadda? Ziltch? :)

  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 2 years, 0 months ago

    In reply to: Chris Foster posted an update in the group Buddypress Features and Usability: Anyone know if its possible to use Template Hierarchy in BuddyPress Groups, like in WordPress? For example: Group ”Test” home uses […] View

    Yup. I was going that route. Just wanted to make sure I wasn’t missing any other options.

    Template Hierarchy capabilities would be an awesome addition to future versions.

    Thanks!

  • Profile picture of Chris Foster

    Chris Foster posted an update in the group Group logoBuddypress Features and Usability: 2 years, 0 months ago

    Anyone know if its possible to use Template Hierarchy in BuddyPress Groups, like in WordPress?

    For example:
    Group ”Test” home uses /groups/single/home.php —> but have it use –> /groups/single/home-test.php as a custom page?

    • Profile picture of Chris Foster
      Andy Peatling replied 2 years, 0 months ago

      Unfortunately not, but that might be a good idea for a future version.

      • Profile picture of Chris Foster
        Andy Peatling replied 2 years, 0 months ago

        You could use a conditional template tag right now in home.php, check to see what group it is and load a different template.

        • Profile picture of Chris Foster
          Chris Foster replied 2 years, 0 months ago

          Yup. I was going that route. Just wanted to make sure I wasn’t missing any other options.

          Template Hierarchy capabilities would be an awesome addition to future versions.

          Thanks!

  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 2 years, 0 months ago

    In reply to: Andy Peatling posted an update: Thank you to everyone who has helped test so far. There have been more than double the number of tickets compared with 1.1! This is fantastic and hopefully is a reflection of the […] View

    Excellent! Major thanks to you and the rest of the team!

  • Profile picture of Chris Foster

    Chris Foster started the forum topic Subdomain that uses Main Child theme in the group Group logoBuddyPress Integrations: 2 years, 0 months ago

    Stupid question #203 for the day… What is the proper way of using your BuddyPress child theme, as a layout for other subdomain blogs? For example, I have the main child theme setup and working properly. But I want to use the same layout for one of my subdomain blogs (lets call it HELP) help.domain.tld. [...]

  • Profile picture of Chris Foster

    Chris Foster posted a new activity comment: 2 years, 0 months ago

    In reply to: Chris Foster posted an update in the group BuddyPress Integrations: Is it possible to hide the BuddyPress admin bar on a particular blog? View

    I did this by using this plugin: http://wordpress.org/extend/plugins/remove-buddypress-adminbar/

    Just in-case someone else needs to do that. :)

  • Profile picture of Chris Foster

    Chris Foster posted an update in the group Group logoBuddyPress Integrations: 2 years, 0 months ago

    Is it possible to hide the BuddyPress admin bar on a particular blog?

    • Profile picture of Chris Foster
      Chris Foster replied 2 years, 0 months ago

      I did this by using this plugin: http://wordpress.org/extend/plugins/remove-buddypress-adminbar/

      Just in-case someone else needs to do that. :)

  • Load More

Please create an account to get started.

Who's Online

Profile picture of lokesh

BuddyPress Test Drive

Welcome to the BuddyPress Test Drive. The purpose of this site is to let you try BuddyPress before you decide to use it.

Anything you post here is for testing purposes, and is subject to moderation and/or removal at any time. Don't post important stuff here. :)

Check out all the great plugins you can use to add new features to your own install.

Contact the Developers

If you have questions, ask: @johnjamesjacoby, @andy, @boonebgorges, or @djpaul.

Status

This site is running the most recent nightly development versions of BuddyPress and WordPress and should be considered mostly stable with a chance of rain.

WordPress 3.3-aortic-disection
BuddyPress 1.6-bleeding
bbPress 2.1-bleeding

Proudly powered by WordPress and BuddyPress.

    • WordPress.org
    • Documentation
    • Support Forums
    • Feedback
  • Log in
  • Register