Search Results for 'private'
-
AuthorSearch Results
-
July 26, 2014 at 7:50 pm #185617
In reply to: Buddypress broken since 2.0
dede924
ParticipantOk, I installed wordpress on a free service, so you can see the problem for yourself. When someone leaves a comment, it is not displayed in the stream activities, and activities of custom posts types are not displayed even embedded in the file bp-custom.php in the plugins folder code. As nobody seems to have this problem, it may be me doing something wrong. I can give you administrator credentials in private message if you want.
WEBSITE: http://exovideo.olympe.in/
July 26, 2014 at 2:37 pm #185606In reply to: No Registration and Activation Page
Pietro
ParticipantYes. Hi once again! ^_^
… Ok … Thank You …About point 1, I am trying UserPro …
I will see how it works, then I will decide …About point 2 …
Ohhh … well … yes … it seems to be a serious deal … … …I HAVE TO STUDY THAT …
I just had a first look … and I have to understand that …
If I need to make available PER EACH member, some PRIVATE CONTENT … What should I edit then ??? Not the page.php, because it would change all pages, right … If I need to customize JUST the “Single Member Pages”, then I could edit:
/buddypress/members/single/index.php β If this template file is used in your theme, all member pages will use this template. BP will look to use this if the other four templates mentioned above are not foundMmm …
I am not really sure I understood …
If I add there [my shortcode], it will be seen only in the member page, correct … ???Would it be something like a PRIVATE PORTAL ???
Sorry for giving so many questions!
PietroJuly 21, 2014 at 3:48 pm #185359In reply to: [Resolved] Remove RSS Feeds
onesheep
ParticipantSo just to follow up on this. The site needs to be totally private, especially the discussions that happen using BuddyPress – nothing should be available outside of a login.
RSS is publicly exposed and therefore breaks this, all you need to do is know the simple url …/feed and you get access to everything, bot or human. That is quite a security flaw for private conversations.
So this plugin turns that off and gives anyone not logged in a 404 or any redirect you want.
July 19, 2014 at 2:33 am #185279foresme
ParticipantHello! I’m using the Membership plugin by WPMU.
Will the private bp pages plugin hide member activity from Google listings?
Thank you π
July 19, 2014 at 1:41 am #185275bp-help
Participant@foresme
What membership plugin are you using? Have you tried:
https://wordpress.org/plugins/private-bp-pages/
Full disclosure I am the plugin author.July 19, 2014 at 1:25 am #185274foresme
ParticipantThank you for your suggestions! You’re a star. I have a membership plugin which prevents non-members from being able to view member profiles or activity streams.
The issue however, is Google. Google is still displaying info from activity streams and profiles as excerpts in the google listings, e.g. https://www.google.co.nz/?gws_rd=cr&ei=WpTDU7bLKYqWkwWk8oEQ#q=reauthoring+anton+keijzer (although the page is protected as private).
Is there a way to prevent google from listing this content?
July 17, 2014 at 8:31 am #185199notpoppy
ParticipantI also have this problem running WordPress 3.9.1, BuddyPress 2.0.1 and BBPress 2.5.4. It’s only been the case since I moved over to BBPress for forums.
I’m happy to help anyone who’s trying to fix this apparent bug.
These other threads appear to be relevant:
https://buddypress.org/support/topic/private-group-topics-appearing-in-activity-stream-help/ (@kraigg)
https://buddypress.org/support/topic/bugs-between-bbpress-and-buddypress/ (@jboye, @johnjamesjacoby)July 13, 2014 at 5:49 pm #185058In reply to: [Resolved] Pages not formatting correctly,
Jarith
ParticipantHmmm, I plugged in the code you suggested and it didn’t seem to remove the ‘private’ prefix. Adding in the code Konstantin suggested only brought back my original issue.
Is there some place specific in the function.php I am supposed to be adding either of these? Or is it another function.php file other than the one in my theme?
Thanks for all the help.
July 13, 2014 at 5:04 pm #185053In reply to: [Resolved] Pages not formatting correctly,
@mercime
Participant@jarith Marking this topic as resolved.
As to removing the “Private” and “Protected” prefices, you could try adding bbPress forum conditional to your function or to the one Konstantin (first comment in that post) posted
e.g.if ( class_exists('bbPress') ) { if ( is_bbpress() ) { // do this } }Undoubtedly, you’ll get additional support at the bbPress forums π
July 13, 2014 at 3:34 pm #185048In reply to: [Resolved] Pages not formatting correctly,
Jarith
ParticipantThank you! You reminded me of some code that I had inserted into functions.php to try to hide the ‘private’ prefix that would show up on forums that were marked that way. I had found the code below on another forum.
Now I just have to figure out a way to still hide the prefix and not repeat this again.
function the_title_trim($title) {
$title = attribute_escape($title);
$findthese = array(
‘#Protected:#’,
‘#Private:#’
);
$replacewith = array(
”, // What to replace “Protected:” with
” // What to replace “Private:” with
);
$title = preg_replace($findthese, $replacewith, $title);
return $title;
}July 12, 2014 at 8:31 am #184999In reply to: User types for a business directory
@mercime
Participantbut I do not want βnon-businessβ user types to be able to join the business groups
@farmer121 you can make the business groups either “private” or “hidden”July 6, 2014 at 7:24 am #184832Stephen Edgar
ModeratorOk, we’re closer, looks like the correct bbPress forum ID is correctly associated with the BuddyPress Group π
It looks like the slug/permalink is broken π
Before looking at a fix, a clarification if I could
Here is my bbPress Forums Hierarchy Structure Layout
BuddyPress Forums Category (Top Level Category)
β BuddyPress Public Group Forum (Forum)
β BuddyPress Hidden Group Forum (Forum)
β BuddyPress Private Group Forum (Forum)In bbPress Settings (Settings -> bbPress) (/wp-admin/options-general.php?page=bbpress)
“BuddyPress Integration” -> “Group Forums Parent” is set as “BuddyPress Forums Category”My bbPress settings for forum slugs are:
– Forum Root Slug ->forums
– Forum Prefix -> Check/Tick
– Single Forum Slugs -> Forum ->forumSo my URL’s are build with the “forum root slug” then the “forum single slug” then “BuddyPress Forums Category” and lastly the actual forum “BuddyPress Public Group Forum” which results in:
/forums/forum/buddypress-forums-category/buddypress-public-group-forum/Now onto your URL’s:
Yours with bbPress forum ID 127650
/forums/forum/forums-2/f1/correct-group-name/Yours with bbPress forum ID 127628
/forums/forum/forums-2/name-of-another-group/These infer the following:
forums-2
β f1
β β correct-group-name
β name of another groupWith your settings:
“BuddyPress Integration” -> “Group Forums Parent” is set as “forums-2”
– Forum Root Slug ->forums
– Forum Prefix -> Check/Tick
– Single Forum Slugs -> Forum ->forumAs long as the quote/code formatting displays as expected is this what your bbPress forums layout hierarchy looks like?
EDIT: Tweaked the formatting above and just trying to digest where the
forums-2comes from and why it is there, thef1no doubt is part of the incorrect forum slug that we can get to with the fix, I’ve got to go dig through some source code of bbPress & BuddyPress to workout where things are broken and how to fix it.July 1, 2014 at 11:01 am #184625In reply to: [Resolved] Remove RSS Feeds
onesheep
ParticipantSo this plugin seems to do the trick.
https://wordpress.org/plugins/private-community-for-bp-lite/
June 29, 2014 at 10:38 am #184544In reply to: Buddypress members/group map/locations
jayce103
ParticipantI have seen this in action already on another site, I am just not sure whether it is a buddypress site or even a wordpress thing.
All the evidence looks like it is as it has activity/groups, etc but it is a privately built website so not sure.
http://www.rvillage.com is the site and the accounts are free if anyone as 5 mins to go and have a look at the explore page on the site. This is the page that has the functionality
Jayce
June 20, 2014 at 11:54 pm #184276liceocr
ParticipantI’m not having a registration page
how to create a registration page
Note: This is a private group, to belong to him, you must register on the site and request membership.June 20, 2014 at 5:48 pm #184264In reply to: Help with user profiles
bp-help
Participant@hragupathi
Do you mean keep profiles private from logged out visitors or do you mean keep profiles private for logged in users? Please clarify a little better as to what your trying to achieve.June 17, 2014 at 8:19 am #184142In reply to: Remove /members/ pages?
Henry Wright
ModeratorYou’ll need
/members/username/messages/in order for private messages to work. You could disable the rest such as/members/username/settings/using a redirect function hooked to template_redirectJune 16, 2014 at 3:01 am #184102In reply to: Front End Profile Editing
paton400
ParticipantNo, I need to grant the user role permission to ‘edit users’. But by granting that, I’m granting them access too much access.
I want only want them to be able to change the information in other users profile fields. I don’t want them to be able to read private messages.
Is this a question for Buddypress, WordPress or my user role permissions plugin?
June 15, 2014 at 11:18 am #184080In reply to: Front End Profile Editing
Henry Wright
ModeratorHi @paton400
This works great, but it also allows these user roles to read through other users private messages, change avatars, settings etc
If this applies to non-admin users such as contributors or subscribers, then this is a mighty big flaw. If that is happening due to the plugin then I’d expect the plugin author will want to know about it. Try raising the issue with them as a bug report or mentioning it in their support forum.
June 12, 2014 at 7:44 am #183934In reply to: I want to use BP BUT is there a plugin for this use?
jjjaay9
Participanti found some plugins that MAY do this: answer/questions
However, if I used these plugins, how easy do they integrate with buddypress?
Can I customize to show these pages, and for users to have a default link to ‘create a question’ ?I mean, if they have ‘create post’ like a normal wordpress blog, then buying/using a question/answer plugin is kinda useless as most wont be able to find the link to it – and will automatically create a post instead.
Also, how would i know if it looks good or this plugin will integrate with BP?For example, would it show up as a sidebar saying recent questions like recent posts etc?
Otherwise if it doesn’t integrate with BP then there’s no point using BP if it has a question and answer section that acts normally as wordpress anyway.
If so, what are teh benefits of using BP AND a question/answer plugin?
one eg i think of is, users can private message eachotehr when someone posts a questionThanks
May 31, 2014 at 7:53 pm #183521In reply to: import pm from phpbb
DennisBarkerCV
ParticipantThere is a plugin in the wordpress plugin directory to handle phpbb to bbpress migration,although no mention is made about private messages.
https://wordpress.org/plugins/cms2cms-phpbb-to-bbpress-forum-converter/
It looks like it is in active development so you might want to suggest the features you are looking for to the plugin author if it doesn’t already cover your needs.
May 28, 2014 at 1:26 pm #183401In reply to: Hyperlink HTML Appears on BP Member Page
devonc01
ParticipantIn reply to my above situation, I went to the WordPress Codex page which lists all the hooks available to developers. On this page, you can see a listing of things used as the first parameters for the
add_filter('hook','your functions to run on that hook')method.There was an example listed in that Codex that referenced exactly what I was trying to accomplish, namely, removing ‘Private: ‘ from private forum titles.
Below is the code that I am using now, it strips ‘Private:’ as well as leaving my profile page without any of the wierd markup that the previous code was using (note the previous code was from a post in ’09, so things likely changed since then):
/* Removing private prefix from post titles */ function spi_remove_private_protected_from_titles( $format ) { return '%s'; } add_filter( 'private_title_format', 'spi_remove_private_protected_from_titles' );May 28, 2014 at 1:16 pm #183400In reply to: Hyperlink HTML Appears on BP Member Page
devonc01
ParticipantI resolved this issue, but another remains:
Yesterday, I was getting frustrated with the bbPress (a forum plugin for WordPress), because when I’d have a private forum, instead of it just being an attribute, it prepended ‘Private: ‘ before every forum.
In my attempt to resolve this issue, I found a similar thing to what JSHelp referenced in this Stack Overflow Post: a code that would be located in the theme’s (my theme was Twenty-Fourteen) functions.php file.
My attempt to resolve THAT issue, led to THIS issue (where we have HTML code being converted to non-code text on the buddyPress profile page).
On removing the code from function.php, the issue fixed itself.
However, I am unsure why these two interact in the way that they do, below is the code I added and later commented out:
function the_title_trim($title) { // Might aswell make use of this function to escape attributes $title = attribute_escape($title); // What to find in the title $findthese = array( '#Protected:#', // # is just the delimeter '#Private:#' ); // What to replace it with $replacewith = array( '', // What to replace protected with '' // What to replace private with ); // Items replace by array key $title = preg_replace($findthese, $replacewith, $title); return $title; } add_filter('the_title', 'the_title_trim');May 18, 2014 at 2:52 pm #183082soran7
ParticipantI also have the same problem.
Occurs in hidden group and private group.I also hope to resolve this problem.
May 17, 2014 at 12:01 pm #183050In reply to: Issues with BP Multisite Enable
moonhopper
Participantduh! private messaging was turned off in Buddypress options in the newly separated blogs. That solved 1/ …. Still looking for 2/
-
AuthorSearch Results