Search Results for 'questions'
-
AuthorSearch Results
-
November 9, 2018 at 10:02 am #281159
In reply to: Allow Admin to Edit Users in Multisite
neilscott
ParticipantAccording to this link, it seems like this is part of WordPress core. Surely there must be some way to enable user management by admin without making them a super admin.
November 4, 2018 at 12:41 pm #279949In reply to: Turn off admin notification for each subscription
Prashant Singh
ParticipantHi,
Please check this link: https://wordpress.stackexchange.com/questions/90311/turn-off-admin-emails-for-new-user-registrations
You can paste the code in your child theme’s functions.php or can use code snippets plugin.
Thanks
November 3, 2018 at 7:19 pm #279799In reply to: Newbie question
Bit Boy
ParticipantHi,
BuddyPress works on top of WordPress to add community/social features. The integration is almost seamless.Now to answer your questions:-
1. will my members have to login a second time to use BuddyPress?
Is the login required by WordPress account? if yes, They will not need to login again.2. Will that they then have two accounts to deal with?
No, It is only one account.Give it a try, BuddyPress should be simple enough to use.
Best Regards
BOctober 30, 2018 at 2:24 pm #279690In reply to: Change order of Group tabs
Prashant Singh
ParticipantOctober 19, 2018 at 12:53 pm #279173Prashant Singh
ParticipantHi,
It’s because that is not a normal text area. it’s TinyMCE editor and we have to do something else there https://wordpress.stackexchange.com/questions/166077/keyup-events-in-tinymce-editor-not-working
Thanks
October 10, 2018 at 6:47 pm #278452In reply to: Can Buddypress build a community like this one?
Prashant Singh
ParticipantIn particular,I’d like to distinguish between organizations and individuals.
The organizations apply to build communities, and organizations can post blogs in established communities to answer questions, free and paid features.
The data discussed by members can be saved and can be provided to scientific institutions for analysis.
Hi,
BuddyPress have member type features that you can use to distinguish between members. Please check this plugin https://buddydev.com/plugins/buddypress-member-types-pro/ and then can restrict group creation and blogs by member type organization.
Also use this plugin https://wordpress.org/plugins/bbpress/ for forum creation where members can come and reply on topics.
The topics and replies and activity post in buddypress are stored in the database.
Please check all of them and then can choose a BuddyPress based theme https://colorlib.com/wp/best-buddypress-wordpress-themes/ and it will have most of things inbuilt.
Thanks
October 9, 2018 at 7:45 am #278358In reply to: Links in members-loop for Profile Field
israel4lincelot
ParticipantHi Prashant, I should have maybe started with listing following information:
1. Which version of WordPress are you running?
WordPress 4.9.82. Did you install WordPress as a directory or subdomain install?
Subdomain4. Did you upgrade from a previous version of WordPress? If so, from which version?
I installed the latest.5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
Yes6. Which version of BP are you running?
Latest Version 3.2.07. Did you upgraded from a previous version of BP? If so, from which version?
No8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
BuddyDrive, Custom Profile Filters for BuddyPress, Gravity Forms, K Elements, Really Simple SSL, rtMedia for WordPress, BuddyPress and bbPress, Slider Revolution, What The File,
WPBakery Page Builder9. Are you using the standard WordPress theme or customized theme?
Customized.10. Which theme do you use ?
Kleo Theme from seventhqueen11. Have you modified the core files in any way?
Yes I have, but always in the child-theme.12. Do you have any custom functions in bp-custom.php?
Yes
<?php
// hacks and mods will go here
define( 'BP_DEFAULT_COMPONENT', 'profile' );?>
15. Which company provides your hosting?
CompbellSo to answer your other questions, I added a new Profile Field with checkboxes. Indeed you have to select it and that’s why I can’t just wrap it in an anchor tag because I need the fields to be clickable separately.
In Profile fields the Expertises are individually links. In my Members page all the Expertises ar put in a Paragraph. But I’d like them to be individual links such as in Profile page.
See Screencast here: https://screencast-o-matic.com/watch/cF6QiCYqw6
Thx!
October 9, 2018 at 3:35 am #278348Anonymous User 16484011
InactiveSorry Prashant for silly questions !
But where can I past this code ? Which file and before or after which line.
I am new bee for buddy press !
Regards
October 6, 2018 at 11:21 am #277647In reply to: DIrect messaging problem
Prashant Singh
ParticipantPlease check: https://wordpress.stackexchange.com/questions/23401/how-to-apply-a-patch
WordPress have a good explanation as well https://make.wordpress.org/core/handbook/tutorials/working-with-patches/
October 6, 2018 at 10:29 am #277644In reply to: Malfunctioning private message
Prashant Singh
ParticipantPlease check: https://wordpress.stackexchange.com/questions/23401/how-to-apply-a-patch
WordPress have a good explanation as well https://make.wordpress.org/core/handbook/tutorials/working-with-patches/
September 24, 2018 at 1:40 pm #276693In reply to: Hide specific user profile tabs
heikesworld
ParticipantHello Prashant Singh,
Thank you for answering again one of my questions!
The plugin is not what I am looking for. I seem to not have explained myself well.
So I try again:
My site is already restricted to only be visible to members. However I want these sub tabs which are located on each members profile to be visible ONLY to the respective member:
Tab “Activity” – Sub tabs: “Favorites, Friends and Groups”
Tab “Forums” – Sub tab: “Favorites”
So when I go to another members profile I don’t see these sub tabs only on my own profile.
Thank you.September 18, 2018 at 8:10 am #276537In reply to: Auto post from reddit
Prashant Singh
ParticipantI already have an idea there like you can see this https://stackoverflow.com/questions/6183318/getting-new-posts-from-a-subreddit-in-json
So you can check all these things and can ask someone to do it for you as well as can submit a request in BuddyPress also.
Thanks
September 17, 2018 at 7:16 pm #276500In reply to: Adding rel=nofollow to buddypress’ admin bar items
Prashant Singh
ParticipantWhy you didn’t tried it with jquery ? In this way you will not need to edit any plugin also.
You can try something like this : https://stackoverflow.com/questions/25306815/jquery-add-attribute-to-anchor-tag-in-specific-div-tag-with-id-pattern-content-c
Just have to use your classes of login and register links.
Thanks
September 17, 2018 at 6:02 pm #276479In reply to: Adding rel=nofollow to buddypress’ admin bar items
Prashant Singh
ParticipantHi,
Please check this thread: https://wordpress.stackexchange.com/questions/223764/change-to-nofollow-tag-in-wp-login-php/223782
Thanks
September 7, 2018 at 10:27 pm #276211In reply to: Remove Profile Tabs Dropdown Menu
shanebp
ModeratorThe Media tab is always visible if you are logged out.
The change needs to be made in your theme.
You should ask the theme authors how to make that change for logged in users – especially since it is a premium theme.
Questions about premium theme are outside the scope of these forums.September 5, 2018 at 7:18 am #276140In reply to: Creating a profile field that only admin can edit
Prashant Singh
ParticipantHi,
Please check this link https://stackoverflow.com/questions/6141502/wordpress-create-a-new-usermeta-field-for-users to know how to create user meta fields.
Thanks
August 27, 2018 at 1:30 pm #275946In reply to: See only a kind of users
Prashant Singh
ParticipantHi,
Please see this thread: https://wordpress.stackexchange.com/questions/125754/buddypress-conditionally-filter-directory-based-on-xprofile-field
Hopefully, it will fix your issue.
Thanks
August 26, 2018 at 9:50 pm #275926In reply to: Notification not showing in user profile
Prashant Singh
ParticipantI am not sure if you are creating blog posts or activity. BuddyPress sends notification for these updates https://codex.buddypress.org/administrator-guide/notifications/
If it is a blog post then you have to go with this code to get notification https://wordpress.stackexchange.com/questions/263950/new-post-notifications-for-users-buddypress
August 26, 2018 at 9:08 pm #275916In reply to: Add Friend button with ajax
Prashant Singh
ParticipantIt’s because the js code is written to work with buddypress pages. Still you can take references from here https://stackoverflow.com/questions/14491524/adding-add-friend-button-anywhere-in-the-buddypress-site
And see if this of any help or not.Thanks
August 16, 2018 at 7:30 am #275697In reply to: Thank you and it’s time to move on.
Prashant Singh
ParticipantHi @tr3ntbuck,
According to my experience demos are always prepared using settings and if you have any queries regarding that then I guess you can ask pre-sale questions there as well. You can compare your idea/thought with BuddyPress functionality and then can see if it is going to fulfill your need or not.
Thanks
August 10, 2018 at 9:20 am #275626In reply to: Booking Appointments for Buddypress users
archaicguru
ParticipantThanks for posting, somehow I missed @frangdelsolar response so this reply is for both of your questions:
Short & Simple.. ok yea – it worked, but was very limited and buggy
We then hired 5 different programmers off upwork that swore they could make a custom calendar plugin better
Then we looked into custom buddypress development costs. Wow – you could have built anything from scratch for those prices.
The particular project I was the project manager but the funding ran out, but I sank a year of my life into it so I do still remember parts of that dilemma and the solutions that were in the works – if you wish to more – send me a msg
I do have 20 years experience in the business and have a good idea of which plugins work well together and which ones waste your time. If you let me know what your site is about and how you need a calendar to be integrated, I’ll see if I can point you in the right direction
August 2, 2018 at 8:17 pm #275536In reply to: Public Message Button Activation
Sean Nicholson
ParticipantHere is a video that shows what the issue is. Apologies for the third-grade video editing:
As shown in this video, the steps to recreate the issue are to:
1) Click on any community member
2) Click the “Public Message” button on their profile
3) On the activity feed page, place your cursor in the message box and type “Here I am typing”
4) Hover your mouse cursor over the “Post Update” button. Notice that it is still an arrow icon because you cannot click it.
5) Click the button. IT WILL NOT POST.
6) Click anywhere outside of the message box (e.g. white space off to the right).
7) Hover back over the “Post Update” button. Notice that it is STILL an arrow icon because you cannot click it.
8) Click the button. IT WILL NOT POST.
9) Click back in the message field.
10) Hover back over the “Post Update” button. The cursor changes to a hand icon because the button has now been activated.
11) Click the button. IT FINALLY POSTS.So, the user experience is that they type their message and then have to click somewhere outside of the message box, then click back inside the message box before they can send their message. Not a good user experience. It did this both on the Klein theme that I am using and the standard WordPress 2016 theme. Exact same experience.
Let me know if there are additional questions that I can clarify.
Thanks for any help demystifying why this is happening.
–Sean
July 18, 2018 at 10:24 pm #275293Rev.
ParticipantAnd finally, I just noticed that this forum is correctly showing my Username as “@pastordatm” which it should be on my site, https://datm.org/ under the Member profiles for BuddyPress.
QUESTIONS: Is this the correct sub-forum for the BuddyPress developers to see this bug report? Is there a Bugzilla bug tracking log (or similar) that has WordPress User access to see if this bug has been reported before? It may need updating for BuddyPress Version 3.1.0 now.
As always, thanks in advance for any assistance that can be provided towards this issue.
Pastor Dave
July 6, 2018 at 7:21 am #275050In reply to: WYSIWYG in BP Group description
Varun Dubey
ParticipantJune 27, 2018 at 8:31 am #274798In reply to: @mention not working on group forums.
Harsh
ParticipantThanks for your reply.
Sure, I also wanted to know that is it possible to activate this(@mention) functionality sitewide ??. As I need it to be on my questions page too.
-
AuthorSearch Results