Search Results for 'buddypress'
-
AuthorSearch Results
-
April 16, 2013 at 2:21 am #161765
In reply to: File manager for BuddyPress
Sarathbabu_k
Participant@espellcaste Thanks for your response. The Problem with Document Revisions is that it doesn’t have a front end. Thought I found the solution through buddydrive but I guess I need to wait until there is a upgrade for BuddyPress Docs OR when Buddy Drive gets super powerful.
April 16, 2013 at 1:49 am #161764Renato Alves
ModeratorHere goes another plugin that does exactly what you want.
April 16, 2013 at 1:45 am #161763In reply to: Migrating Legacy Group forums to bbPress 2.2.4
palmdoc
ParticipantNo it doesn’t work (I just restored the database from backup). Instead of showing a list of discussion threads (sorted by freshness) it shows Group forums as the root (which people can post in) and all the group forums.
[bbp-forum-index] in a new page also gets the same result
Have disabled all plugins but bbPress and Buddypress to no avail. bbPress 2.3 update doesn’t help.April 16, 2013 at 1:38 am #161762In reply to: File manager for BuddyPress
Renato Alves
Moderator@sarathbabu_k You can find the answer for your question here: https://wordpress.org/support/topic/compatibility-with-wp-document-revisions-plugin?replies=5
April 16, 2013 at 1:01 am #161760April 16, 2013 at 12:59 am #161759bp-help
Participant@fpats
Have you tried this plugin yet?
https://github.com/bphelp/private_community_for_bpApril 16, 2013 at 12:49 am #161757aces
ParticipantIf you are going to resurect such an ancient page I would like to note that the upgrades to buddypress.org have messed up the code in my original post:
`
/*
Plugin Name: Walled Garden
Plugin URI: http://www.example.com/
Description: A brief description of the Plugin.
Version: 0.1
Author: http://www.example.com/
Author URI: http://www.example.com/
License: A “Slug” license name e.g. GPL2
*/function sh_walled_garden()
{
global $bp;// if( bp_is_register_page() || bp_is_activation_page() || bp_is_page( BP_FORUMS_SLUG ) || bp_is_page( BP_GROUPS_SLUG ) )
if( bp_is_register_page() || bp_is_activation_page() || bp_is_page( BP_FORUMS_SLUG ) )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( bp_get_signup_page() );
}add_action( ‘bp_init’, ‘sh_walled_garden’ );
function bp_remove_feeds() {
remove_action( ‘bp_actions’, ‘bp_activity_action_sitewide_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_personal_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_friends_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_my_groups_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_mentions_feed’, 3 );
remove_action( ‘bp_actions’, ‘bp_activity_action_favorites_feed’, 3 );
remove_action( ‘groups_action_group_feed’, ‘groups_action_group_feed’, 3 );
}
add_action(‘init’, ‘bp_remove_feeds’);
`` false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘bp_dtheme_main_nav’ ) );`
`if ( is_user_logged_in() ) {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ” ) );
} else
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘secondary-menu’, ‘fallback_cb’ => ” ) );
}`Opening and closing php ( where appropriate ) tags have been removed due to buddypress.org’s issues with those tags….
Still works for me with bp v 1.7 using ‘legacy forums’.
April 16, 2013 at 12:25 am #161754fpats
ParticipantLooks like the perfect plugin but as usual on our BP installation, this doesn’t work.
Have installed it but there’s no tab added to our settings panel so it can’t be configured 🙁I’m not sure what i’ve done but FFS, the gods must really hate us.
April 16, 2013 at 12:16 am #161753In reply to: Problem after update -> Members Widget
AllenPayne
Participant@modemlooper i dont think the widget is the issue here. for some reason buddypress 1.7 doesn’t see all my members. it worked fine with 1.6.
the other functions of the Members widget (recently active, newest registered) work fine. only the Most Popular function doesn’t work as it should.
also when i go to the profile of the top member, everything shows up fine (it says it has 406 friends).
i have no idea what else to do.
can anyone help?
April 15, 2013 at 8:13 pm #161738In reply to: File manager for BuddyPress
Sarathbabu_k
ParticipantHi @chouf1,
I am not using BP Group Documents any more. (It doesn’t work with BP 1.7 also). I was asking if documents can be edited on the fly. Buddy Drive helps store files. Can we create files? and edit them as needed?
I know BuddyPress Docs is a plugin which helps create files and edit them inside a Group. But it doesnt allow file upload and file hierarchy. So only asked if these two plugins can be combined in some way. Hope I have made it clear.
Thanks
SarathApril 15, 2013 at 7:19 pm #161731In reply to: Discussion – using BP Theme Compat future in Plugins
danbpfr
ParticipantApril 15, 2013 at 7:19 pm #161730modemlooper
Moderatorcreate a file in your theme with this directory structure.
yourtheme/buddypress/members/register.php
you can copy this file over from the buddypress plugin folder under bp-templates/bp-legacy/buddypress/members/register.php
Edit the file to your liking.
April 15, 2013 at 7:18 pm #161729April 15, 2013 at 6:59 pm #161726In reply to: File manager for BuddyPress
danbpfr
Participantyou said in your first postc: So I started using BP Group Documents. Its not working with BP 1.7.
So, if you use BuddyDrive now, why would you use that plugin ?!!!
April 15, 2013 at 6:24 pm #161723In reply to: BuddyDroid – BuddyPress for Android
timvango
ParticipantHello,
The private groups arent visible in groups, but they are in my groups…
In my groups I see all groups, not only the groups that I subscribed on.
This is on a default account, not admin.April 15, 2013 at 5:03 pm #161719In reply to: my 15000+ members site dies when BP is on
Roger Coathup
ParticipantWe had problems upgrading a large site – see: https://buddypress.org/support/topic/wsod-in-wp-admin-activating-site-tracking-upgrade-from-1-2-9-1-5/
I assume some BP script in the backend was timing out.
We solved by:
1. exporting our users / user_meta table. Leaving just the admin user
2. upgrading BP
3. Reimporting the usersThis worked fine. The problem only occurred if all the users were present during the actual upgrade process.
April 15, 2013 at 4:52 pm #161718In reply to: my 15000+ members site dies when BP is on
Paul Wong-Gibbs
KeymasterBuddyPress doesn’t do anything to the user table when the plugin is activated, so whatever the problem was or is, must not be related to any user table queries.
We create a bunch of new tables; if these took 15 seconds to execute, I would expect the queries would show up in your MySQL server’s slow query log.
April 15, 2013 at 4:32 pm #161715In reply to: [Resolved] Show posts written by user on profile
April 15, 2013 at 3:21 pm #161711In reply to: buddypress on multiple blogs
April 15, 2013 at 3:12 pm #161710banata
Participanthello, Im able to disable old forum, but still one components exist, and show a warning in my admin panel :
The following active BuddyPress Components do not have associated WordPress Pages: Search Page. Repair
how to permanently disable those component?
thanx for your guidance
April 15, 2013 at 2:21 pm #161703In reply to: my 15000+ members site dies when BP is on
Jean-Pierre Michaud
Participanti did some fair checks, clean install with the exact same configs etc, and there is no wrong situation with a clean install.
i’m on a Hostgator shared plan, with 256M Ram with 42M used for my WP, and the Cpu is at 0.06%
there is no error log generated in the process i mention, even with everything set inside PHP to display_errors etc… so it’s an inbetween problem.
So it’s clearly when Buddypress is trying to allocate its memory to set up something i have no idea of what, and it occurs only with my 15000+ members in…
April 15, 2013 at 1:58 pm #161702In reply to: BuddyDroid – BuddyPress for Android
timvango
ParticipantThanks! It worked!
One question:
Is it ok to promote this app on my site?April 15, 2013 at 7:14 am #161684In reply to: BuddyDroid – BuddyPress for Android
yaakhi
ParticipantCan you add the capability to see user profiles within app instead of redirecting users to site?
April 15, 2013 at 6:59 am #161681In reply to: HOW TO: Add new field in profile link to wp-posts?
azchipka
ParticipantI was looking for a simple solution for this function and couldn’t find one so I wrote it.
You can download a bundled plugin by clicking here.
April 15, 2013 at 6:57 am #161680In reply to: Author posts on profile page
azchipka
ParticipantI had the same issue and when I tried to install the plugin you mentioned it didn’t work.
After waiting to hear back from the developer for awhile with out hearing back I just wrote my own. You can download a bundled plugin by clicking here.
-
AuthorSearch Results