Search Results for 'private'
-
AuthorSearch Results
-
April 6, 2011 at 7:29 pm #109697
In reply to: Buddypress – Personal Private Diary Options?
@mercime
Participant@philsquires wait for 24 hours before bumping your topic.
You would need to create a plugin for that private diary/blog and look at how it’s done in BuddyPress Docs plugin.
April 6, 2011 at 7:03 pm #109696In reply to: Buddypress – Personal Private Diary Options?
philsquires
MemberBump?
April 5, 2011 at 7:50 am #109590goldbrick
Member==The weird thing is that links to the BP components pages like forums and groups are working while your regular WP Pages are not working.==
==Wait, did you make those Pages > “Private” in Page Write/Edit Panel? That’s one scenario which could cause that behavior.==
Just checked this all pages are public, very strange don’t get this at all?
April 5, 2011 at 1:36 am #109572@mercime
Participant== 404 errors on those pages ==
The weird thing is that links to the BP components pages like forums and groups are working while your regular WP Pages are not working.
Wait, did you make those Pages > “Private” in Page Write/Edit Panel? That’s one scenario which could cause that behavior.
April 4, 2011 at 7:30 pm #109542@mercime
Participant@naijaping can you share what caused the overflow and how you resolved this?
April 4, 2011 at 6:35 pm #109541Prince Abiola Ogundipe
Participantcan admin close this , it has been sorted
April 2, 2011 at 7:28 pm #109397In reply to: pages private to groups
@mercime
ParticipantI know that the premium Gravity Forms plugin can be integrated with BuddyPress in general, but to attach that form specifically to certain group/s would require extra coding to achieve this on your part.
April 2, 2011 at 7:20 pm #109395In reply to: pages private to groups
scrltotara
MemberRight, but I want to have a form for just that group as well that is created with a form plugin. Is there a way to limit that?
April 2, 2011 at 7:19 pm #109394In reply to: pages private to groups
@mercime
Participanthttps://buddypress.org/community/groups/buddypress-docs/
If you create a hidden group, only group admin and invited members of the group can access these pages.April 2, 2011 at 4:39 am #109349In reply to: [Resolved] Speeding up buddypress
Pisanojm
ParticipantI mistakenly posted above, we are using “database” caching. Object caching did not work for us and caused many problems with others seeing other users names appear when viewing private messages as well as other object cache related issues.
April 1, 2011 at 2:24 am #109270In reply to: Changed Group Permissions – Lost messages
Virtuali
ParticipantI just changed a group from “private” to “public” and all the posts went away. I went back to “Private”, and they came back.
Hmm…I tested this on my site.
I have a private group with all the activity stream posts, so I set it to “Public” and they all did indeed disappear.
March 28, 2011 at 11:13 pm #108984In reply to: config file
Virtuali
ParticipantPost this Here: https://buddypress.org/community/groups/buddypress-private-community/forum
Private Community plugin forum.
March 26, 2011 at 4:37 pm #108797@mercime
ParticipantThere are many different privacy and/or membership plugins for single or multisite installation. Just search for them in WP repo under privacy or membership
https://wordpress.org/extend/plugins/network-privacy/
https://wordpress.org/extend/plugins/more-privacy-options/
https://wordpress.org/extend/plugins/s2member/
https://wordpress.org/extend/plugins/private-buddypress/
https://wordpress.org/extend/plugins/buddypress-private-community/March 25, 2011 at 11:34 pm #108757In reply to: Site hacked :S?
nickmy
ParticipantIt is a shared hosting.. .

plugins :
akismet,bp-album,buddypress,buddypress-links,buddypress-registration-groups,buddypress-sliding login panel,category-post,exlude-pages,inbox-widget,post-highlihts,private-buddypress & wp-fb-autoconnectI dont thinkt that this plugins can do this.
March 25, 2011 at 12:48 pm #108715In reply to: registration confirmation email sent as attachment
Marcio Santos
MemberJust tested and the comment notification emails have errors as well.
I am using WPMU with BuddyPress.
Emails and their status
– Signup confirmation (error)
– Password reset (ok)
– Comment notification on blog posts (error)
– Private messaging (ok)
– User mentions ( @user) (ok)
– Friend request (ok)March 25, 2011 at 4:35 am #108686In reply to: 2 profile types and 2 “members” pages
embergermedia
MemberI have the same situation. I think I am going to solve mine by using private groups for each set. I haven’t actually gotten there yet, so not sure how well it will work.
March 23, 2011 at 12:10 pm #108519In reply to: Show hidden group activity
christinafowler
MemberI kept searching and found a solution to the forums here: https://buddypress.org/community/groups/creating-extending/forum/topic/code-to-improve-forums-so-that-the-users-posts-in-private-topics-also-show/ – testing it out now
March 21, 2011 at 10:25 am #108349joelito18
Membernow everything works fine in bluehost web hosting. yahoo sucks with buddypress. got no choice but to change web hosting.
March 19, 2011 at 12:09 am #108200In reply to: [Resolved] Speeding up buddypress
@mikey3d
ParticipantW3 Total Cache is developed with Dedicate hosting or VPS hosting on mind.That is not true. W3 Total Cache said, “Compatible with shared hosting, virtual private / dedicated servers and dedicated servers / clusters.”
With a Shared hosting, most of the advantage of W3 Total Cache are missed out.Can you elaborate what are missed out?
But since my site is under developingYou don’t have much traffic that is what shared hosting is for. Do you know how to pilot? There is a learning curve to optimizing your site.
March 18, 2011 at 8:22 pm #108184mariapeagler
MemberFigured it out, for my purposes, I’m using the ScholarPress plugin, which makes it much easier. I actually created the multi-site setup and found it was far more than I wanted to maintain.
March 17, 2011 at 7:33 am #108053In reply to: How to make a private community?
gabu4u1
Member@Travel-Junkie Thanks for the code. I know it will help me achieve what I want.
But my challenge is that I know nothing about coding. I have succeeded in locating the functions.php and have opened it in order to edit it. My question is where in the whole code will I place the code you wrote. Is it at the beginning or end of the code.
I am planning to use this code below
function sh_walled_garden()
{
global $bp;if( bp_is_register_page() || bp_is_activation_page() )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
}
add_action( ‘get_header’, ‘sh_walled_garden’ );Please, I will appreciate you help. I am a complete WYSIWYG person but I can follow simple instructions as regards code.
Thank you in anticipation.
Gabu
March 17, 2011 at 7:32 am #108052In reply to: How to make a private community?
gabu4u1
Member@Travel-Junkie Thanks for the code. I know it will help me achieve what I want.
But my challenge is that I know nothing about coding. I have succeeded in locating the functions.php and have opened it in order to edit it. My question is where in the whole code will I place the code you wrote. Is it at the beginning or end of the code.
I am planning to use this code below
function sh_walled_garden()
{
global $bp;if( bp_is_register_page() || bp_is_activation_page() )
return;if( ! bp_is_blog_page() && ! is_user_logged_in() )
bp_core_redirect( $bp->root_domain .’/’. BP_REGISTER_SLUG );
}
add_action( ‘get_header’, ‘sh_walled_garden’ );Please, I will appreciate you help. I am a complete WYSIWYG person but I can follow simple instructions as regards code.
Thank you in anticipation.
Gabu
March 16, 2011 at 10:22 pm #107946In reply to: bbpress posting errors? missing database tables!
pjries
MemberLumenbeing, the answer is yes, in my experience. I am testing WordPress MultiSite with BuddyPress on a Dreamhost setup. I did install by uploading via FTP, not via the one click, but for whatever reason, none of the BB Press tables were created in my database. I tried applying the patch in Paul’s post above, but that wasn’t enough and uninstalling and re-installing the forums via the Web still didn’t help.
I went through the MySQL statements in wp-content/plugins/buddypress/bp-forums/bbpress/bb-admin/includes/defaults.bb-schema.php and was able to create the tables manually in the SQL dialog box in phpMyAdmin. You do need to make sure you fill in the database names for the variable $bbdb in each statement
ie: CREATE TABLE IF NOT EXISTS `$bbdb->forums
needed to become
CREATE TABLE IF NOT EXISTS `tablename_bb_forums`
But I am now able to use the forums for public/private/hidden groups as I expected they would work.
I do suspect this is a server issue and perhaps a MySQL version issue as well. I can’t imagine why none of the tables would be created, otherwise.
Hope this helps further the conversation.March 15, 2011 at 7:40 am #107845joelito18
Membergot the same problem with you jordynn, private messaging, profile and friend connection sends me to full list of members directory. using also yahoo web hosting.
March 14, 2011 at 11:36 pm #107801r-a-y
KeymasterVarious people have experienced problems with Yahoo Hosting:
https://buddypress.org/community/groups/installing-buddypress/forum/topic/404-errors-using-yahoo-to-host/#post-16797
https://buddypress.org/community/groups/installing-buddypress/forum/topic/404-error-on-buddypress-links/
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/can-not-view-or-edit-member-profile-redirected-to-the-members-page/ -
AuthorSearch Results