Search Results for 'private'
-
AuthorSearch Results
-
August 24, 2011 at 1:02 am #118955
In reply to: Advanced settings for group forums?
esploded
MemberAnyone?
If it’s difficult, please suggest a forum plugin/service that I could use.
I desperately need the ability to “like” somebody’s forum post, as well as create polls.
(it still must integrate with groups and be private to anybody not allowed to access it)August 23, 2011 at 4:44 pm #118911In reply to: Can i disable the site-wide activity stream?
Tammie Lister
ModeratorHave you tried: https://buddypress.org/community/groups/private-buddypress/activity/ ?
August 23, 2011 at 1:38 pm #118904Ash Shaw
ParticipantThanks for clarifying. I thought that enabling site tracking would update the stream with posts/comments from all sites in the network, whereas disabling would only feature those on the current site. Have now been able to establish that posts/comments aren’t showing up because the dev site is private and not index-able.
– Is it possible to only feature posts/comments from the current site, even with multiple sites on the network? – Also, how would we go about enabling the bp options per site?- We’re working on a network of sites in different languages, and thus need the ability to define specific slugs/titles for bp components per site.
Appreciate the help.
August 19, 2011 at 5:55 pm #118739charlesroberds
Membernotifications, private emails, mentions. Not necessarily the content just email that something has happened to the user.
August 19, 2011 at 7:11 am #118717Paul Wong-Gibbs
KeymasterThe actual content or just a notification that something’s happened?
August 18, 2011 at 12:14 am #118660In reply to: Auto Create a Private Group on member Sign-Up
WACKA1
MemberThis would be a fantastic feature, but I have searched everywhere and it does not seem currently available.
August 13, 2011 at 2:07 pm #118328In reply to: Reply to Private Message email notification?
Stigmartyr
MemberWould be awesome!
August 13, 2011 at 11:11 am #118325In reply to: Reply to Private Message email notification?
sealos
MemberThanks. Hopefully this is something that happens in a future update or plugin.
August 12, 2011 at 11:07 pm #118306In reply to: Reply to Private Message email notification?
Stigmartyr
MemberIf you mean reply to PM thread via email (like facebook) I don’t think that feature is available in BP.
You have to bear in mind that each person’s site/host might handle mail routing differently and so I think that this would have to be a custom mod. If the BP team could do it, I’m guessing there would be a lot of user customizing to do depending on how their domains handled mail.
August 12, 2011 at 11:58 am #118273chris6242
MemberYeah I assumed it was until I made a test user that was not in the group that could see everything at /activity or by going to a member’s public page. I could read posts that were made in that group and even see the documents posted in it.
August 12, 2011 at 11:11 am #118269Paul Wong-Gibbs
KeymasterThis should be the default behaviour.
August 12, 2011 at 11:11 am #118268In reply to: BuddyPress & Activity Stream Permalinks
Stigmartyr
Memberp.s. I noticed tonight that this issue is occuring with private groups in particular. If I make them public all the activity posts on the page vanish but new activity posts are working when clicking the ‘view’ link. When I change it back to private all the previous posts show up again but the View Thread / Permalink URL is broken again.
I found this ticket opened earlier this year for what sounds like the same kind of issue but it was closed. I can definitely reproduce it at will: http://lists.automattic.com/pipermail/buddypress-trac/2011-February/011774.html
August 11, 2011 at 10:35 pm #118233In reply to: BuddyPress 1.5 compatibility for plugins and themes
Tosh
ParticipantHi, I’m the creator of the CubePoints Buddypress Integration plugin. I updated my test site to WP 3.2.1 and BuddyPress 1.5 Beta 2.
I moved the admin menu to be under Cubepoints a few versions back so that still works. The items in the BuddyPress Admin menu are still there but when I go to the cubepoints pages on the front end (profile) I get “Page not found”.
This is what I have for the link
$cubepoint_link = ($bp->displayed_user->id ? $bp->displayed_user->domain : $bp->loggedin_user->domain) . $bp->cubepoint->slug . ‘/’;
Based on this I tried this…
$cubepoint_link = bp_get_root_domain() . ‘/’ . $bp->cubepoint->slug . ‘/’;
This is the result:
My Account > Points = http://test.mysite.net/members/xberserker/logs/
Which is correct URL wise but still shows “Page not found”
If I go to
My Account > Points > My Points (anything in the submenu) = http://test.mysite.net/logs/points/
What do I need to do? Here is my file so far. What I changed is line 131
Also on my site site I get redirected to my home page when I tried to navigate to the activity streams for myself or the global one. On how the forums work now. If a group is private/hidden are the forum topics only visible to those in the group?
August 10, 2011 at 4:34 am #118111In reply to: Profile rating system
embergermedia
Member@christophg Sorry for the delay in getting the registration/profile idea to you. Here is what I do:
I use S2member to keep my customers and brands separate. I then created a new profile group called “Company Profile”. I made this the last profile group. I then added the following code to the file:
members/single/profile/edit.php`
<?php if (S2MEMBER_CURRENT_USER_ACCESS_LEVELul.menu li:last-child{display:none;}
.company-profile{display:none;}`
The above code hides the profile group on the edit menu from users below level 2, my brand level. And it also hides the profile group edit fields from anyone below level two. In case the menu item shows for some reason. And, unfortunately, this will not hide the menu item from users in IE 8 and below. But it WILL hide the profile group from them.
I tried using jquery to affect last-child in IE. Although I can get the jq to work on a test page on IE, it won’t work on the menu item… not sure why.
Next, my brands all belong to a private group, and I use a group conditional script to show the brands profile info front and center on their profile page with custom styling. This allows the brand members only to have a slick looking page that is different from regular consumer pages.
`
`
Let me know if you need anything else. Or if something doesn’t make sense.
August 4, 2011 at 8:19 am #117638Monkeygregge
MemberHi !
I am really intersted in your subject, and to me disabling “Friends” in the Component Setup is not enough.
I am setting up an alumni website for my school, and we would like directly everybody to benefit from the “Friends” capabilities without the operation of asking everybody to be “Friends”…with all the time that takes, and with experience, we see lot of people don’t care and never answer to that request.
I tried disabling “Friends” but then the simplest function of “fullfilling a name in the private message thing” doesn’t work anymore…between other things…So, is it possible, is there any plugin for giving everybody all the accesses for talking, writing mass messaging, create events, etc…automatically, without asking anyone to be “Friend” ?
Thank you very very much for you help !
August 4, 2011 at 12:36 am #117611jeezyo
Memberdrwebsitein, did you ever find a solution to this? im looking to implement a similar feature, and need to pass in the username.
August 3, 2011 at 1:04 am #117452In reply to: BP Privacy
enderandrew
MemberJust use Buddypress Groups, and don’t put any content on the site outside of the private groups.
August 3, 2011 at 1:04 am #117451In reply to: BP Privacy
enderandrew
MemberJust use Buddypress Groups, and don’t put any content on the site outside of the private groups.
August 1, 2011 at 4:08 pm #117334Andrea Rennick
ParticipantOr, go back to using just bbpress and install a private messaging plugin if that’s all the extra you need?
https://wordpress.org/extend/plugins/private-messages-for-wordpress/
that’s just one i found.July 30, 2011 at 8:15 pm #117229melmo
MemberHi, I’m also keen to know the answer to this question – I want to run BuddyPress as a client portal for a small business, so clients can log in and create an account, then communicate with staff, but they can’t message each other (or see each other’s profiles, ideally).
July 29, 2011 at 3:05 am #117145In reply to: Link to Send Private Message is wrong
Zen Gonzaga
Membera href=&&>
remove the -&-.. and replace it with -“-
got problem with posting it. Sorry.July 29, 2011 at 3:02 am #117144In reply to: Link to Send Private Message is wrong
Zen Gonzaga
Memberooh i’m sorry about that.
a href=””>July 29, 2011 at 3:00 am #117143In reply to: Link to Send Private Message is wrong
Zen Gonzaga
MemberI found the link! YEAH

i put this on the page…
<a href="”>Please let me know if it helped you..
it took me days to figure this out.
Hope it will help me anyone.July 28, 2011 at 10:17 pm #117124In reply to: Disable Private Group Creation
IamAnother
MemberExcuse me, my mistake ! I meant “Hidden Groups”.
p.s. I’m using WP 3.2, BuddyPress 1.2.9 and Jukt Micronics 1.2. templateJuly 28, 2011 at 2:17 pm #117080In reply to: Profile rating system
embergermedia
MemberAs opposed to multiple reg forms using s2member levels, I have created a business profile group for my Brands (S2 level 2). I use the s2member levels and css to hide this profile group from “consumers” (S2 level 1) on the site.
I have then created a private group just for the brands, and created a condition loop in the member header that shows the info from the brand profile section if filled out and only if they belong to this private group.
If this idea appeals to you and you need details let me know.
Wish you luck with the new venture!!
-
AuthorSearch Results