-
Roger Coathup replied to the topic No follow links code. in the forum How-to & Troubleshooting 11 years, 7 months 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 [resolved] WSOD upgrading site from 1.7beta to official release in the forum How-to & Troubleshooting 11 years, 7 months ago
@r-a-y — looks like your reply and my edit with thanks crossed!
-
Roger Coathup replied to the topic [resolved] WSOD upgrading site from 1.7beta to official release in the forum How-to & Troubleshooting 11 years, 7 months 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 11 years, 7 months 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 Showcase 11 years, 7 months 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 Showcase 11 years, 8 months 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 11 years, 9 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 11 years, 9 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 11 years, 10 months 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 11 years, 11 months 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 11 years, 11 months 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 11 years, 12 months 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 11 years, 12 months 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 [Resolved] Display BuddyPress components on WP Author page in the forum Creating & Extending 11 years, 12 months 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 How to get the group_id from the "groups_join_group" action in buddypress in the forum Installing BuddyPress 11 years, 12 months 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 11 years, 12 months 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 […]
-
Roger Coathup replied to the topic Best way to enable facebook login? in the forum How-to & Troubleshooting 11 years, 12 months ago
@rickkumar – I noticed loginradius have been spamming the Internet with fake users / testimonials for their product — so probably good to avoid that one.
If you are looking for another free solution – you can […] -
Roger Coathup replied to the topic Using activity as wire in Buddypress, following up in the forum Creating & Extending 11 years, 12 months ago
It’s really badly named — very confusing. Â You’re not the first person to not know that ‘send public message’ means post update on user wall.
On the bright side, by adapting Brajesh’s plugin for 1.6, you’ll […]
-
Roger Coathup replied to the topic Using activity as wire in Buddypress, following up in the forum Creating & Extending 11 years, 12 months ago
‘send public message’ built in to 1.6+ provides this functionality — posting to another user’s wall
- Load More
@rogercoathup
Active 4 years, 7 months ago