-
Boone Gorges posted on the forum topic group invite page in the group Invite Anyone: 13 years, 11 months ago
Are you logged in when you click on the link? If you try to visit /register/ while logged in, you will get redirected in the way you describe. Have you enabled user registrations? On regular WP, Dashboard > Settings > General; on MS, Dashboard > Super Admin > Options. Make sure that account creation is […]
-
Boone Gorges posted on the forum topic invite anyone and group reviews plugin intergration ? in the group CubePoints Buddypress Integration: 13 years, 11 months ago
To be clear, I haven’t added anything to make the CubePoints stuff work, I have just added the hooks to make it possible for the devs to do so.
-
Boone Gorges posted on the forum topic Feature request in the group BP Group Management: 13 years, 11 months ago
Nice idea – I will have a look.
-
Boone Gorges posted on the forum topic Fatal Error Continues in the group BP Group Reviews: 13 years, 11 months ago
Sorry that the plugin has caused you problems. I have not been able to reproduce the problem, nor do I understand why this particular PHP function is unavailable on your server. In any case, I have put what should be a fix https://github.com/boonebgorges/bp-group-reviews/commit/346a144edccc5c2e592b6404f86aa005f06d3fad which will go live the next…[Read more]
-
Boone Gorges posted on the forum topic BP Group Reviews 1.1 release notes in the group BP Group Reviews: 13 years, 11 months ago
Hot stuff.
-
Boone Gorges posted on the forum topic Help with "use a filter with the ID of the blog" etc. in the group How-To and Troubleshooting: 13 years, 11 months ago
That thread is correct that there are no blog avatares built into BP. But it is incorrect about being able to display custom avatars in blog directories. The strategy I outline above will do just that.
-
Boone Gorges started the forum topic BP Group Reviews 1.1 release notes in the group BP Group Reviews: 13 years, 11 months ago
Hi everyone, I just tagged version 1.1.1 (a 30-minutes-later-oops bugfix of 1.1) of the plugin. It contains a couple of new and handy features. Here’s a few words around what they are and how you, as a site admin, can configure them. 1) Limiting user reviews per member-group – By popular demand, I have enabled the […]
-
Boone Gorges posted on the forum topic Help with "use a filter with the ID of the blog" etc. in the group How-To and Troubleshooting: 13 years, 11 months ago
You will have te create a custom function, either in your theme’s functions.php or in plugins/bp-custom.php, that filters the output of that function and replaces it with the avatar of your choice. Eg, if your blog_id is 5, ‘function my_blog_avatar( $old_avatar ) { // Do some stuff to get the avatar you want, then return […]
-
Boone Gorges posted on the forum topic invite anyone and group reviews plugin intergration ? in the group CubePoints Buddypress Integration: 13 years, 11 months ago
In https://github.com/boonebgorges/bp-group-reviews/commit/4f530ff4598163385dd215c885d58ccd7e8fc89f I added a hook so that Cubepoints can easily tell when a review was posted, who posted it, what the star rating was, etc. The hook will be in the next version of BP Group Reviews.
-
Boone Gorges posted on the forum topic BP Group Reviews Spanish Translation in the group BP Group Reviews: 13 years, 11 months ago
Awesome! I’ve added it to the distribution version – it’ll be in the next version of the plugin.
Thanks!
-
Boone Gorges posted on the forum topic Checking if user has an update or not, in the group How-To and Troubleshooting: 13 years, 11 months ago
Yeah, without a $user_id argument, it’ll only work on profile pages. See bp-activity/bp-activity-templatetags.php bp_activity_latest_update().
Try:
if ( bp_get_activity_latest_update( bp_loggedin_user_id() ) )
bp_activity_latest_update( bp_loggedin_user_id() ); //then show the update
else
// then show this -
Boone Gorges posted on the forum topic Importing/copying a buddypress mirror locally using MAMP in the group How-To and Troubleshooting: 13 years, 11 months ago
I would like to see a full fidelity import-export tool, but it’s a lot of work. Look for it in 2011.
-
Boone Gorges posted on the forum topic Important Buddypress Function not working in the group How-To and Troubleshooting: 13 years, 11 months ago
var jq = jQuery;
jq(document).ready( function() {
/* @mention username help button display */
if ( jq( 'span.highlight span' ).length )
jq( 'span.highlight span' ).toggle();
}); -
Boone Gorges posted on the forum topic Activity stream ”Load More” looping content in the group How-To and Troubleshooting: 13 years, 11 months ago
Please go ahead and open a bug ticket on trac.buddypress.org with a detailed description of what you know, steps to reproduce, and a link back to this thread. You can use the same user name and password as on this site. Then I or another dev can have a look at whether there is a […]
-
Boone Gorges posted on the forum topic Checking if user has an update or not, in the group How-To and Troubleshooting: 13 years, 11 months ago
Try
if ( bp_get_activity_latest_update() )
bp_activity_latest_update(); //then show the update
else
// then show this -
Boone Gorges posted on the forum topic Activity stream ”Load More” looping content in the group How-To and Troubleshooting: 13 years, 11 months ago
I have seen this before. I think it might be a BP bug. If you have a development site, would you mind testing to see whether this is the case with all plugins deactivated (other than BP) and using the bp-default theme?
-
Boone Gorges posted on the forum topic Importing/copying a buddypress mirror locally using MAMP in the group How-To and Troubleshooting: 13 years, 11 months ago
The procedure suggested by @aljuk is probably as good as you’re going to get right now. For now, the WP import/export process does not recognize the majority of BP content, and there is no standalone BP import/export tool yet.
-
Boone Gorges posted on the forum topic WordPress Upgrades vs WP MultiSite vs BuddyPress in the group How-To and Troubleshooting: 13 years, 11 months ago
WP upgrades, especially security and maintenance releases (ie when the version number is 3.x.x rather than 3.x), are generally very unlikely to break any plugins, including BP. I’d recommend that you upgrade to maintenance releases immediately. Feature releases, like WP 3.0 and 3.1, are somewhat more likely to cause problems with plugins like BP. But […]
-
Boone Gorges posted on the forum topic Feature suggest: ratings in Group Directory in the group BP Group Reviews: 13 years, 11 months ago
The ability to limit users to a single review per group is coming in the next version (the basics are already in https://github.com/boonebgorges/bp-group-reviews/commit/6d74553c17bb4c8392b4831e06e9b4f5d5dda675). It’ll be pretty easy to hook the group reviews into the group directory display:…[Read more]
- Load More
@boonebgorges
Active 1 year, 4 months ago