Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 3,551 through 3,575 (of 22,615 total)
  • Author
    Search Results
  • #264294
    danbp
    Participant

    No, it doesnt qualify that and it is not a BP issue. As you use a specific designed theme for BP and some other plugins, it is that theme who manage the output of BP.

    That said, feel free to read WP’s registration documentation. BP is a plugin who use that process. Then read BP’s documentation and do the same for the theme.

    #264292
    danbp
    Participant

    No, sorry, i talked about BuddyPress.
    Do you have a problem with BP Verified ? In that case, you have to ask on its support, not here.

    #264282

    In reply to: Media

    danbp
    Participant

    Please, don’t double post.

    #264273
    alexlii
    Participant

    For me, I am using HHVM+php5.6+nginx helper, and using object cache with Redis, and no page cache used.

    There are two Redis cache:
    https://wordpress.org/plugins/redis-cache/
    https://wordpress.org/plugins/wp-redis/

    after testing, I found the first one:redis-cache will cause 502 error if buddypress actives steams is enable in Musite by now, and hope the author of redis-cache can upgrade it soon.

    and the second one of Wp-redis woring fine with buddypress now.

    I read a lot article by Very senior wordpress developers do not recommend Page cache, but strongly recommemd Object cache, here is some for your referrance:

    https://wordpress.org/plugins/nginx-helper/

    Alex

    #264271
    miguelangeltorresfp
    Participant

    There is an open ticket on buddypress.trac.wordpress.org

    https://buddypress.trac.wordpress.org/ticket/7320

    Maybe some of you could give me a temporal solution for this issue.

    Thank you.

    #264231
    griffmix
    Participant

    Hi thanks.

    I have turned on WP Debuging and received the following error messages including 1 fatal error. Any idea what this means?

    Strict Standards: Redefining already defined constructor for class LogoutRedirect in /wp-content/plugins/login-and-logout-redirect/login-and-logout-redirect.php on line 65

    Strict Standards: Redefining already defined constructor for class Login_Redirect in /wp-content/plugins/login-and-logout-redirect/login-and-logout-redirect.php on line 287

    Notice: get_cart was called incorrectly. Get cart should not be called before the wp_loaded action. Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /wp-includes/functions.php on line 4136

    Fatal error: Call to a member function get_option() on null in /wp-content/plugins/fancy-product-designer/inc/fpd-functions.php on line 33

    #264228
    r-a-y
    Keymaster

    You’ll have to debug this yourself as FPD is a premium plugin.

    Turn WP’s debug mode on and see if any relevant debug notices are written:
    https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG

    r-a-y
    Keymaster

    This is a WordPress multisite issue. Use subdomain multisite and then look at various domain mapping plugins.

    You should post on the wordpress.org support forums as you’ll likely get more eyes on this.

    You might want to look into Mercator or the WPMU Domain Mapping plugin.

    #264213
    Henry Wright
    Moderator

    BuddyPress activity items aren’t WordPress posts so as far as I know you can’t associate categories or tags with them. However, activity items do have associated meta.

    Take a look at these functions which will be useful to you:

    bp_activity_add_meta()
    bp_activity_update_meta()
    bp_activity_get_meta()
    bp_activity_delete_meta()
    #264203

    In reply to: Styling BuddyPress

    danbp
    Participant

    Hi,

    in brief: yes!
    But it depends greatly of your CSS and design knowledge. Fortunately, you can access to the whole theme code used on buddypress.org, by clicking here.

    Official announcement of this was in 2014.

    #264181
    psnation
    Participant

    There are quite a few social login plugins. I use WordPress Social Login. If you click Add New in plugins and search social login you’ll see quite a few.

    #264179
    psnation
    Participant

    I would suggest https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ to create your profile fields. There also conditional field plugins that would allow you to set up different fields to members and doctors.

    #264170
    mrjarbenne
    Participant

    You’ll need FTP access for that probably. These items are not stored in the Media Library. Avatars are stored in wp-content/uploads/avatars. RTmedia probably stores items in another directory in uploads (I’m not familiar with that plugin).

    If you just need to ghost a few offensive users, perhaps a plugin like this, which allows you to impersonate the user, might help: https://wordpress.org/plugins/user-switching/

    #264162
    mrjarbenne
    Participant

    I would suggest asking this question in the Studiopress forums. It could be that the Genesis Connect plugin was required before BP enhanced their theme compatibility. BP now works in any well designed WordPress Theme. You can read more about that here, along with instructions on building out your own child theme to tweak how BP renders within your selected theme:

    BuddyPress Theme Development

    #264158
    mrjarbenne
    Participant

    Hi Dee,

    I would suggest that you download the plugin and give it a try. If you already have a WordPress install, there isn’t anything to “buy”.

    Once you log in, the Main activity stream has a central area where users can post updates:

    2017 02 25 10 49 40

    Allowing users to post media to the activity stream, rather than just text, is going to require an additional plugin. Although I don’t use it, this will do the trick: https://wordpress.org/plugins/buddypress-activity-plus/

    Commenting on each other’s posts is there by design. If you go into Settings/Discussion you can set the Threaded Discussion depth in the same space you would manipulate this for blog posts.

    Rating each other’s posts could be done with https://en-ca.wordpress.org/plugins/bp-reactions/

    Allowing users to also post to the blog on the site (as well as the activity feed) will require you to elevate their permissions. By default, users who are Subscribers (WordPress Roles https://codex.wordpress.org/Roles_and_Capabilities) can post to the Activity Stream, but not to the blog post. If you promote them to Contributor, they can post articles to the blog post as well: given your wish to moderate those posts, you want Contributor rather than Author, so you can read the posts first before publishing. You can’t moderate the activity feed. Users can post there freely (like FB)

    #264133
    r-a-y
    Keymaster

    First, you need to figure out how to fetch the Active Directory data for a user and how to display it. This isn’t dependent on BuddyPress.

    Once, you’ve figured that out, you’ll need to hook into the BuddyPress profile template to add those fields.

    If you are a WordPress developer, there are various hooks you could use. View the profile template:
    https://buddypress.trac.wordpress.org/browser/tags/2.8.1/src/bp-templates/bp-legacy/buddypress/members/single/profile/profile-loop.php

    And hook into any of the do_action() hooks to display your AD data. To get the current user’s ID on a profile page, use bp_displayed_user_id().

    #264101
    Henry Wright
    Moderator

    You have 2 options. I’d recommend the 2nd:

    1: Copy and paste the JavaScript to your my-theme/buddypress/members/register.php template. In this case you’ll need to copy the <script> tags also.
    2: Create a separate file (my-theme/js/script.js for example) and paste the JavaScript into that. In this case you don’t need to copy the <script> tags. If you go down this route you will need to enqueue the script. See this article for info on how to do that:

    wp_enqueue_script()

    #264098
    r-a-y
    Keymaster

    It’s being caused by the BP Group Email Subscription plugin.

    View the following for a fix until the next version is released:
    https://wordpress.org/support/topic/styling-issue-of-letters-with-v3-7-0/#post-8832281

    #264082
    coolhunt
    Participant

    I found this handy

    It works in BP-custom.php — im trying to get it to load instead of “alphabetical”

    // Exit if accessed directly
    if ( !defined( 'ABSPATH' ) ) exit;
     
    class BP_Loop_Filters {
     
        /**
         * Constructor
         */
        public function __construct() {
            $this->setup_actions();
        }
     
        /**
         * Actions
         *
         * @uses bp_is_active()
         * @uses is_multisite()
         */
        private function setup_actions() {
            /**
             * Adds the random order to the select boxes of the Members, Groups and Blogs directory pages
             */
            // Members component is core, so it will be available
            add_action( 'bp_members_directory_order_options', array( $this, 'random_order' ) );
     
            // You need to check Groups component is available
            if( bp_is_active( 'groups' ) )
                add_action( 'bp_groups_directory_order_options',  array( $this, 'random_order' ) );
     
            // You need to check WordPress config and that Blogs Component is available
            if( is_multisite() && bp_is_active( 'blogs' ) )
                add_action( 'bp_blogs_directory_order_options',   array( $this, 'random_order' ) );
        }
     
        /**
         * Displays a new option in the Members/Groups & Blogs directories
         *
         * <a class="bp-suggestions-mention" href="https://buddypress.org/members/return/" rel="nofollow">@return</a> string html output
         */
        public function random_order() {
            ?>
            <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option>
            <?php
        }
     
    }
     
    // 1, 2, 3 go !
    function bp_loop_filters() {
        return new BP_Loop_Filters();
    }
     
    add_action( 'bp_include', 'bp_loop_filters' );
    
    #264075
    danbp
    Participant

    Hi,

    you need a child theme and a small code modification.

    The code is explained here.

    if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) is to replace by something like (can be different)
    if ( bp_has_members( 'type=random' ) )

    In a “buddypress” folder of your child theme, you add a copy of this file:
    wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/members-loop.php

    What ever you modify in that file while now be interpreted by BuddyPress. The advantage of this method is that BP can be updated while your modification in the child will always be save and taken in account over the current version.

    You can also search the forum for members-loop to get other information.

    #264066
    r-a-y
    Keymaster

    1,2,3,4,6 should be left to WordPress plugins as these are specific to WP.

    7, 10 have been discussed as core options. It just takes time for developers and the team to finalize specs and to code as this is all done on a volunteer basis. 10 is hard because it relies on a ton of dependent code that hasn’t been written or finalized yet.

    5 – There’s been some preliminary work on this. See https://github.com/buddypress/bp-types-ui.

    9 – If you’re using WordPress multisite, this should be already available as a WordPress option under “Network Admin > Settings”. Otherwise, this plugin might work, but does the opposite. It restricts signup to email domains that you specify.

    Notifications

    2 should already be in core.
    3 is a good request, but unreliable due to how the notifications data is stored. It would be easy to do for BP core notifications, but notifications generated by plugins could store the user ID differently, making this unreliable.
    4 could be done via a custom template or via a small code snippet.

    #264061
    r-a-y
    Keymaster

    You need to figure out what is causing the white screen.

    Turn on WP_DEBUG and view the notices that are logged or displayed:
    https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG

    List the notices here if you want us to attempt to diagnose your problem.

    My first guess is your problem is memory-related as your webhost might have restricted memory usage. Or if you’re using a caching plugin that is not correctly configured.

    #264034
    danbp
    Participant

    Hi,

    not the solution, but more a way to resolution and to see how you could do that title adjustment.
    Read here.

    WP function reference you have to explore:
    pre_get_document_title
    wp_title

    ..anything related to “title” in bbPress.

    #264024
    djsteveb
    Participant

    I use https://wordpress.org/plugins/buddypress-login-redirect/ – and it does exactly that.

    #264006
    danbp
    Participant

    This field is visible by default.
    default profile activity

    If not, so the problem might be with your theme.
    For other what’s new form questions, search the forum.

    Some answers here:

    Height what’s new form


    https://buddypress.org/support/topic/how-do-i-remove-textarea-resize-without-editing-the-js-script/

Viewing 25 results - 3,551 through 3,575 (of 22,615 total)
Skip to toolbar