Search Results for 'private'
-
AuthorSearch Results
-
September 6, 2018 at 3:42 pm #276171
ValleyJim
ParticipantThanks for the reply but I do not want a private network and that is not what I am trying to accomplish.
I really just want the area of the page that shows that section to only be visible to logged on users.
September 5, 2018 at 8:35 pm #276167Prashant Singh
ParticipantHi,
You can create a private BuddyPress network using this plugin https://wordpress.org/plugins/lh-private-buddypress/
Only logged-in members will be able to access the profiles, directories and all.
Thanks
August 21, 2018 at 7:12 pm #275820In reply to: are my requirements possible in buddypress?
shanebp
ModeratorIncluded in BP:
Registration
Creating and managing profiles
Create groups
Create group overview
Create private groupsThere are templates – you will need to customize them by hand and be a decent developer to add custom code.
August 21, 2018 at 8:03 am #275799In reply to: Incorrect Status and Hiding Forum from Amdmin
Prashant Singh
ParticipantHi,
Please try these steps:
1. go to forums > all forums
2. edit the forum of your choice
3. change the visibility to private.Thanks
August 10, 2018 at 6:28 pm #275636r-a-y
KeymasterDuplicate of https://buddypress.org/support/topic/private-message-button-not-working-right/
Closing to avoid forking the discussion.
August 10, 2018 at 1:02 pm #275630In reply to: Private Message Button Not Working Right?
keyadigital
ParticipantI’m having perhaps a related issue with messages. When I switch to the old theme the messages work fine. Here is my original post:
_______________________
Greetings!I just installed BP version 3.1.0 with WooCommerce StoreFront theme on WP 4.9.8 hosted on WPEngine.
When I go to a users profile and click private message, it takes me to the messages tab, but the compose fields do not show. The URL appears to have the proper query string with the users name. Example: compose?r=julesyoga
Could caching be preventing the page from loading perhaps?
Do you know any reason why the page isn’t loading in compose mode and the name isn’t being populated.
site: https://access.julesmitchell.com/
wp version: 4.9.8Thanks so much!
August 6, 2018 at 3:43 pm #275557davidhere
ParticipantHi folks, new BuddyPress user here. (Using BP 3.1.0, WP 4.9.8, site in development)
I’m looking to use BP for the following specific functionality:
1) Allow our members to post updates on their own profile (privately) for their own reference (diary style), which they will be able to review themselves later, over time.
2) It would be great if the admin user(s) could post comments on their diary entries too.First hurdle: I would like to know how to “hide” certain elements of BuddyPress. When I go to the Activity page for a test user, besides the activity entry box and feed, I see links to toggle between “All Users” and “Mentions”. Then there’s an RSS link, a “Search Activity” box (might keep that, sure), and a dropdown for ‘Everything’ and some other options.
My first question: How do I go about hiding / disabling the functionality I don’t want our members to see/use? Should I edit plugins/buddypress/bp-activity/bp-activity-template.php ? Is this a good idea? :-O
Second question: Changing references of “Activity” to, say, “Diary” — is this best done with a translate plugin (e.g. LocoTranslate)?
3rd question: How would I enable admins the ability to add comments within a member’s activity stream (e.g. respond to specific entries)? Does anyone have any ideas on that? Is there another plugin somewhere that enables such functionality, perhaps?
Thanks for advice/tips you can give!
David.July 13, 2018 at 7:46 pm #275210In reply to: Restrict messaging only to authors
ds123
Participant@billysgtr @venutius this is really cool news as i need the exact same feature (only authors can send private messages on buddypress) …..how do i go about getting the latest version? is it an official plugin now?
July 9, 2018 at 7:52 pm #275128In reply to: Users are asked for Activation
mrbosman
ParticipantExperiencing the same issue as well.
@vapvarun, possible to share the details of my site with you in private?July 9, 2018 at 7:20 pm #275127djsteveb
ParticipantUsing ‘good question’ or similar plugin,
‘graphic captcha’
‘ip geo block’
unfortunately spamshield had some meltdown with the wp.org people so it’s out, but similar functionality for logins and such is in ‘shield’you’ll never stop the manual spammers, if you could stop them, you would be stopping legit users..
on my multi-site I use a plugin that makes all new blogs/aka sites that are created automatically set as ‘search engines do not index’ in settings.. this helps too..
the bp plugin that limits the amount of private messages that can be sent is nice (BuddyPress Private Message Rate Limiter),
one one install I disallow user’s group creation ability – and ask them to send me a note about any new groups that should be made.
also enjoy “register ips” – so I can ban really bad cidrs..
June 25, 2018 at 6:12 pm #274732In reply to: Private Message Button Not Working Right?
RT77
Participantanyone? this is on buddypress profiles.. all plugins are deactivated so nothing is interfering as far as I know. When the “Private Message” Button is clicked it does not open the compose message with the user name in the title.. I think it might be a bug?
June 24, 2018 at 8:41 pm #274682Topic: bp_core_remove_nav_item not working
in forum How-to & Troubleshootingghosted
ParticipantBuddyPress :3.1
I really hope someone can help me with this. I’ve read a lot of support pages/articles from varying sources, nothing I put in bp-custom.php works for removing profile nav tabs/sub nav tabs.
I’ve already tried https://buddypress.org/support/topic/the-right-way-to-remove-nav-items/
Is it possible to make Activity and Forum profile tabs private?
which doesn’t seem to have any effect at all.the only thing i’ve found that kind does anything is:
function bp_remove_activity_from_profile() { bp_core_remove_nav_item('activity'); } add_action('bp_activity_setup_nav','bp_remove_activity_from_profile');but it’s not ideal since there are quite a few things i’d like to remove.
June 14, 2018 at 9:15 pm #274444In reply to: Alternate unique identifier instead of email?
gedev
ParticipantRay,
While this is a valid workaround, which we have tried. But its confusing for the end user and they sometimes fumble with the alias format and lose out account access, creates support overhead etc.The need described by kama is similar to facebook pages or YouTube channels – they are a social network with members having profiles but also multiple members can manage a page or a YouTube channel.
Typical use cases for VIP members who May want their assistants to operate and update certain sections of their accounts without giving away the credentials of their account. The VIP user could allow read/write permissions to certain sections of the profile. For e.g. my assistant can edit my profile, but not read my private message’s or change my subscription typeJune 11, 2018 at 10:42 am #274305In reply to: Private Messaging within Groups
Varun Dubey
Participant@optimized Private messaging is available at the individual level, you can use https://wordpress.org/plugins/mass-messaging-in-buddypress/ to send a message to all group members or extend the same
June 10, 2018 at 11:20 am #274272In reply to: Advice on BuddyPress + bbPress
Evil Overlord
ParticipantThanks. I looked at Auto Group Join, and am considering it. Registration Groups hasn’t been updated in a long time, so I’m a bit leery of that. I’ve also tried bbPress Private Groups, but I’m finding forum accessibility to be oddly inconsistent.
At the moment, I’m looking at:
1. Just BuddyPress – create lots of overlapping single-purpose groups.
2. Just bbPress & Private Groups – forget about the social aspect and just use structured fora.
3. Social media – give up and use a Google Group, Google+ community, or even [gulp] a Facebook group.June 6, 2018 at 10:20 pm #274160In reply to: Shortcode question [bp_profile_url]
ZaacWilliam
ParticipantThis is not working on browser but works on private ones
June 2, 2018 at 1:21 am #273942In reply to: Private Message Friends Only
david22c
ParticipantThe code above works to restrict private messages to to only friends, but the message the user gets if they try to message someone who is not a friend is:
“The message was not sent. Please try again later.”
Is there anyway to change this message to something like:
“Sorry, you can only message connections within your network”
stevenseagal
ParticipantCan I send the error log privately?
May 31, 2018 at 5:34 pm #273821In reply to: GravityForm, entries, groups and else
Jeff
ParticipantDid you ever find a solution to your first requirement?
– When a new user sign up via GF > create a private group(business) exclusively assigned to this new user (which will be a group admin)?
May 27, 2018 at 6:52 pm #273658Varun Dubey
Participant@onions2578 you can keep a private group and invite your friends only to join your group.
For a group-specific, you can create custom code which adds those members to a specific group when they will be added to your friend list, but it can not be a general scope.May 21, 2018 at 7:08 am #273253In reply to: Setting up Login page
Venutius
ModeratorHi Glenn,
(a) There are a number of plugins that allow you to customise the WordPress Login page. https://wordpress.org/plugins/custom-login/
(b) No I don’t think so, this is indicating that Incognito is redirecting login.php to another page.
(c) There’s a number of plugins that will allow you to put the login form into a widget for example, you could use one of these to put the login form on any page you like. https://wordpress.org/plugins/tags/login-widget/
2. Maybe you could try: https://wordpress.org/plugins/redirect-after-login/
3. There’s a number of BP privacy plugins, they tend to work in different ways so it’s really a case of checking out a few to see if they deliver what you need. I personally tend to use a modified version of BP Members Only. I modified it so that posts are not private.
May 16, 2018 at 11:22 am #273054jameshh93
ParticipantSorted using the code from :https://buddypress.org/support/topic/private-message-friends-only/
One question will the messages still be stored in the database even if the message isnt sent? I dont want these spammers filling up my database with junk..
🙂
May 12, 2018 at 9:38 pm #272960In reply to: Migrating from Ultimate Member 2 to Buddypress
Michael
ParticipantWordPress:
Version: 4.9.5
Language: en_US
Permalink Structure: /%postname%/
Active Theme: Tempera NoLink 0.6
Page On Front: Si Valetis, Valeo! (#62)
Page For Posts: Blog (#133)— Web Server Configurations —
PHP Version: 7.0.30
MySQL Version: 5.6.34
Web Server Info: Apache— PHP Configurations —
PHP Memory Limit: 256M
PHP Upload Max Size: 256M
PHP Post Max Size: 301M
PHP Upload Max Filesize: 256M
PHP Time Limit: 1000
PHP Max Input Vars: 1000
PHP Arg Separator: &
PHP Allow URL File Open: Yes— WordPress Active Plugins —
Akismet Anti-Spam: 4.0.3
Caldera Forms: 1.6.1.1
Category Posts Widget: 4.8.5
Category Sticky Post: 2.10.1
Cryout Serious Theme Settings: 0.5.9
Custom Login Page Templates: 1.0
Custom Sidebars: 3.1.4
Disable Emojis: 1.7
Download Monitor: 4.0.8
Google Analytics Dashboard for WP (GADWP): 5.3.3
GTranslate: 2.8.40
Jetpack by WordPress.com: 6.1
Plugins Garbage Collector: 0.10.3
Shortcodes Ultimate: 5.0.3
Simple:Press: 5.7.5.2
Simple Link Directory – Pro: 4.8.0
Team Members PRO: 4.1.1
The Events Calendar: 4.6.15
TinyMCE Advanced: 4.6.7
Ultimate Member: 2.0.13
Ultimate Member – Followers: 2.0.1
Ultimate Member – Friends: 2.0.1
Ultimate Member – Google reCAPTCHA: 2.0
Ultimate Member – Instagram: 2.0.1
Ultimate Member – MailChimp: 2.0.1
Ultimate Member – Notices: 2.0.1
Ultimate Member – Online Users: 2.0
Ultimate Member – Private Messages: 2.0.2
Ultimate Member – Profile Completeness: 2.0.1
Ultimate Member – Real-time Notifications: 2.0.1
Ultimate Member – Social Activity: 2.0.1
Ultimate Member – Social Login: 2.0.1
Ultimate Member – Terms & Conditions: 2.0
Ultimate Member – User Reviews: 2.0.3
Ultimate Member – User Tags: 2.0
Ultimate Member – Verified Users: 2.0.1
UM New Members widget: 1.0.7
UpdraftPlus – Backup/Restore: 2.14.8.1
VaultPress: 1.9.5
Wise Chat Pro: 1.9
WP-Optimize: 2.2.4
WP Responsive Recent Post Slider: 1.4.2
Yoast SEO Premium: 7.4.2May 11, 2018 at 11:31 am #272915In reply to: Members page leads to 404 (not for administrators)
gheebuttersnaps
ParticipantJust to let everybody know: I found the cause for my problem. I had to add the capability ‘view private pages’ to the role and now everything works as expected.
May 9, 2018 at 6:38 pm #272874In reply to: Discord Server Integration
mrditt
ParticipantI’m not crazy about the iframe solution, but I do believe it can allow invite to private server on discord, which would be useful, but I’m not sure. I’m going to play with it in staging and post back here on results.
-
AuthorSearch Results