Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • Plugins
  • Themes
  • Documentation
  • Blog
  • Support
  • Download

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@rogercoathup active 2 weeks, 5 days ago
@johnjamesjacoby – spammer View
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    Roger Coathup replied to the topic TypeError: ‘undefined’ is not a function (evaluating ‘jQuery.easing[jQuery.easing.def](e,f,a,h,g)’) in the forum How-to & Troubleshooting 2 weeks, 5 days ago

    Resurrecting an old thread, but we encountered the same problem on 1.7 install, and fixed in same way.

    I note the problem doesn’t seem to occur on testbp.org

  • Profile picture

    Roger Coathup replied to the topic my 15000+ members site dies when BP is on in the forum How-to & Troubleshooting 1 month ago

    We had problems upgrading a large site – see: http://buddypress.org/support/topic/wsod-in-wp-admin-activating-site-tracking-upgrade-from-1-2-9-1-5/

    I assume some BP script in the backend was timing out.

    We solved by:

    1. exporting our users / user_meta table. Leaving just the admin user
    2. upgrading BP
    3. Reimporting the users

    This worked fine.…[Read more]

  • Profile picture

    Roger Coathup replied to the topic No follow links code. in the forum How-to & Troubleshooting 1 month ago

    Depending where the links are being added / submitted, you might also be able to add a filter in your PHP code to strip them out.

  • Profile picture

    Roger Coathup replied to the topic WSOD upgrading site from 1.7beta to official release in the forum How-to & Troubleshooting 1 month, 1 week ago

    @r-a-y — looks like your reply and my edit with thanks crossed!

  • Profile picture

    Roger Coathup replied to the topic WSOD upgrading site from 1.7beta to official release in the forum How-to & Troubleshooting 1 month, 1 week ago

    Have the solution — the code to implement the BP_Legacy class in buddypress-functions.php had changed between beta and full release.

    I needed to update the buddypress-functions.php file in our theme to match these changes.

    @r-a-y: thanks for getting back to me. Yes, this is a considerable build based on the new theming approach — it’s been…[Read more]

  • Profile picture

    Roger Coathup started the topic [resolved] WSOD upgrading site from 1.7beta to official release in the forum How-to & Troubleshooting 1 month, 1 week ago

    Am getting a WSOD moving a site from beta release of 1.7 to the download of the official 1.7 release from the WP plugin repo.

    Anything obvious that has changed between beta and full release that may cause this?

  • Profile picture

    Roger Coathup replied to the topic Enterprise Nation in the forum Your BuddyPress 1 month, 1 week ago

    @shanebpdev – sorry, just seen your comment. Thanks for the feedback.

    The client is partnered with a publishing company, and uses the publishing company’s servers — unfortunately, I don’t have too many details on the specification — concentrating on the development side of this project.

    At one stage, we had considerable server problems (when…[Read more]

  • Profile picture

    Roger Coathup started the topic Enterprise Nation in the forum Your BuddyPress 1 month, 4 weeks ago

    We’ve just put Enterprise Nation (one of the biggest sites on the BuddyPress platform) through a makeover – new colour schemes and layouts, and a host of new features and offers.

    Would be great to get your […]

  • Profile picture

    Roger Coathup replied to the topic Groups created with groups_create_group() not showing in directory / wp-admin in the forum Installing BuddyPress 3 months ago

    Problem is that groups_create_group() doesn’t set the total_member_count — so subsequent calls to set up the Groups Template fail to load the groups.

    We worked around by explicitly […]

  • Profile picture

    Roger Coathup started the topic Groups created with groups_create_group() not showing in directory / wp-admin in the forum Installing BuddyPress 3 months ago

    We are using groups_create_group() to programmatically create groups.

    They show in the total group count, and can be accessed via their slug.  They also appear to be ‘fully complete’ in the bp_groups […]

  • Profile picture

    Roger Coathup replied to the topic Activation link in 1.7-bleeding in the forum How-to & Troubleshooting 4 months, 2 weeks ago

    Hasn’t @ray already raised this on the trac?

    We’ve also been having issues with activation links not redirecting correctly in 1.7

  • Profile picture

    Roger Coathup replied to the topic Links within "about me" section in the forum Miscellaneous 5 months, 2 weeks ago

    Yep, it’s one of the most useless things in BuddyPress.
    You can get rid of those links by adding the following to your bp-custom.php file:
     
    function remove_xprofile_links() {
    remove_filter( […]

  • Profile picture

    Roger Coathup replied to the topic directory website wordpress / buddypress based in the forum How-to & Troubleshooting 5 months, 2 weeks ago

    This another example of directory features we build for a BuddyPress site: http://www.enterprisenation.com/business-directory/
    It’s based around custom post types & taxonomies, and integrates as a component with […]

  • Profile picture

    Roger Coathup replied to the topic Image generator plugin for buddypress (some close to someecards.com) in the forum Creating & Extending 5 months, 2 weeks ago

    http://buddypress.org/support/forum/plugin-forums/bp-jobs-board/

  • Profile picture

    Roger Coathup replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 5 months, 2 weeks ago

    The author of ‘friendpress’ took several snippets of code written by other people, and tried to package them in a plugin.  From other people’s feedback, I don’t believe it ever worked.

  • Profile picture

    Roger Coathup replied to the topic How to get the group_id from the "groups_join_group" action in buddypress in the forum Installing BuddyPress 5 months, 3 weeks ago

    As I said previously, the group_id is passed as the first parameter to the action.
    You need to add the parameters to your function.
    If you are not familiar with writing action functions in WordPress, you should […]

  • Profile picture

    Roger Coathup replied to the topic Display BuddyPress components on WP Author page in the forum Creating & Extending 5 months, 3 weeks ago

    If it’s on the members page, use a bp function to get the user_id, e.g. bp_displayed_user_id(), and pass that to your loops.

    The call you are using to get the queried_user_id is not going to work on a […]

  • Profile picture

    Roger Coathup replied to the topic Welcome to the new BuddyPress.org in the forum Installing BuddyPress 5 months, 3 weeks ago

    Editor is stripping tags on submit:

    e.g. Adding an ordered list (using ol icon in editor visual bar) for the following:

    Bullet one
    Bullet two

    They show as an ordered list during editing, but it’s […]

  • Profile picture

    Roger Coathup replied to the topic How to get the group_id from the "groups_join_group" action in buddypress in the forum Installing BuddyPress 5 months, 3 weeks ago

    The groups_join_group action gets passed the group_id as its first parameter:
    e.g. do_action( ‘groups_join_group’, $group_id, $user_id );
    So, you have the group_id already.
     
    Interestingly, there doesn’t seem to […]

  • Profile picture

    Roger Coathup replied to the topic Where do I edit the profile header? in the forum How-to & Troubleshooting 5 months, 3 weeks ago

    Which theme are you using?

    Find that out, and edit in:  /wp-content/themes/your-theme/members/single/member-header.php

    If you haven’t got your theme structure setup correctly – then you need to do that first […]

  • Load More
Profile picture of Roger Coathup
  • Activity
    • Personal
    • Mentions
    • Favorites
  • Profile
    • View
  • Sites 0
    • My Sites
  • Forums
    • Topics Started
    • Replies Created
    • Favorites

See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS

Follow BuddyPress on Twitter • GPL • Contact Us • Terms of Service

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
  • BuddyPress.org
    • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Lost Password
    • Log In
Log Out