-
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
-
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 usersThis worked fine.…[Read more]
-
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.
-
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!
-
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]
-
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?
-
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]
-
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 […]
-
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 […]
-
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 […]
-
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
-
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( […] -
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 […] -
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.
-
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 […] -
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 […]
-
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 twoThey show as an ordered list during editing, but it’s […]
-
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 […] -
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