Search Results for 'private'
-
AuthorSearch Results
-
January 25, 2012 at 4:26 am #128545
@mercime
ParticipantJanuary 21, 2012 at 10:54 pm #128387In reply to: Buddypress & MultiSite ??? PLEASE HELP!
DavidK
MemberAnd a bit more —
I tried using buddy press GROUPS as a way to keep content ‘private’ from one group of students to the next. This works … but WP POSTS would no longer be a way to include content and as I mentioned POSTs are a great way to be able to post content, still images, and slide shows….Any suggestions??
January 21, 2012 at 10:31 pm #128384In reply to: Buddypress & MultiSite ??? PLEASE HELP!
DavidK
MemberHi Paul —
Thank you very much for the rapid reply. Yes — I would like to be able to have social networking type of on functionality on multiple WordPress sites in an MS environment.I’m trying to create a kind of social networking environment to teach small private classes (in photography) in a single install of BD on a single WP site, I couldn’t find a way to provide students taking a particular class access to a private set of POSTS in a single install of WP, hence the leap into Multisite. Posts provide a much richer way for students and teachers to share rich media than spaces like Forums.
It sounds like I can’t get ‘multiple blogs’ in BP and can’t get ‘multiple’ social networking tools — beyond Forums — in a multi-site install — RIGHT?
I do NOT one to re-locate a single buddypress install, which is what I believed you referenced above in the post about secondary blogs.
Hope this is clear —
Please give me your best advise.
THANKS!
I looked at trying to accomplish my goal in a single site and
January 21, 2012 at 8:22 pm #128378midsummermagic1111
MemberYou can also reply to their hidden content from your profile page..! Anyone have a fix? I have searched and searched! Lol.
January 21, 2012 at 4:33 pm #128371Round World Travels
ParticipantI have the same thing happening, they can’t get into the group to read the entire post but if they go to the following tab on their profile they can see the topics started and a brief bit of text.
January 21, 2012 at 4:48 am #128351midsummermagic1111
MemberSame issue. Can see hidden group activity on profile pages… Aye!
January 21, 2012 at 2:22 am #128349midsummermagic1111
MemberYes. My sister told me (she’s not a member of the private group).. so I signed in as her and I saw the posts myself. You can’t see the group from her side.. but you can see the posts in the feed on her profile even though she’s not a member of the group.
January 21, 2012 at 12:03 am #128343Bill Hood
ParticipantHave you logged in as another user, other than as a member of the private group, to be sure this is happening?
January 20, 2012 at 7:02 pm #128332Al B.
Member@mercime
– WP/BP versions? WP – 3.3.1 / BP – 1.5.3.1– Are you on Windows or Linux server? Linux Server
– Have you changed to bp-default theme? Yes… I tested a few themes.
– Have you deactivated plugins except BuddyPress to isolate issue/s? I have a total of 4 Plugins active… Better RSS Widget, Black Studio TinyMCE Widget, BuddyPress, Private BuddyPress… Originally I thought it was the Private BuddyPress plugin that was causing the issue. I deactivated it and the problem continued.
Thanks for your insight.
January 18, 2012 at 3:53 pm #128191In reply to: Autofill for private messaging not working
ultimateuser
ParticipantI’m having the exact same problem. Before this solution by @r-a-y worked:
But now it’s not working anymore. Any help would be much appreciated!
January 17, 2012 at 7:33 pm #128163In reply to: Can the site be seen only by registered users?
Rocio Valdivia
ParticipantHi Isbul!
with the plugin BuddyPress Private Community you can choose what will be private and what will be public:
https://wordpress.org/extend/plugins/buddypress-private-community/
Hope it helps to you
January 17, 2012 at 12:07 am #128099@mercime
ParticipantLog in the BuddyPress demo site testbp.org and send me a private message with username and password and the url to the webpage you are referring to.
January 13, 2012 at 6:49 pm #127954In reply to: Error Autocomplete Private Messaging
ultimateuser
ParticipantHi @r-a-y
I checked my bp-custom.php, which looks like this: http://pastebin.com/Tp861Dy9
And your code was already in there.However autocomplete still doesnt work.
Im using the bp-default theme.
January 13, 2012 at 2:07 pm #127934In reply to: Permalink Problem?
geogruven
MemberThanks for your help Paul and Brian… here’s my htaccess:
‘
#
# Server root folder www .htaccess
# This file provides server security limiting access to the localhost only.
# Comment next four lines to deactivate. (Allows external access)
#
#Order Deny,Allow
#Deny from all
#Allow from 127.0.0.1
#Allow from ::1#
# To allow execution of cgi scripts in this directory uncomment next two lines.
#
AddHandler cgi-script .pl .cgi
Options +ExecCGI +FollowSymLinks#
# Activate this section to use the Private Server Feature!
# Defaults: Username – root; Password – root
# Note AuthUserFile: File path is relative to server root
# To lock server, uncomment the next 4 lines. (A name and password is required)
#
#AuthName “Uniform Server – Server Access”
#AuthType Basic
#AuthUserFile ../../../htpasswd/www/.htpasswd
#Require valid-user# BEGIN WordPress
# END WordPress
‘Wordpress is 3.3.1, BuddyPress is 1.5.3.1 and Dynamic Widgets is 1.4.2 which is out of date (latest is 1.5) however the list of fixes doesn’t include anything that seems to be related to this problem.
TIA,
GeorgeJanuary 13, 2012 at 7:18 am #127925In reply to: Error Autocomplete Private Messaging
r-a-y
KeymasterIf you’re having trouble with autocomplete even with the friends component enabled, then there’s something wrong. I’m guessing you’re not using the bp-default theme?
Regarding the old snippet I posted, you don’t need that any more to get autocomplete working without the friends component.
Just add the following to your theme’s functions.php or /wp-content/plugins/bp-custom.php:
`define( ‘BP_MESSAGES_AUTOCOMPLETE_ALL’, true );`
January 13, 2012 at 3:09 am #127914Memfis
MemberHas no one else encountered this problem before?
January 9, 2012 at 5:39 am #127682In reply to: How to get Friend Connections working
Memfis
MemberHey Chris,
my mistake. You were right. All I had to do was paste the following into the functions.php (does not matter where):
add_action( ‘bp_member_header_actions’, ‘bp_add_friend_button’ );
add_action( ‘bp_member_header_actions’, ‘bp_send_public_message_button’ );
add_action( ‘bp_member_header_actions’, ‘bp_send_private_message_button’ );Thank you again.
January 9, 2012 at 5:21 am #127681In reply to: How to get Friend Connections working
Memfis
MemberHey Chris thank you for the prompt response. So I found this code:
if ( !is_admin() ) {
// Register buttons for the relevant component templates
// Friends button
if ( bp_is_active( ‘friends’ ) )
add_action( ‘bp_member_header_actions’, ‘bp_add_friend_button’ );// Activity button
if ( bp_is_active( ‘activity’ ) )
add_action( ‘bp_member_header_actions’, ‘bp_send_public_message_button’ );// Messages button
if ( bp_is_active( ‘messages’ ) )
add_action( ‘bp_member_header_actions’, ‘bp_send_private_message_button’ );// Group buttons
if ( bp_is_active( ‘groups’ ) ) {
add_action( ‘bp_group_header_actions’, ‘bp_group_join_button’ );
add_action( ‘bp_group_header_actions’, ‘bp_group_new_topic_button’ );
add_action( ‘bp_directory_groups_actions’, ‘bp_group_join_button’ );
}// Blog button
if ( bp_is_active( ‘blogs’ ) )
add_action( ‘bp_directory_blogs_actions’, ‘bp_blogs_visit_blog_button’ );
}
}and added it to the bottom of my themes functions.php. I had to remove the code though because it crashed the website
January 8, 2012 at 4:12 pm #127658In reply to: Can the site be seen only by registered users?
@ChrisClayton
ParticipantSure can. Two ways. Functions.php or a plugin
Have a nice day. https://wordpress.org/extend/plugins/private-buddypress/
January 7, 2012 at 2:58 am #127575In reply to: Private Messaging Error 404
r-a-y
KeymasterSwitch to the bp-default theme to see if you get the 404 error with PMs.
January 6, 2012 at 4:15 pm #127538In reply to: Private Messaging Error 404
Tristan
ParticipantI recently changed my theme, but was experiencing the same problem on my previous theme BP Columns 1.5.3. Below is what I’m currently running:
Wordpress 3.3.1
Theme:
Frisco for BuddyPress 1.5.04Plugins:
BuddyPress 1.5.2
bbPress 2.0.2
BP-NotificationWidget 1.4
BP-Registration-Options 3.0.3
BuddyPress Moderation 0.1.6
Buddypress Sitewide activity widget 1.1.3.3
Calendar 1.3.1
Email Users 3.4.1
File Gallery 1.7.3
oEmbed for BuddyPress 0.52
U BuddyPress Forum Attachment 1.2.1
Visual Form Builder 1.9.1
WP-FB-AutoConnect 2.2.0
WP-Filebase 0.2.9.10
WP-Polls 2.62
WP Survey And Quiz Tool 2.8.3January 6, 2012 at 7:04 am #127519In reply to: Private Messaging Error 404
Paul Wong-Gibbs
KeymasterWhat theme, and other plugins, are you running?
January 4, 2012 at 5:46 pm #127405In reply to: where is membership directory?
Lesley Austin
MemberI didn’t mean to be critical of the lack of help, I’ve just got to get this resolved. I can’t link to my site because it is private, but are you basically saying that there is no longer a link to the member directory as the basic part of bp profiles? It seems such a basic thing.
If a custom menu link is my only option, I will do that.
Would love to know, tho’, if that is a bp thing that changed in the recent upgrade?
With thanks,
Lesley
January 4, 2012 at 3:47 am #127343In reply to: [RESOLVED} Registration (key) doesn’t work
aces
Participanthttps://wordpress.org/extend/plugins/private-buddypress/faq/ might suggest where the problem lies, if it’s that plugin and it’s compatible….
There are snippets of code circulating on this forum which can lock down buddypress in a similar way.
January 4, 2012 at 3:32 am #127341In reply to: [RESOLVED} Registration (key) doesn’t work
aces
ParticipantThere is a login and sign up button on the admin bar, but it won’t let me go to any activate page (although the slug could be different
Are you sure the plugin is compatible with bp 1.5.
Buddypress private community fails in https://codex.buddypress.org/releases/1-5-plugin-compatibility/ and https://wordpress.org/extend/plugins/private-buddypress/ isn’t even mentioned…
-
AuthorSearch Results