Search Results for 'private'
-
AuthorSearch Results
-
April 22, 2015 at 10:32 pm #238234
In reply to: HIde BuddyPress and bbPress items from guests
caniwigirl
ParticipantDon’t know why but… It is working again. Perhaps it was the latest update?
Here is another version of the code that can go into the functions.php that I first stumbled on… and is the one I am currently using.
function bp_guest_redirect() { global $bp; if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) ) { // enter the slug or component conditional here if(!is_user_logged_in()) { // not logged in user wp_redirect( get_option('siteurl') . '/wp-login.php/' ); } // user will be redirect to any link to want } } add_filter('get_header','bp_guest_redirect',1);
Also, I have set my base category for forums to ‘Private’ so that people must be logged in to get access to the forums under that category, but it still allows me to make those forums ‘Public’. The reason? I don’t want members to have to wait for moderators to approve their request to join each of our discussion forums.
April 21, 2015 at 3:19 am #238140caniwigirl
ParticipantWith further testing I have resolved that HIDDEN FORUMS will show for Moderators and Keymasters (as per bbPress documentation).
HIDDEN GROUPS not showing for anyone (keymasters, moderators of group members) in BuddyPress under ‘All Groups’ or ‘My Groups’ tabs. Only Public and Private groups show. The count of groups indicates the appropriate numbers however…
April 18, 2015 at 12:37 am #237985In reply to: Private message sent to admin e-mail
casnbug
ParticipantSorry, but I think this is broken. Everytime a user sends a private message to another user an email is being sent to that user and the site admin containing a copy of the private message. Please check this.
April 15, 2015 at 7:36 am #237902In reply to: Chat plugin?
djsteveb
ParticipantSo what op is saying, is that basically taking the notifications from the top right and putting “inbox notifications” on the bottom right of the screen, and when hover / clicked would bring up latest messages, and instead of clicking those bring you to a new bp page, it could ajax load your private messages – and allow for image uploads.. would kind of do what you are talking about.. no fancy chat required.. kind of I guess?
I use quick chat on one site with a dedicated server, and only enable it to work on one page, not show up on every page of the site.. I use av-chat (from nusoft I think) on a busier site.. but with my sites I am not using them in the way the OP is asking about, a mini chat tab on each page.. I just use them as chat rooms on a single page.
Tried many other solutions, paid for many, most fail miserably starting around 20 users.
/random thoughts at 2am
April 14, 2015 at 1:22 pm #237865In reply to: Set user role on registration so can upload files
danbp
ParticipantBuddyPress doesn’t handle the Media Library.
BuddyPress doesn’t handle registration.It’s a bad practice to allow users to upload something to your site until they’re not fully registered. When a user register, WP considers this new account as pending. As long as the user hasn’t activate his account with the activation key, he can only visit the site.
As you installed BuddyPress, i suggest you use your site à la BuddyPress.
If you want your members be able to upload files, use BuddyDrive. Each user can upload files from within his profile page and can share them on different levels (public, private, friends only). And much better as the Media Library default behave, each document belong to his user. BuddyDrive attributes a folder to each user who upload a document.This is much simplier, well integrated and efficient in a members community as strugling with custom code (and potential errors and security issues).
April 8, 2015 at 3:51 pm #237490In reply to: Why is there no ajax on profile tabs?
mrgiblets
ParticipantHey @mcpeanut,
AWS Pro will do exactly what you are after out of the box, it returns you to exactly where you were on the page, but you might find that you want to disable that as it can be a bit confusing for people. If they click on a link for a blog post for example, it will load the new page but not from the top if that makes sense, so you see the blog post but you may already be halfway down the page and need to scroll back up to read it from the start. This can be fixed with the inbuilt “scroll-to-top” feature though, which is what I use but I’ve removed the hard coded jQuery animation that comes with it.
The messaging issue is that at the moment with AWS Pro activated, the dropdown list of members isn’t firing when you start typing somebody’s name in a private message. I notified the dev about it and he is fixing it for the next update though.
April 7, 2015 at 1:25 pm #237381In reply to: Chat plugin?
rosyteddy
ParticipantThere’s private messages built in, but this is rather old school. You can’t leave the conversation as you can on FB, you can’t upload files to the conversation etc. I am after something like Facebook chat/messaging system.
Personally I would like PM and chat to be separate. But then, things may change also – who can say – please submit issues with lots of real world example at https://buddypress.trac.wordpress.org/report
Some chat solutions worth looking may be https://wordpress.org/plugins/search.php?q=buddypress+chat
April 6, 2015 at 9:04 pm #237351In reply to: Chat plugin?
mariatrier
Participant@mcpeanut, exactly. There’s private messages built in, but this is rather old school. You can’t leave the conversation as you can on FB, you can’t upload files to the conversation etc. I am after something like Facebook chat/messaging system.
April 6, 2015 at 7:52 pm #237347In reply to: Chat plugin?
mcpeanut
ParticipantI don’t understand what you mean because buddypress has private messages built in as standard.
April 6, 2015 at 12:31 am #237317In reply to: Page Not Found Permalinks Issue
Alice Kaye
ParticipantIt has been quite an uphill battle for me with this, but I believe that I have finally found the offending plugin. Thank you @mrgiblets for your last suggestion. I began going through and turning off each of those plugins in your mini list, just to see if we got anywhere.
bbP private groups seems to be having a major conflict with my site, rendering those posts as 404’s. I’ve had it turned off since Thursday or Friday and so far, I haven’t had an issue arise since. I’ve turned back on Akismet and All in One SEO and so far, so good. I’m incredibly hopeful that I’ve found my solution.
April 2, 2015 at 8:54 am #237166danbp
ParticipantAdd this snippet to your child-theme functions.php or bp-custom.php
Nedds also a template overload of
/your-theme/content.php
as you should add an action or the function call near the (blog) post.function bpfr_pm_to_author() { $author = get_the_author(); echo '<a href="'.wp_nonce_url( bp_loggedin_user_domain() . bp_get_messages_slug() . '/compose/?r=' . get_the_author() ) .' title="Private Message"">Private Message</a>'; }
April 1, 2015 at 11:53 am #237097In reply to: Page Not Found Permalinks Issue
mrgiblets
ParticipantI think permalink settings are refreshed automatically when activating / deactivating any plug-in in WP.
Sometimes this doesn’t work properly and you have to do it manually, you’ve probably experienced that at some point?
I’d personally start by picking a dead time of night when there are unlikely to be any (or at least not many) users on the site and start by deactivating the following one by one :
Akismet All in One SEO Pack bbP private groups Contact Form 7 DP Pro Event Calendar Link Library
If I had to take a random shot in the dark guess on what is causing problems I’d put my money on Akismet & AIO SEO Pack. I very much doubt that these plug-ins are causing the issues by themselves, but one of the others is probably conflicting with them.
Disabling each of these in turn will at least give you a starting point to debug from if things start working again when they are deactivated.
March 31, 2015 at 6:55 pm #237075In reply to: [Resolved] How to remove "view" button from profil ?
nate22
ParticipantThanks… that’s interesting! I suspect the logged in user view is #private-personal-li or something so it will still be there when you’re editing your own profile, right?
March 30, 2015 at 11:08 pm #236984In reply to: Missing users and redirection issue on user profiles
project_subdomain
ParticipantOh no, feared that. Too bad. Unfortunately it seems the best for me to fall back on one of the plugins enabling private messaging between wordpress users due to serious issues after moving folders last times.
Thanks so much for your effort, danbp!
Is this going to be changed in future versions?
March 30, 2015 at 11:38 am #236922In reply to: Trouble Creating new groups
ChristophK2003
ParticipantHi.
I am also using wordpress 4.1.1 and buddypress 2.2.1 and for all pages, which I need to map via the settings page I am getting a blank page: Groups, Members, Register and Activate. I am using the default theme. It is a multi-site setup, however buddypress is only used on the main site (first blog) and also only there activated.
I did only minor styling via the themes css and the header.php.WP_Debug does not show any errors as well as the Apache log is empty.
It was working fine until i updated recently the connected bbpress for forum.
Besides that I am using following plugins:
bbP private groups
bbPress
bbPress Advanced Capabilities
BP Registration Options (DEACTIVATED CURRENTLY)
BuddyPress
BuddyPress Group Email Subscription
BuddyPress Like (DEACTIVATED CURRENTLY)
BuddyPress Multilingual
HookPress (DEACTIVATED CURRENTLY)
Nginx Helper (only on staging)
Page Builder by SiteOrigin (DEACTIVATED CURRENTLY)
Paid Memberships Pro
Paid Memberships Pro – bbPress Add On
Paid Memberships Pro – Register Helper Add On
Social LoginNetwork activated:
WordPress SEO
WPML Multilingual CMS
WPML String Translation
Events ManagerMy dev environment is XAMPP on Mac and on the staging is a linode cloud server with Ubuntu on Nginx (I think). Both have the same issues.
It’s not a live site yet, just demo, therefore some of the plugins might get activated if I am back on track.Tried it now to get it run for about 15 hours:
– I also deactivated all plugins except buddypress and still did not get any of those sites working.
– Actiavated / Deactivated the plugins
– Used the repair tools
– looked into all my codes and fixed file endings such as empty space after ?> in php files
– Reassigned all sites
– Researched a lot in million of forumsAny hint, idea, glimps or full stack solution is highly appreciated.
Thanks, Chris
March 30, 2015 at 11:26 am #236919In reply to: Does buddypress support markdown?
Henry Wright
ModeratorHi @itkid
Does buddypress support markdown?
Not currently. A markdown plugin would be great for BuddyPress activity posts and comments, private messages and so on, but to my knowledge there isn’t one available right now.
March 30, 2015 at 1:43 am #236911In reply to: CPT per each BP-User
Pietro
ParticipantThank You dandp …
…
Mmm … it doesn’t seems to be enough … I do not really need custom fields into the bp-profiles … I need to connect to any bp-user a PRIVATE Custom Post Type. Something like a post. But personal, which nobody can see, except administrators for instance, or people who is allowed by the user itself …
… I hope it is more clear …
I will keep thinking about this. Hopefully I will find a way.Thank You.
PietroMarch 28, 2015 at 6:59 pm #236821In reply to: Closed community
bp-help
Participant@willmaginn
If you don’t like plugins then you will have to write code and place in bp-custom.php preferably which really isn’t much different than having a plugin installed because you will still have to use hooks just like a plugin does, or in your themes functions.php which really isn’t much different or you could edit templates which would be even more tedious. I suggest you reconsider your position on the plugins because it is the simplest method for a closed community. I developed two plugins myself that tackles this issue though they are premium plugins one is Private BP Pages and the other is Private Community For BP. I think there are other plugins on the repo that also provide a closed community but I haven’t tested any of them because my own plugins performs the way I need it too. Good luck!March 28, 2015 at 5:33 pm #236820In reply to: Help for BuddyPress Site to Change the World
rosyteddy
ParticipantSince this thread contains a good amount of discussion, I will humbly beg to share some point of views
“”At one time, WordPress Joomla Drupal and other such software defined the standards for blogging or cms – they were open in all aspects and no product of a private, closed, biggie company equaled their efficacy and reach. They lead and biggies followed. But in the last 5 or 7 (or ?10) years no such software has come up. Unfortunate but true. Its now a world where facebook and the like are ……. Will there be another WordPress or Drupal or Joomla? Time will tell. But probably no. Sad but true. NO!””
“Stallman was one of the first to grasp that, if commercial entities were going to own the methods and technologies that controlled computers, then computer users would inevitably become beholden to those entities. This has come to pass, and in spades. Most computer users have become dependent on proprietary code provided by companies like Apple, Facebook, and Google, the use of which comes with conditions we may not condone or even know about, and can’t control; we have forfeited the freedom to adapt such code according to our needs, preferences, and personal ethics.” http://www.newyorker.com/business/currency/the-gnu-manifesto-turns-thirty
Wishing you all the best @planetearthlings
March 22, 2015 at 7:55 pm #236400In reply to: Private message sent to admin e-mail
vildvittra
ParticipantOk, thank you, but I don’t understand how the user can do it wrong. I don’t see any different options for sending a private message. There is just “Send”, how can it go wrong?
March 22, 2015 at 7:43 pm #236396In reply to: Private message sent to admin e-mail
danbp
ParticipantAny ideas on what may have caused this ?
That question was answered here.
It’s the user who did it wrong, so guess there is no technical solution.
The “from” wordpress@mysite.com is a default address which redirect to site admin address (the one you indicate when you setup WP).
This can (and should be) changed, as its a common trick used by spammers. Read here how to do this.
March 21, 2015 at 8:42 pm #236354Mickey
ParticipantStatus of groups is all public, in fact i have no private groups at all, public (2) private (0) Hidden (0) when I go to groups menu.
These are my active plugins:
Adminimize
AG Custom Admin
Agreeable
Better Search Replace
BP Login Redirect
BP Profile Search
Buddypress – Who clicked at my Profile?
BuddyPress Cover Photo
BuddyPress Members only
BuddyPress Real Names
Custom Login URL
Email Login
K Elements
MAYO – Login Screen
Revolution Slider
rtMedia for WordPress, BuddyPress and bbPress
TM Replace Howdy
WPBakery Visual Composer
WPi Custom Logout
Go Daddy Quick SetupMarch 21, 2015 at 8:23 pm #236353danbp
ParticipantIf you have to invite users to join a group, this group i not public, but private or hidden.
So again, which plugins are you using ? And if you could provide an url it would be easier to answer/help you.
March 21, 2015 at 6:44 pm #236336Mickey
Participantsomehow I wrote set to private I just noticed, they are all set to Public viewing.
March 21, 2015 at 6:33 pm #236330danbp
ParticipantIt’s unclear: do you have public or private groups ?
– Groups set for public viewing not showing up.
– There are groups on the site which are set for private viewing.Privacy settings are different for these types of groups.
-
AuthorSearch Results