-
Boone Gorges posted on the forum topic Tagging in the group How-To and Troubleshooting: 15 years, 2 months ago
Here’s a helpful tutorial: http://wordpress.tv/2009/01/14/adding-categories-and-tags-to-your-posts/
-
Boone Gorges posted on the forum topic Groups Posts and Disable Avatars in the group How-To and Troubleshooting: 15 years, 2 months ago
The most straightforward way is to hook a custom function to
comment_postandedit_comment. The function would look something like this (mainly copied-and-pasted from bp-blogs.php,bp_blogs_record_comment()): ` function boone_record_blog_comment_to_group( $comment_id, $is_approved = true ) { $action = ‘something’; // here’s where you’ll put…[Read more] -
Boone Gorges posted on the forum topic listing members in the group How-To and Troubleshooting: 15 years, 2 months ago
The members list might be disappearing now because you have “do stuff here”, which is not valid PHP. Try this:
<a href=""></a> -
Boone Gorges posted on the forum topic Extend plugin search broken in the group buddypress.org Ninjas: 15 years, 2 months ago
I verified with Andy and the change does appear to be due to some changes at wordpress.org. I spoke to Mike at Automattic and he was kind enough to put a workaround in place so that the search on https://buddypress.org/extend/plugins/ now works.
-
Boone Gorges posted on the forum topic Groups tab…add most recent post blurb under group description. in the group How-To and Troubleshooting: 15 years, 2 months ago
Put a bp_has_forum_topics() loop inside of the groups loop, and feed in the argument max=1. See https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-forum-topics-loop/
-
Boone Gorges posted a new activity comment 15 years, 2 months ago
It looks like you have two instances of the plugin running at the same time? Do you have two similarly named folders in wp-content/plugins?
-
Boone Gorges posted on the forum topic Help and Feature Request in the group BuddyPress Group Email Subscription: 15 years, 2 months ago
Daily/weekly digests depend on WordPress’s built-in pseudo-cron functions. If digests aren’t being sent, it’s possible that your server isn’t configured to wp-cron to run. Try using something like a scheduled post to see if the problem is broader than this plugin. I googled the issue and found a couple of pointers: -…[Read more]
-
Boone Gorges posted on the forum topic Extend plugin search broken in the group buddypress.org Ninjas: 15 years, 2 months ago
Aha, it’s *plugin* search that’s not working.
This almost certainly has to do with recent changes made to the wordpress.org extend section. Just last week it was moved to a different architecture. I’ll see if I can have a look and figure out the problem ASAP.
-
Boone Gorges posted on the forum topic Extend plugin search broken in the group buddypress.org Ninjas: 15 years, 2 months ago
Can you clarify what’s busted? Is it just the group search that’s not working right? I searched on some other terms and everything seems to work fine – though you’re right that ‘media’ and ‘album’ are not showing the BP Media group. Could that be a problem with the group itself? Could you try some […]
-
Boone Gorges posted on the forum topic 404 page when replying to forum topic — Please help! in the group How-To and Troubleshooting: 15 years, 2 months ago
Like @mercime said, please don’t start multiple topics. I’ll lock this one, so conversation can take place in the other one.
-
Boone Gorges posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 15 years, 2 months ago
I told you to use include= but I realized that you can’t pass multiple groups into bp_has_groups() in the 1.2 branch. My bad. So you might want to try @modemlooper‘s advice. The group slug is whatever shows up in the URL as the group name. For example, a group with URL http://example.com/groups/i-am-awesome has the slug i-am-awesome. […]
-
Boone Gorges posted on the forum topic The fixes have begun: activity permalinks in the group buddypress.org Ninjas: 15 years, 2 months ago
@travel-junkie For this site, I just hardcoded the word ‘activity’ to account for funky custom slugs. See https://trac.buddypress.org/ticket/2600. The fix on buddypress.org is in the spirit of the first item under “Possible fixes”; I unhooked the default activity permalink redirector and rehooked one with the change. (Not ideal in the long run,…[Read more]
-
Boone Gorges posted on the forum topic Show: By Latest Post | By Group in the group Creating & Extending: 15 years, 2 months ago
Here’s the short version. In /forums/index.php, do a conditional check for $bp->current_action == ‘grouped’. (Depending on the URL structure of your site, you might have to use $bp->action_variables.) In other words, the ‘grouped’ code should only be displayed if ( $bp->current_action == ‘grouped’ ). Then do a bp_has_groups loop for all the groups…[Read more]
-
Boone Gorges posted on the forum topic Image Upload Permissions Error and Account Deletion Question in the group buddypress.org Ninjas: 15 years, 2 months ago
I’ll ask Andy about the avatar permissions issue. In the meantime, the site should pull in Gravatars, given that you’ve got one associated with your wordpress.org email address. As for account deletion, I have no idea. Your buddypress.org login/account is the same as your wordpress.org account, but I can’t find “delete my account” info on […]
-
Boone Gorges posted on the forum topic Post code between backticks in the group buddypress.org Ninjas: 15 years, 2 months ago
@djpaul – Decided to go with the straightforward backtick before worrying about syntax highlighting, as the most popular option (Syntax Highlighter) (a) requires you to specify the language in order for highlighting to work correctly, which is a bit onerous for first time users, and (b) requires an extra click to get the popup with copyable, […]
-
Boone Gorges posted on the forum topic Post code between backticks in the group buddypress.org Ninjas: 15 years, 2 months ago
Yup, tag closing should be next 🙂
-
Boone Gorges started the forum topic Post code between backticks in the group buddypress.org Ninjas: 15 years, 2 months ago
The use of backticks for displaying code in forums has now been activated on buddypress.org. Check it out!
function tell_the_truth() {[Read more]
global $current_user;
get_currentuserinfo();
if ( $current_user->user_login == 'boonebgorges' )
echo '<a href="http://teleogistic.net">Boone,</a> you are the bomb dot com.'
}
add_action(… -
Boone Gorges posted on the forum topic The fixes have begun: activity permalinks in the group buddypress.org Ninjas: 15 years, 2 months ago
@r-a-y is right – the fix isn’t relevant for the 1.2 branch.
-
Boone Gorges started the forum topic The fixes have begun: activity permalinks in the group buddypress.org Ninjas: 15 years, 2 months ago
Great news! The first ninja fix is live on buddypress.org. Check out this link: https://buddypress.org/community/activity/p/49614/ Those activity permalinks were previously broken, which meant that, among other things, the emails notifying you of new @-mentions had unusable links. It’s now been patched, and activity permalinks are redirecting…[Read more]
-
Boone Gorges posted an update 15 years, 2 months ago
Activity permalinks! They work!
- Load More
@boonebgorges
Active 2 years, 3 months ago
Woah… This is great news!
Cool.
This is a link
`This is code with backtick`
This is code withThis is bold
This is italics