Search Results for 'buddypress'
-
AuthorSearch Results
-
June 3, 2010 at 1:11 am #80464
In reply to: User levels
josh101
ParticipantI like this. Maybe even let it be expandable for other plugins to be able to use. Also if it handle dash board it be really good. I know there are tons of permission plugins but they are all confusing and non have buddypress support.
June 3, 2010 at 12:24 am #80460In reply to: Loops not to display some users/blogs
firetag
ParticipantI think for my use I would just skip over certain blog types, but to answer @viniciusandre ‘s question I’d say that in order to achieve this you would have to change the query in the core… but it depends on which blogs you want to filter such as Paul brought up…
June 3, 2010 at 12:11 am #80459In reply to: BuddyPress Group Tags is now available
roadblock
Participantyep, thats what I was looking to do and was hoping I was missing an easy way to do this.. Thanx
June 2, 2010 at 10:46 pm #80455In reply to: Hooking the bp_ajax_querystring
Creative Modules
MemberHey @dwenaus! Thanks for the help. I will look into wp_ajax_members_filter etc.
June 2, 2010 at 10:25 pm #80450In reply to: Buddpress Compatible message
mmcomber
ParticipantDisregard. Maybe I should read the codex first. For others, simply insert
Tags: buddypress
in the style sheet of your child theme, just under “Template: xxx”
June 2, 2010 at 10:09 pm #80447In reply to: Importing data from Excel, CSV sheet
WPChina
Participant@DJPaul: tks for the info, though it doesn’t make me smile

I searched for other plugins that allow for bulk import that include xprofile fields, but I find none. Any thoughts on ways to handle this? direct import via mysql is not a good solution as my client needs as wysiwyg as possible.
Are we sort of in a “dead zone” now as people wait for WP 3.0 before coming out with plugin updates?
June 2, 2010 at 9:47 pm #80444In reply to: how to avoid losing language files in an upgrade?
Dwenaus
Participantit turns out you can just define a different place to put the language file, so it’s no big deal really. for example, put the bp-languages folder outside of the buddypress directory and load it like so
`if ( file_exists( WP_PLUGIN_DIR . ‘/bp-languages/buddypress-custom.mo’ ) )
load_textdomain( ‘buddypress’, WP_PLUGIN_DIR . ‘/bp-languages/buddypress-custom.mo’ );`June 2, 2010 at 9:44 pm #80443Van Murray
Participant@hnla and @boonebgorges: I found this plugin a while back and modified it to work with BuddyPress. Let me know if you need it still.
Anyone know how to stop sending the activation email? I don’t want to disable the activation function; I just want to stop sending the email automatically. I want to selectively send it. I figure I would just add this function to the manual approve plugin so I could either:
Manually Approve
Manually Send Activation Email
Delete the SignupI’m getting killed with spam users (that are easily identifiable)
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/spam-blogs/June 2, 2010 at 9:14 pm #80437In reply to: Hooking the bp_ajax_querystring
Dwenaus
ParticipantBP ajax is super slick, but a huge pain-in-the-ass when you’re trying to customize anything. That said, all the ajax goes through this file: /buddypress/bp-themes/bp-default/_inc/ajax.php so you can try to filter bp_dtheme_ajax_querystring in the default theme or bp_ajax_querystring in your own theme. Then there is the function just below that relating to wp_ajax_members_filter that might be useful to hook into. There is some magic happening in loading the template, which I tend to work around but dont fully understand. Good luck.
June 2, 2010 at 8:44 pm #80433In reply to: upgrade to Wp 3 from Wp 2.9.2 with buddy press
Paul Wong-Gibbs
KeymasterYou shouldn’t have any. I’d recommended backing everything up, switching back to the default WordPress theme and disabling all plugins (including BuddyPress). Then when you have WP 3.0 up and working, re-enable everything one-by-one.
June 2, 2010 at 8:43 pm #80432In reply to: Importing data from Excel, CSV sheet
Paul Wong-Gibbs
KeymasterMost of the early BuddyPress plugins were WPMU specific as that’s what BuddyPress ran on, and whilst a lot will work with regular WordPress, it looks like you have one that doesn’t.
June 2, 2010 at 8:24 pm #80429In reply to: Importing data from Excel, CSV sheet
WPChina
ParticipantI just re-installed my Buddypress site and switched from WPMU+Buddypress to just normal WP+Buddypress. The plugin here now appears to not work:
http://manojkumar.org/user-import-for-buddypress/I manually uploaded it to my server and activated it and all seemed fine. But I can find no link to the plugin within my adm area. Maybe it does work fine but I can not find the link to where to upload users…. anybody have an idea?
June 2, 2010 at 7:00 pm #80425EBOC
ParticipantSame problem. I’ve tried using a plugin that lets you add custom fields to your rss feed. (http://justintadlock.com/archives/2008/01/27/custom-fields-for-feeds-wordpress-plugin) but just doesn’t work, like buddypress adjusted the default wordpress feed generator. Has anyone else had this problem or know how to fix?
June 2, 2010 at 6:54 pm #80423In reply to: Simple:press
geoffm33
ParticipantI have a crude implementation of getting Simple:Press forum posts/replies to show in the activity stream:
Still working on it, but it works for me.
June 2, 2010 at 6:39 pm #80422piphut
ParticipantTry “registered users 2” ( https://wordpress.org/extend/plugins/registered-users-only-2/ ). It is compatible with MU and buddypress. I use it for one of my sites. “Authenticate” looks like it is very very old (only tested compatible up to wp 2.5.2)
Sorry I can’t help more
June 2, 2010 at 6:38 pm #80421In reply to: Down Grade instructions PLEASE
Paul Wong-Gibbs
KeymasterThere’s no database changes (to the schema) so you ought to be able to upload the old version of BuddyPress and away you go.
Everyone learns about making backups when they don’t make backups and this sort of thing happens
June 2, 2010 at 6:02 pm #80417zlamczyk
ParticipantIt is set to that.
Thanks for your respond @piphut, but seeing my site is really not necessary.
Registration is open to everyone. I have a different plugin that makes registration only active once an admin approves them. That makes registration managed by admin prior to a user having access. Problem with only this plugin is that the site can still be seen (like the members, forums, groups, areas).
That’s why I installed the Authenticate plugin. When a user tries to go to “http://members.domain.net/members” they are redirected to the login page, wp-login.php. The plugin is also set to allow access to “wp-register.php” to allow registration. Well, the plugin is set to work with WP single user only because it’s set to allow “wp-register.php”. Issue is that WPMU does not use that file for registration. It uses an action direct to a part of wp-login, or something. I cannot figure out how to allow the Registration link to work under WPMU and the Authenticate plugin.
Could someone offer a suggestion, please? I tried the More Privacy Options offered by WPU Dev, but that failed miserably, too.
June 2, 2010 at 5:59 pm #80415In reply to: activity stream post ID?
Hoodie Mark
ParticipantI think i now realize i’m viewing buddypress in a fundamentally wrong way but this is probably a testament to how well buddypress ‘feels’ integrated with wp. The theme folders of buddypress need to be viewed as an extension of a wordpress plugin rather than a template file hitting primarily the wordpress core as typical template files do. That being said i should be focussing my effort on plugin filtering/hooks and doing my activity stream tweaks as a separate plugin that listens for new blog posts and then does whatever required actions i throw at it. Am i closer to enlightenment now?
June 2, 2010 at 5:14 pm #80413In reply to: Buddypress.org’s New Plugin Review Functionality
gwu123
Participantanyone on this
June 2, 2010 at 4:31 pm #80406In reply to: Down Grade instructions PLEASE
@mercime
ParticipantWhat @piphut said. Restore database backup and reupload BP 1.2.3 files and folders.
June 2, 2010 at 4:12 pm #80405In reply to: BuddyPress Avatar Issues upload avatar problem
VampireSpace.com
Participantthanks 4 the reply.
Yes, I have the permissions set to 777.
Thanks for the links im looking at them now.June 2, 2010 at 3:59 pm #80403In reply to: BuddyPress Avatar Issues upload avatar problem
piphut
ParticipantThis might help: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/avatar-upload-issues/
Have you checked the permissions of your upload folder?
June 2, 2010 at 2:18 pm #80396In reply to: message timestamps are wrong
piphut
Participantfound it here:
https://trac.buddypress.org/ticket/2203June 2, 2010 at 2:11 pm #80395In reply to: message timestamps are wrong
piphut
Participant@takeo – just searched through the tickets and didn’t see anything. Do you have a link?
June 2, 2010 at 2:07 pm #80394In reply to: Down Grade instructions PLEASE
-
AuthorSearch Results