Search Results for 'buddypress'
-
AuthorSearch Results
-
March 23, 2010 at 9:46 pm #69901
In reply to: [New Plugin] BuddyPress Group Forum Extras
avi-m
ParticipantI’m using
BBCode plugin Version 1.0.1 | By Viper007Bond
BuddyPress Forums Extras Version 0.1.5 | By rich fuller – etiviti (rich!)
Should I be using some other plugin?
March 23, 2010 at 9:30 pm #69900In reply to: bp-events update
David Lewis
ParticipantA number of people have asked me what my alternate solution is… it’s just a WordPress events plugin. There are lots of them. There’s no BuddyPress integration. It’s not ideal… but it will do for now. Specifically, I chose this plugin: https://wordpress.org/extend/plugins/calendar/
March 23, 2010 at 8:56 pm #69896In reply to: question about Group filtering
Boone Gorges
KeymasterThis works for me.
function filter_groups_by_type_private( $a, $b ) {
$groups = $b->groups;
foreach( $groups as $key => $group ) {
if ( $group->status != 'private' ) {
unset( $groups[$key] );
$b->group_count = $b->group_count - 1;
}
}
$groups = array_values( $groups );
$b->groups = $groups;
return $b;
}
add_filter( 'bp_has_groups', 'filter_groups_by_type_private', 10, 2 );Play around with the value ‘private’ to change what the function does.
It’s not perfect, because the pagination is not adjusted accordingly. You’d probably have to rebuild the core function in order to make pagination happen, since per_page gets passed right along to the database function. That’s why I say you might do well to write an enhancement ticket and submit it to trac.buddypress.org. In the meantime, though, this will set you in the right direction.
March 23, 2010 at 8:50 pm #69895In reply to: [New Plugin] BuddyPress Group Forum Extras
rich! @ etiviti
Participantdepends…
1) what version of the plugin now?
2) shortcode bbcode or bbcode to html?
if bbcode to html, then proper formatting of a link is like so Google It
if shortcode bbcode, then you’ll need to speak with the plugin author who provided the shortcodes
March 23, 2010 at 8:17 pm #69890r-a-y
KeymasterThat’s totally up to you!
Check out:
https://wordpress.org/extend/themes
Keep in mind that the main BuddyPress blog needs the BP default theme or a BP-compatible theme.
User blogs can use any theme.
March 23, 2010 at 8:13 pm #69889mrwes
MemberWhich theme would you recommend?
Any theme other than buddypress default them?
March 23, 2010 at 7:57 pm #69886r-a-y
KeymasterCreate a child theme:
https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
Copy over /buddypress/bp-themes/bp-default/header.php to your child theme.
Make your changes there. If you’re familiar with modifying WP themes, this should be quite simple.
March 23, 2010 at 7:54 pm #69884In reply to: Trying to use 'blogstandard" theme
putnum01
Participantyes its at volkswagenstamp.com
I have nothing for buddypress in themes just plugins….
March 23, 2010 at 7:49 pm #69881Reaxion
Memberuuhh – bbpress seems pretty good, but as far as restricting access to certain conversations to certain logged in members one plugin is antiquated with no admin section for my client (sad since it had the beginnings of what I need) and another restricts access to categories of users but not specific users – dang
Obviously I am new to researching a forum solution – maybe I’ll have to move to something like phpbb2, yay
March 23, 2010 at 7:36 pm #69879In reply to: Cannot change avatar
r-a-y
KeymasterCheck out this thread:
https://buddypress.org/forums/topic/avatar-cropping-after-upload-image-and-cropper-dont-appear-fails
See if that helps.
March 23, 2010 at 7:33 pm #69878In reply to: Blog Category and Group Name Permalink Conflict
5887735
InactiveMarch 23, 2010 at 7:11 pm #69874Hugo Ashmore
ParticipantKristina unfortunately the upgrade from 1.1.* to 1.2.* is not straightforward you will need to read carefully the link that Andy provided and decide what parts of that apply to your situation i.e are you intending on trying to use the old theme and / or preserve older functionality in which case there are explicit steps you must follow with regards installing a backwards compatibility plugin. If you’re not worried about older features and are happy with accepting the new look and feel of 1.2 then you will probably need to ensure all buddypress plugins are deactivated (that may mean renaming them if not possible to deactivate from dashboard) then removing the old theme files as mentioned in the instructions then reactivate the new version of BP and test that things work with that alone before activating those plugins that are compatible with BP 1.2
March 23, 2010 at 7:09 pm #69873In reply to: New version of Forum Attachments for BuddyPress
5887735
InactiveWhen posting a new topic using the “new topic” button on the forum page (mydomain.com/forums/) I get the following error:
Warning: Variable passed to each() is not an array or object in {web root} /wp-content/plugins/forum-attachments-for-buddypress/forum-attachments-for-buddypress-bp-functions.php on line 461
Warning: Cannot modify header information – headers already sent by (output started at {web root} /wp-content/plugins/forum-attachments-for-buddypress/forum-attachments-for-buddypress-bp-functions.php:461) in {web root} /wp-includes/pluggable.php on line 868
March 23, 2010 at 7:06 pm #69872In reply to: Is Anyone Else Having This “Log Out” Problem.
Scott
ParticipantI am going to bump this thread… I am using WP (single) 2.9.2 and BP 1.2.2.1 and am having this issue… BUT, it is only happening in Safari or Chrome (on MAC and PC).
March 23, 2010 at 6:47 pm #69868In reply to: Simple BuddyPress Profile Privacy
r-a-y
KeymasterThe two privacy plugins above are only profile-related.
Jeff’s upcoming privacy plugin is going to encompass every aspect of BP. So your users can be more selective about which data is made public.
March 23, 2010 at 6:36 pm #69866In reply to: [New Plugin] BuddyPress Group Forum Extras
avi-m
ParticipantQuestion to anyone who can help.
Seems that all links added using bbcodes are having a whole bunch on stuff added to them.
It should be – http://www.juf.org/tov/uptown_cafe.aspx
I dont think this was happening before I upgraded to the lateset version. Any ideas on who to fix this?
Thanks in advance!
March 23, 2010 at 6:35 pm #69865In reply to: Simple BuddyPress Profile Privacy
gpo1
ParticipantAm confussed here, what’s Jeff Sayre’s plugin doing then?
March 23, 2010 at 6:33 pm #69864kristinalaw
MemberI did not realize there were instructions I needed to read…I just pressed the upgrade button…
Here is the link?
http://designstyleguide.net/community/
I can access the main blog on the page but not the members or forums.
Is there a way to fix this???
Thanks,
Kristina Law
March 23, 2010 at 6:12 pm #69862Andy Peatling
KeymasterDid you follow the upgrade instructions?
https://codex.buddypress.org/getting-started/upgrading-from-10x/
March 23, 2010 at 5:55 pm #69859In reply to: Blog Category and Group Name Permalink Conflict
r-a-y
KeymasterI haven’t tested this, but it sounds like a bug to me.
Please post this issue in Trac:
https://trac.buddypress.org/newticket
Login with the same credentials you use here on bp.org to post a new ticket.
March 23, 2010 at 5:52 pm #69858Anonymous User 96400
InactiveNope, you’re on a BuddyPress powered site, but the forums that are integrated into BuddyPress are powered by BBPress.
March 23, 2010 at 5:49 pm #69857Reaxion
MemberI really need to be able to create closed discussions for specific groups, so that means there are two levels to the site:
– a members section for certain people
– those members are divided into their own group discussions
I thought Buddypress would be best for that. Aren’t we in a Buddypress powered forum right now?
March 23, 2010 at 5:43 pm #69856In reply to: [New Plugin] BuddyPress Group Forum Extras
5887735
InactiveJust wanted you to know I’m testing 1.6b and everything seems to be working. I love the new forum index feature! Including the group avatar would be a nice addition.
Keep up the good work!
March 23, 2010 at 5:36 pm #69854In reply to: Language from German to English
idotter
ParticipantHave a look at this https://i18n.svn.buddypress.org/de_DE/trunk/
March 23, 2010 at 5:32 pm #69853In reply to: Simple BuddyPress Profile Privacy
-
AuthorSearch Results