Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 2,501 through 2,525 (of 22,724 total)
  • Author
    Search Results
  • Anonymous User 16484011
    Inactive

    I am not using any buddy press template I use Youzer plugin. I think this plugin gives me this template. as you can see in the video path.

    By the way …

    1. I can’t understand your above answer.

    2. What can I do wrong in the video ?

    3. What can I do now for preventing users other than admin to delete the private conversation.

    4. Can I put your above code in plugin’s directory’s path “\wp-content\plugins\youzer\includes\public\templates\members\single\messages” single.php file ?

    5. Is any other way or plugin to prevent users other than admin to delete private message ?

    Thanks

    #279053
    zajohan
    Participant

    Hi Guys
    I have searched extensively for about a week now, (both in this forum as well as Google) and all the viable solutions I got, are 2 years +.

    Is there a way to enable Rich Text or Visual editor for Group descriptions? (Kind of like the way it is for this box? All I need, is for users to be able to make some texts bold and underlined. Changing text colors off-course would be fantastic.

    (I am using the latest WordPress and BuddyPress releases.)

    #278931
    Prashant Singh
    Participant

    You can go with the above solution or can install this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and then try to upload the zip of BuddyPress plugin.

    Thanks

    #278910
    Venutius
    Moderator

    BP Profile Shortcodes Extra will allow you to create links to the members profile page or any page in that area.

    BP Profile Shortcodes Extra

    #278895
    Prashant Singh
    Participant
    add_action( 'pre_get_posts', 'ps_bp_doc_search' );
    function ps_bp_doc_search( $query ) {
        if ( $query->is_search ) {
    	$query->set( 'post_type', array( 'post', 'page', 'bp_doc') );
        }
    }

    Please paste this function in your child theme’s functions.php. If there is no child theme then can use code snippets plugin https://wordpress.org/plugins/code-snippets/ to paste this snippet.

    Hopefully, this will help you.

    Thanks

    #278891
    Prashant Singh
    Participant

    Hi,

    Please take a backup before doing any changes. Users are there by default in WordPress so if you will remove the ultimate member and its extensions then also users will be there. What needs to be managed is if you have any associated data with UM like activities then they certainly will create the issue because BuddyPress has its own activity table and even table for profile field data and all.

    I will suggest to set up a staging site first and then test all these things there. Deactivate UM and it’s extensions and then install BuddyPress and check what’s missing there and if there is an extension available in BuddyPress that can do so.

    Thanks

    r-a-y
    Keymaster

    Is this normal or should i be landing on the page where you compose a message towards said user like any other website?

    No, this is not normal. It’s a bug.

    There’s a fix for the next version, but it hasn’t been released yet:
    https://buddypress.trac.wordpress.org/ticket/7908#comment:10

    #278863

    In reply to: Site Wide Activity

    Prashant Singh
    Participant
    Prashant Singh
    Participant

    Please use https://wordpress.org/plugins/custom-css-js/ plugin to add js code and then just write this code:

    jQuery('.profile-edit #field_2372').bind('keydown',function (event) {
                var regex = new RegExp("^[0-9.@]+$");
                var key = event.key;
                if (regex.test(key)) {
                    event.preventDefault();
                    return false;
                }
          });

    Thanks

    #278642
    Prashant Singh
    Participant

    I think instead of all of the mentioned plugins there are not any plugin that can do what you want. I think you can go for WordPress Social Login and can ask devs to include those fields.

    Thanks

    #278609
    Prashant Singh
    Participant

    Hi,

    Please check this plugin: https://wordpress.org/plugins/wordpress-social-login/

    It is now integrated with BuddyPress that you can see in the documentation as well:

    http://miled.github.io/wordpress-social-login/buddypress.html

    Thanks

    #278605
    Prashant Singh
    Participant

    Please check this plugin https://wordpress.org/plugins/wp-live-chat-support/

    Thanks

    #278580
    Prashant Singh
    Participant

    Hi,

    Please check this plugin https://wordpress.org/plugins/bp-better-messages/

    Thanks

    #278564
    Prashant Singh
    Participant

    Hi,

    You can use this plugin https://wordpress.org/plugins/login-sidebar-widget/. It will provide a widget as well as a shortcode so you can use it either way. Good thing is that it supports captcha.

    Thanks

    shanebp
    Moderator

    When I click on “private message” in another users profile I am redirected to my general “messages” page…

    Yes that is BP behavior. And I agree that it doesn’t make much sense.
    This plugin opens a pop-up instead: BuddyProfileMessageUX Free

    #278544
    Prashant Singh
    Participant

    Hi,

    Please check this plugin: https://wordpress.org/plugins/buddypress-activity-plus/

    Thanks

    Anonymous User 16484011
    Inactive

    Hi !

    I have WordPress site where two main user roles. Patients and Doctors. Currently in my site patients contact me and I refer any of my registered patient to any of my registered doctor. Now a days I use manually email sending method to inform patient and doctors. I used emails for two purpose – to inform and to keeping records. But it’s hectic.

    I think (it’s just my thought) I want to use unique code type of system. Where I give patient to a one unique code after its request to me and when he give this unique code to any doctor and When doctor use that code I,patient and doctor got a mail that code is used.

    So, I have track or record my transactions automatically. For that I googled but it’s shows me referral and affiliation plugins. But how it’s help me I don’t know. Also I have very little and basic skills of programming.

    Do anyone have any idea to do this or plugin name or anything alternative to do the same or any suggestion please tell me.

    Regards

    #278541
    rgutierrez1014
    Participant

    I’m working on a WordPress Multisite installation and I need all of the sites to have the same configuration (themes, plugins, settings, etc.). I’m using BuddyPress on all of the sites and I want them all to have the same components activated. Currently I’m using Ansible to provision everything and make some calls to the WP CLI, one of which runs a PHP script that is supposed to save the BuddyPress settings, along with settings for other plugins. The script seems to run fine; I update bp-active-components and I run bp_core_install() and pass the components to it to create all the necessary tables. However, when I go to a site and visit wp-admin, the active components get reset to the default components. I’m guessing there is an action somewhere that runs when I visit wp-admin or the BuddyPress settings page for the first time. Where is this happening and can I turn it off? Or what would be the best course of action for achieving what I am trying to do?

    Tech specs:
    WordPress 4.9.5, using multisite
    BP Multi-network 1.0.1, network-activated
    BuddyPress 2.9.4
    bbPress 2.5.14, network-activated
    Custom theme
    Running inside a vagrant box using CentOS 6

    P.S. I am probably using a bunch of outdated stuff but I inherited this project from another team

    #278539
    Prashant Singh
    Participant

    Hi,

    Please check these plugins:

    BuddyPress Facebook Connect+ – Discontinued

    BP Social Connect

    Thanks

    #278533
    Prashant Singh
    Participant

    If it is child theme then it’s fine otherwise please cut it from there and use this plugin https://wordpress.org/plugins/code-snippets/ to add a new snippet and then paste it there.

    Thanks

    MrShawnTierney
    Participant

    I use BuddyPress (and BuddyBoss Social Learner Theme) to interact with my students who take courses on my WordPress / Learndash website.

    Q1) One thing that kind of drives me crazy is I can’t put line feeds in my messages without adding a character to space out the sentences.

    I use to type in   which worked, but the emailed copy of the message showed   in place of just a blank line.

    So that in mind, what am I missing?

    Is there any setting or stylesheet I can edit to allow a space between sentences in BuddyPress Messages?

    People really hate walls-of-text, and spaces between sentences make text more readable, just like you find here on the Buddypress website and in this post I’m making.

    Note that I don’t have this issue with BBPress forum posts.

    Q2) I’m imperfect, and whenever I create a notice to all users I always have a typo 🙁

    BUT, I just can’t find any way to edit these announcement messages?

    Just checked, and yes it is the 21st century and even Facebook now lets you edit announcements, so I figured it must be me, that I just don’t know how to edit them.

    Can someone point me in the right direction?

    Thanks a million in advance!

    Shawn

    #278526
    micheleestes
    Participant

    @prashantvatsh Loco translate appeared to work on my own testing with a typical new account registration and activation, but the snippet of code did not prevent someone from bypassing account activation if using another WordPress account to login. The tester mentioned logging in with the other account (apparently no registration required in this case) and seeing a jet pack process accept them. I am not sure jet pack had anything to do with this and wonder if you have other suggestions. I hope to test in real-time later today to better know what is happening.

    #278525
    amkh
    Participant

    Hi,

    I would like to have buddypress login and registration through “google”, “Facebook” “twitter” etc. I have following fields mandatory on registration page:-
    Date of Birth
    Username / Display name
    password
    First name
    Last name
    Gender
    Email

    I tried using plugin “WordPress Social Login” However it does not allow me to map some of the fields mentioned above e.g. Date of birth, Gender.

    Also I do not want to map the social username/display name rather I want to enforce users to use different username/display name for buddypress.

    Is there any alternative plugin / snippet for above plugin that will support above requirements?

    #278519
    John
    Participant

    I have taken on development of a site which currently uses buddypress 2.9.4, although really only uses the members profile functionality, so no groups, activity streams, notifications, friendships, private messaging etc.

    In truth, I don’t think the BP was the right choice for the site but it’s so baked into the site now that changing to something different just isn’t an option.

    I’m currently in the process of developing a new theme for the site and so now would be a good time to upgrade from 2.9.4 to 3.2 (current latest).

    The only add-on plugin for BP on the site is BuddyPress Xprofile Custom Fields Type, for which I see development has now ceased but that there is a replacement for.

    Is there anything that I should be aware of, gotchas etc, in making the upgrade? I’m quite wary of making the upgrades as the existing codebase isn’t mine and I am new to BP development, although a very experienced WP dev.

    I’ve read the release notes and nothing leaps out at me as being a massive problem but I am anticipating some, deprecated functions being one.

    So, any general or specific advice from others who have gone through the upgrade would be appreciated!

    Thanks,

    John

    #278516
    yuravw
    Participant

    No when I activite the rtMedia for WordPress, BuddyPress and bbPress plugin

Viewing 25 results - 2,501 through 2,525 (of 22,724 total)
Skip to toolbar