-
Boone Gorges replied to the forum topic bp_groups_default_extension in the group Creating & Extending 13 years, 1 month ago
It works like any other definable constant in BuddyPress, or any other filterable value. Do one of the following:
1) In wp-config.php or bp-custom.php,
`define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ […] -
Boone Gorges replied to the forum topic Help with bp conditionals in the group How-To and Troubleshooting 13 years, 1 month ago
Weird. I just tried inserting the following into an existing widget and it worked fine
?php if ( is_front_page() ) : ?
test
?php endif ?Does is_front_page() work properly if you put it in the […]
-
Boone Gorges replied to the forum topic Help with bp conditionals in the group How-To and Troubleshooting 13 years, 1 month ago
I would have thought that
is_home()
oris_front_page()
would work properly. When you say that these functions don’t work, do you mean that the excerpts are not appearing where they should, or that they’re […] -
Boone Gorges replied to the forum topic please update this plugin in the group Invite Anyone 13 years, 1 month ago
I have heard the “invalid header” bug report many times now, but I can’t reproduce it for the life of me. If anyone can help to figure out why it’s happening, it’d be most welcome.
-
Boone Gorges replied to the forum topic Language files deleted after upgrading #2 in the group How-To and Troubleshooting 13 years, 1 month ago
You need to convert that .pot into a .mo file.
I think that you also need to change the file name so that it includes a text domain, and then specify that textdomain in your config file. Eg, buddypress-BBG.mo, […]
-
Boone Gorges replied to the forum topic Turkish language pack issue in the group Localization 13 years, 1 month ago
If you can point to the specific place in BuddyPress where there are untranslatable strings, I’ll believe it’s a BP problem. I run a French translation locally and it works fine. I’m assuming that the same […]
-
Boone Gorges replied to the forum topic Turkish language pack issue in the group Localization 13 years, 1 month ago
It’s possible that the Turkish language pack was not yet upgraded for BP 1.5.x; some strings changed since 1.2.x. Contact the author of that language pack.
-
Boone Gorges replied to the forum topic Email to all members by default possible? in the group BuddyPress Group Email Subscription 13 years, 1 month ago
Filter the value ass_default_subscription_level, and return ‘supersub’. Eg,
`function bbg_supersub_by_default( $value ) {
return ‘supersub’;
}
add_filter( ‘ass_default_subscription_level’, […] -
Boone Gorges replied to the forum topic Turkish language pack issue in the group Localization 13 years, 1 month ago
What parts of BuddyPress are still in English? It’s possible that those parts are created by plugins other than BuddyPress itself, and that those plugins are not shipped with translations into the languages you have tested.
-
Boone Gorges replied to the forum topic a little bug in bp-skeleton 1.6 in the group Requests & Feedback 13 years, 1 month ago
Good catch! I’ll fix it in the next version. Here’s a ticket so I don’t forget: https://github.com/boonebgorges/buddypress-skeleton-component/issues/3
-
Boone Gorges replied to the forum topic Issues with BuddyPress 1.5.1 and some historic ones. in the group How-To and Troubleshooting 13 years, 1 month ago
(Obviously he had not activated the account before).
Wasn’t really that obvious from what you’d posted above! In any case, if you’re correct, then something is clearly going wrong somewhere – maybe the […]
-
Boone Gorges replied to the forum topic BP 1.5 required fields become prefilled with the first option on reg page – Watch Screencast in the group How-To and Troubleshooting 13 years, 1 month ago
No problem – happy to get accurate issue reports, however they may come in 🙂
-
Boone Gorges replied to the forum topic BP 1.5 required fields become prefilled with the first option on reg page – Watch Screencast in the group How-To and Troubleshooting 13 years, 1 month ago
Yes, it’s a change: https://buddypress.trac.wordpress.org/ticket/3378#comment:2
The plugin you’re using is using for search is using core functions to render the dropdowns. That’s great, of course. But, in […]
-
Boone Gorges replied to the forum topic Found more activity stream issues in BP 1.5 – Is it just me? in the group How-To and Troubleshooting 13 years, 1 month ago
@valuser Yes, that’s it. I’ve opened a ticket https://buddypress.trac.wordpress.org/ticket/3697
-
Boone Gorges replied to the forum topic /?p=N permalinks links no longer work on BuddyPress 1.5 in the group How-To and Troubleshooting 13 years, 1 month ago
Make sure the pages being pointed to are actually published. (Seems silly I know, but worth checking.)
-
Boone Gorges replied to the forum topic 'more' tag in post is ignored on activity stream in the group How-To and Troubleshooting 13 years, 1 month ago
Not much we can do for additional plugins, but we should probably have better support for
<!--more-->
. Could you open a bug ticket at http://trac.buddypress.org with steps to reproduce, please? -
Boone Gorges replied to the forum topic Found more activity stream issues in BP 1.5 – Is it just me? in the group How-To and Troubleshooting 13 years, 1 month ago
Still can’t reproduce it. I believe you that it happens, but it’s not happening on my install, no matter what image I use. Can you give more specific details about what you’re filling in for image metadata?
-
Boone Gorges replied to the forum topic Found more activity stream issues in BP 1.5 – Is it just me? in the group How-To and Troubleshooting 13 years, 1 month ago
I’m unable to reproduce the caption issue. Publishing and republishing posts with captions does not show anything unusual in the activity stream. In fact, I’m a bit confused why you would ever be seeing the […]
-
Boone Gorges replied to the forum topic Found more activity stream issues in BP 1.5 – Is it just me? in the group How-To and Troubleshooting 13 years, 1 month ago
> Any luck replicating it yourself?
Gee whiz, give me a little time 🙂
-
Boone Gorges replied to the forum topic Issues with BuddyPress 1.5.1 and some historic ones. in the group How-To and Troubleshooting 13 years, 1 month ago
rant/opinion
Yeah. You could have just asked “Why can’t I delete the ‘name’ field?” and been done with it. There is an argument for why the field is required, which has to do with the fact that BP uses […]
- Load More
@boonebgorges
Active 1 year, 4 months ago