Search Results for 'private'
-
AuthorSearch Results
-
October 5, 2009 at 5:08 pm #53880
In reply to: Private Message Spam and Abuse
Paul Wong-GibbsKeymasterI’m not aware of any captcha plugins for this, but it’s a good idea. I haven’t time to look into the code atm.
October 5, 2009 at 1:21 pm #53863In reply to: Fighting Splogs
Ted MannParticipantIs there any way to enable captcha or something similar on BP private messaging?
That’s where I’m seeing more and more abuse lately. Somehow sploggers register with my site, then PM all the users with kiddie port links. It’s really bad.
I don’t quite have a handle on how they’re doing this. There must be some sort of evil script that goes through the member directory and messages member after member. Have other people seen this, and, if so, any suggestions on how to combat it?
October 5, 2009 at 1:41 am #53828In reply to: BuddyPress Privacy Component: An Update
Jeff SayreParticipantJust a quick update. I’ve been waiting for BP v1.1 to come out so that I could tweak the Privacy Component code were needed. I plan on sending Andy my component next week. After the two of us have had some time to kick it around, I will release it for private alpha. That should be soon!
October 3, 2009 at 5:15 pm #53702In reply to: BuddyPress v 1.1
Jeff SayreParticipantLet’s please keep this discussion to the public forums and not in private messaging. You will get better results with multiple people looking at this thread.
Okay, one more time, please answer these questions.
October 3, 2009 at 4:28 pm #53695In reply to: Private Groups and Forum
ToreParticipant@ Erich:
Just mind reading Andy.. but I’m guessing you have to be logged in as well as a member to see the latest “hidden” topics.
October 3, 2009 at 1:46 pm #53685In reply to: Private Groups and Forum
abcde666Participant“Private and hidden forum posts do not show up in the forums directory regardless of your logged in state. This will probably change in the future but there was not enough time for 1.1.”
why do you want to change this in the future ? I do not see a logic in making Private and Hidden Forum-posts showing-up in publicly visible “Forum Topic Directory”.
If it does, then “Private-Groups” are not private anymore……
October 3, 2009 at 12:14 am #53655In reply to: Private Groups and Forum
Andy PeatlingKeymasterPrivate and hidden forum posts do not show up in the forums directory regardless of your logged in state. This will probably change in the future but there was not enough time for 1.1.
There is a bug that will not allow you to post on private and hidden group forums in 1.1, this is fixed in trunk and will be in 1.1.1 which will be out soon.
October 3, 2009 at 12:01 am #53652In reply to: Private Groups and Forum
r-a-yKeymasterErich, I’m guessing that private and hidden topics will be shown to the logged-in user if they have permission to view them, otherwise just public topics will be shown.
October 2, 2009 at 10:44 pm #53644In reply to: Private Groups and Forum
abcde666Participantprobably I do not understand this discussion, but I would think that “private” and “hidden” Forum-topics shoud NOT show-up within the public “Forum Topic Directory” !
Please clarify.
October 2, 2009 at 9:39 pm #53640In reply to: Only Public Groups have forums?
TrekkiemelissaParticipantOctober 2, 2009 at 8:38 pm #53635In reply to: bp contents compatible with 1.1?
Jeff SayreParticipantThe current version of bp-contents is not compatible with BuddyPress v1.1. I know that Burt was making some significant improvements to his plugin, waiting for v1.1 to come out before he released it.
I would suggest that you contact him via BuddyPress private messaging and see what he says about a timeline.
October 2, 2009 at 12:22 pm #53578In reply to: Private Groups and Forum
madlokiParticipant@djpaul: I know, I know…sorry I would start my page with an invisible group for beta testers this week, and exactly this feature doesnt work ^^
October 2, 2009 at 12:08 pm #53577In reply to: Private Groups and Forum
David LewisParticipantYa. I’m amazed you guys are even still on the forum. LOL. You should be out celebrating and/or taking a week off.
October 2, 2009 at 11:03 am #53568In reply to: Private Groups and Forum
Paul Wong-GibbsKeymastermadloki, he’s just released a major new version of BuddyPress 2/3 days ago. Any further release – unless there’s a genuine critical bug found, and this isn’t one – I expect will be quite a few weeks at the very least.
Obviously a trunk code fix will happen as soon as Andy or someone else contributes a fix.
October 2, 2009 at 8:06 am #53535In reply to: Private Groups and Forum
madlokiParticipantPosted this under ticket https://trac.buddypress.org/ticket/1149
Thanks andy, is there any timeline for the bug?
October 2, 2009 at 6:27 am #53522In reply to: Private Groups and Forum
TrekkiemelissaParticipantThank you.
That does not bother me if it does not show up on the directory. If there is a way, if you have the right permissions, it would show up in the directory, but it is not necessary.
October 2, 2009 at 6:15 am #53521In reply to: Private Groups and Forum
Andy PeatlingKeymasterI will debug this. Only forum posts on public groups will show on the directory.
October 2, 2009 at 5:41 am #53517In reply to: Private Groups and Forum
madlokiParticipantSame problem, can not create new topics ( Or, he creates the topics but listen only when the group has right 1, private and invisible doesn´t show the topic in the forum directory. Please fix this fast! Many thanks
October 2, 2009 at 3:56 am #53510In reply to: How to requirie log in to access everything
allenweissParticipantThanks..I’ll try this (and hope it works in BP 1.1. Without being able to protect the site, as much as I like BuddyPress, its essentially worthless for use in private communities…I sure hope someone comes up with plugin for 1.1.
October 1, 2009 at 8:02 pm #53455In reply to: How to requirie log in to access everything
chewbakerParticipantHey, I have been having the same problem! I found a partial solution to this in a previous post, but it only makes certain specified ‘slugs’ private, and not the entire site. Is there anyway we can modify this code to make it privatize the whole site?
the code is located in bp-custom.php in the mu-plugins folder.
//this makes directories private
function oci_restrict_access(){
global $bp, $bp_unfiltered_uri;
if (!is_user_logged_in() &&
(BP_MEMBERS_SLUG == $bp_unfiltered_uri[0] ||
BP_FORUMS_SLUG == $bp->current_component ||
BP_GROUPS_SLUG == $bp->current_component ||
BP_HOME_BLOG_SLUG == $bp->current_component)){
bp_core_redirect( get_option('home') . "/wp-login.php" );
}
}
add_action( 'wp', 'oci_restrict_access', 3 );any help would be great!
September 30, 2009 at 10:13 pm #53349In reply to: How can I get \"Forums\" to show up in header nav?
DouglasjnParticipantI am also getting “There was an error when creating the topic” however the topics are being written to the database fine. This only seems to be happening when a group is set to ‘private’ or ‘hidden’.
When the group setting is changed to ‘public’, all of the posts in the database for that group appear and the error is not shown when making new posts.
If the group is public then the forum posts show up in the Forums Directory, if they are private or hidden they do not – which is expected – however the tags for hidden or private posts show up in the ‘forum topic tags list’ – not to serious though.
September 28, 2009 at 6:02 pm #53197In reply to: site wide members page has bugged out
Jeff SayreParticipantAs this thread was three weeks old before you posted today, and it was already marked as resolved, please start a new thread. Most people who provide assistance will simply ignore threads marked as resolved, preferring to spend time on threads where help is still required.
Also, Matt may or may not see that his 3-week old thread has new activity. So, if you want an answer from him as well, your best bet will be to contact him via private messaging.
September 21, 2009 at 12:39 pm #52831In reply to: BuddyPress Privacy Component: An Update
Jeff SayreParticipantHaha!
Well, yes and no. It will keep your thoughts private and out of the reach from regular, lowly humans, but it’s already too late to prevent alien interference. All humans have already been tagged by the aliens. They know where we are, what we’re doing, and what we’re thinking at all times. So take off that silly tinfoil hat, John.
September 21, 2009 at 12:09 pm #52829In reply to: BuddyPress Privacy Component: An Update
John James JacobyKeymasterI think what we all really want to know is…
Will this plugin keep my thoughts private and protect them from the aliens?
September 21, 2009 at 12:22 am #52808In reply to: Is this the way Forums are supposed to work?
John James JacobyKeymasterIf the group forum is an “open forum” meaning it is not hidden or private, then you will automatically join the group when you post a reply or create a topic in it.
-
AuthorSearch Results