Search Results for 'private'
-
AuthorSearch Results
-
April 2, 2011 at 7:19 pm #109394
In 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/March 14, 2011 at 11:28 pm #107800r-a-y
KeymasterDuplicate of the following:
https://buddypress.org/community/groups/creating-extending/forum/topic/private-messaging-profile-view-add-friend-not-working/Closing thread.
March 14, 2011 at 10:19 pm #107787In reply to: Post to multiple groups at once?
Virtuali
ParticipantNo plugin really at the moment.
I would sent it out as a Private message, or Notice to all users.
March 14, 2011 at 2:17 am #107720joelito18
MemberAll my other users are Author
here is the link http://www.irn.net.au
you can log-in with username: guest password:guest – user role is subscriber
March 14, 2011 at 2:10 am #107719joelito18
Memberthis a fresh install. I installed wordpress 3.0.5 from Yahoo web hosting. Then it said new version is available i upgraded it to 3.1
Then I installed plugins. buddypress 1.2.8
use the default buddypress theme.
Yahoo saves all the files in the blog folder (wp-admin, wp-content, wp-includes).
Buddypress folder was automatically saved or installed under wp-content/plugins
By default everything is enable, private messaging, extended profile and friend connections. I didnt change any settings.
There is a link for these features on the admin bar but the messages, profiles and friend connections will just redirect me to members directory. Although the address on the link shows the proper link to messages, profiles.
March 12, 2011 at 3:42 pm #107619Virtuali
ParticipantAre they enabled in the buddypress Admin Section?
March 12, 2011 at 7:44 am #107603@mercime
ParticipantMarch 12, 2011 at 3:34 am #107597joelito18
Memberplease help me..
March 11, 2011 at 8:55 am #107516joelito18
Memberi dont even see the page for composing message. just redirecting to members directory
-
AuthorSearch Results