-
Roger Coathup replied to the topic Compatibility with Multilingual Press in the forum How-to & Troubleshooting 11 years, 10 months ago
ok.. props to @hnla
Defining the constant BP_ENABLE_MULTIBLOG in bp-custom.php fixed the problem.
@boone – any thoughts on this vs. enabling BP on a site by site basis (as suggested as preferable in your in file comments)? Is activity / members / groups, etc. shared when BP is activated separately for each site?
-
Roger Coathup replied to the topic How to setup load_template_filter for new component with a directory page in the forum Installing BuddyPress 12 years, 1 month ago
Hey Dan,
thanks, yes, BuddyDrive looks to have the ‘correct’ solution.
It creates a BP_Theme_Compat class for the component – the same approach that the internal components (Groups, Activity, etc.) do.
@boone, @r-a-y … is that the recommended approach for 3rd party components going forward?
Cheers,
Roger -
modemlooper replied to the topic [Resolved] How to create a new tab in members component in BP 1.7 beta? in the forum How-to & Troubleshooting 12 years, 7 months ago
Ok, thanks to @boone for troubleshooting, if it’s a tab it needs to have a default sub tab specified.
function my_bp_nav_adder() {
global $bp;
bp_core_new_nav_item( array(
'name' => __( 'Media Privacy','bp-media-privacy' ),
'slug' => 'cuenta',
'default_subnav_slug' => 'cuenta',
'screen_function' => 'bp_media_privacy_link,
'position' =>…[Read more]
-
modemlooper replied to the topic [Resolved] How to create a new tab in members component in BP 1.7 beta? in the forum How-to & Troubleshooting 12 years, 7 months ago
Ok, thanks to @boone for troubleshooting, if it’s a tab it needs to have a default sub tab specified.
`function my_bp_nav_adder() {
global $bp;
bp_core_new_nav_item( array(
‘name’ => __( ‘Media […]
-
@modemlooper replied to the forum topic How to make Profile fields visible only to admins? in the group How-To and Troubleshooting 12 years, 10 months ago
You can choose the my friends option to at least block all fields to a users friends. You can also look over @boone code to add your own visibility options. https://github.com/boonebgorges/bbg-custom-bp-field-visibility
-
@modemlooper replied to the forum topic page id in the group How-To and Troubleshooting 13 years ago
You can see this code example by @boone on how to add custom privacy levels
https://github.com/boonebgorges/bbg-custom-bp-field-visibility
-
@modemlooper replied to the forum topic Changing Group tab display defaults in the group How-To and Troubleshooting 13 years ago
What changed with bp_options_nav?
bp_options_nav[‘groups’][‘home’][‘name’] = ‘new_name’;
no longer works, neither does position
EDIT: nvrmd found your blog post […]
-
Nicusor Dumbrava replied to the forum topic Only allow a certain amount of invites per member total in the group Invite Anyone 13 years, 8 months ago
-
David Bisset commented on the post, BuddyPress Skeleton Component v1.6 is built for BuddyPress 1.5, on the site BuddyPress.org 13 years, 11 months ago
You had me at “tons of documentation”. 🙂
Great job – kudos to @boone and the others involved.
-
zpg replied to the forum topic Help wanted to get buddypress working with twenty11 theme in the group Installing BuddyPress 13 years, 12 months ago
@Boone Gorges
hosting server props:
SM 1U SuperServer 5015MT Quadcore
– Intel Pentium Quad Core E6600 FSB1066
– 2 x Kingston 2GB DDR2 800 PC6400
– 2x 500 GB Seagate SATA 2 (RAID-1)
– 3Ware 9650SE-2 Raid […] -
bigbadboy replied to the forum topic [BP 1.5] Avatar upload/ crop issues in the group How-To and Troubleshooting 14 years ago
@Boone – see the update above:
UPDATE: Found the culprit – A javascript was being enqueued incorrectly – essentially it was being called externally, but it didn’t actually exist!
Re-added the file and it’s […]
-
per4mance posted an update in the group Installing BuddyPress 14 years ago
@Boone Gorges
Thanks for your reply. I wonder BP 1.5 is not available as a stable version because the ‘Upgrading Buddypress Page’ shows me:Upgrading from 1.2.x to 1.5
BuddyPress 1.5 has its own upgrade page, with information and advice about the upgrade process.
There is no hint of a RC.
Thanks for support.
-
Stas Sușcov replied to the forum topic Update Course with strange behaviour in the group BuddyPress ScholarPress Courseware 14 years ago
Hey, not sure, but @boone released a new version of bp-docs a while ago.
I have some time and will look through both of these.Thanks.
-
munman replied to the forum topic 1.5 and Excluding from BP Loops in the group How-To and Troubleshooting 14 years ago
I’m a bit dense on the coding side…
What would the code be to exclude a single user by ID?
Thanks!
-
simon replied to the forum topic BP 1.5 – Wierd bug with CSS loading a child theme in the group How-To and Troubleshooting 14 years ago
as @boone mentions have way through this:
for posertity’s sake -
munman replied to the forum topic BP 1.5b2 and bbpress 2.0 RC3 – Integration in the group Installing BuddyPress 14 years, 1 month ago
-
Anointed replied to the forum topic BP 1.5b2 and bbpress 2.0 RC3 – Integration in the group Installing BuddyPress 14 years, 1 month ago
totally sweet. figured there had to be an easy solution. I’m slowely getting excited about this transfer from vbulletin to bp/bbpress.
-
Henry started the forum topic Fatal error in the group BP System Report 14 years, 1 month ago
@boone I receive a fatal error when installing this plug-in:
Fatal error: Call to undefined function groups_get_groups() in /home/social/public_html/wp-content/plugins/bp-system-report/bp-system-report-bp-functions.php […]
-
chaoti replied to the forum topic changing the Docs tab name in the group BuddyPress Docs 14 years, 1 month ago
@Boone Gorges You wrote:
This is the line in the most recent .pot:
#: includes/integration-groups.php:604 includes/integration-groups.php:659
msgid […] -
Stas Sușcov replied to the forum topic Update Course with strange behaviour in the group BuddyPress ScholarPress Courseware 14 years, 1 month ago
Hmm, there might be some issues with group creating process. I will check my code and also ask @boone about that.
Thanks.
- Load More
@boone
Not recently active