Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 5,651 through 5,675 (of 22,602 total)
  • Author
    Search Results
  • #241053
    #241039
    r-a-y
    Keymaster

    I’ve created a ticket about this bug here:
    https://buddypress.trac.wordpress.org/ticket/6528

    This should be fixed for v2.4, which is tentatively scheduled for an autumn release.

    In the meantime, you could use the 'bp_verify_nonce_request_url' filter to remove the double port number, which should temporarily fix the issue.

    danbp
    Participant

    Hi lionel @prabin04

    no directly the solution, but you asked for code, here it is:

    https://buddypress.org/support/topic/adding-favourite-posts-as-a-tab-in-buddypress/

    No screenshot ? Anyway, on group activity page, some action to take could be:

    $my_fav_count = bp_activity_get_meta( bp_get_activity_id(), 'favorite_count' );

    The important thing here is bp_activity_get_meta()

    Most of favorite action are related in bp-activity-actions.php, like
    $favs = bp_activity_get_user_favorites( bp_displayed_user_id() );
    also some in bp-activity-functions.php:659

    For other favorite skills, see also

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

    #241037
    r-a-y
    Keymaster

    Thanks for the report.

    I’ve created a ticket about this here:
    https://buddypress.trac.wordpress.org/ticket/6529

    BP will better support emojis after we’ve upgraded our database schema to support utf8mb4.
    https://buddypress.trac.wordpress.org/ticket/6346

    More info courtesy of WP here:

    The utf8mb4 Upgrade

    #241034
    danbp
    Participant

    The nearest would be BP Moderation, but from back-end mostly.

    Group updates are not topics or blog post, but activities. And these can’t be moderated like topics.

    If you want group members discussion, use a group forum and in that case, deactivate update commenting. This will force members to discuss on forum and not on group activity wall.

    #241032
    danbp
    Participant

    @djsteveb,

    was miffed too, and decided finally to not use emoji’s. IMO unnecessary built-in noise, coming from extarnal server and added to every page without warning the site admin ! I disabled them with this plugin. On another hand, 23% of websites use now emoticons and probably 90% ignore that… Marketing !!!

    If you still want some pics (if childish public is the target), see WP MonaLisa, which is even tailored for BuddyPress.

    Have a nice day ! đŸ˜‰ (emoticon ?)

    #241022
    r-a-y
    Keymaster

    1) Yes

    2) The same as the default user level you set up in WordPress. By default, this should be the ‘subscriber’ role.

    3) https://codex.buddypress.org/getting-started/register-and-activation-pages/

    4) BuddyPress does not come with a bundled login page. It uses WP’s default wp-login.php page. You can find plugins on the wordpress.org repo to modify the login page to your liking.

    danbp
    Participant

    hi @maelga,
    You can’t actually automatically associate a user to a category.
    try Restrict Categories, which let you assign categories to each user via backend.

    To associate an xprofile value (or member_type), try this:
    https://buddypress.org/support/topic/how-to-assign-a-wp-user-role-based-on-a-registration/#post-232887

    #241005
    danbp
    Participant

    When you use WordPress alone, you can use many plugins for registering.

    If you use BuddyPress, you also use his fonctionnalities.
    One of them, is Members, which comes also with extra components, like extended profile.

    When you use extended profile, it is like using a register plugin for WP, with his own extra fields you can create/add to the original WP registering process. After that, each user can handle/view these fields on his profile.

    Now you have to choose:
    – WP alone, with his poor profile fields
    – WP + BP, with rich profile fields
    – WP + BP, without xprofile component (and users go back to the original profile fields aera).
    – or ask on ninja plugin support for improvement guidance to apply with BuddyPress.

    danbp
    Participant

    Hi @aventurine_geode,

    It seems like overkill to create a whole child theme to make a few small changes to things like colors and fonts

    It seems because you are beginner. But it is the reicipe of this cooking.
    Making a child theme is shorter, faster and much more handy as a plugin.

    What is a an overkill ?
    Taking a hammer to kill a fly….

    What is a child-theme ?
    – create a folder in theme directory (5 seconds)
    – adding an empty files to this folder: style.css (5 seconds)

    Once done, you open style.css with a text editor and you add a header as explained here (copy/pasting: 5 seconds) and modifying that text (15 seconds).

    Once done, you activate the child as your site theme. And the “big” overkill is now a simple water drop whipe.

    Now you can add, remove, modify any CSS rule from within your child theme. Without thinking about plugin updates or struggling with issues reliable to that plugin.

    Doing this depends of your CSS knowledge and your handling of that style.css file

    Hopefully, you will understand that in this case, installing a plugin or doing it yourself, has no difference in matter of time, but a big one in matter of usability (direct vs. indirect handling) and last but not least, in both case, it’s you who have to enter CSS rules.

    If you know how, it’s ok. If you don’t, it’s only your fault. đŸ˜‰

    #240983
    Hugo Ashmore
    Participant

    This is an issue that has been identified and ticketed and in the process of being corrected, hopefully it will be included in a point release, if not we can show how to modify or replace the core file in the interim short term.

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

    danbp
    Participant

    Responsiveness depends more of the theme you use….
    There is also a plugin you could try:
    https://wordpress.org/plugins/buddymobile/

    #240980

    In reply to: PDF Functionality

    danbp
    Participant
    #240943
    magicbmxfreestyle
    Participant

    Fixed the problem.

    wp_enqueue_script( $id );

    i put this into
    \buddypress\bp-core\bp-core-cssjs.php

    just under

    wp_register_script( $id, $script['file'], $script['dependencies'], $version, $script['footer'] );

    Reference https://buddypress.trac.wordpress.org/attachment/ticket/5889/5889.01.patch

    #240939
    Henry Wright
    Moderator

    Yes, I’ve seen many solutions that do just that. Try searching the Plugin Directory. If you have no luck, try searching these forums for a custom code snippet that’ll do the job for you.

    #240898
    danbp
    Participant

    Hi,

    As mentionned on official plugin page, this plugin is a Beautiful WordPress User Profile and Instant Community Plugin.

    In other word, an alternative to BP for WP sites users. You use the one or the other, but not both !

    If you have issues with that plugin, you have to contact the author.

    Note also that this plugin is not in WP’s plugin repo.

    #240894
    Doctor Psyringe
    Participant

    Would “Theme My Login” work with BuddyPress if only enabled for the Root Site and BP’s Primary was a SubSite?

    Here’s a link to that; https://wordpress.org/plugins/theme-my-login/

    Just spit-balling. More to come, I imagine, until the Ticket is Resolved.

    #240881

    In reply to: Buddypress Messaging

    jourdesign
    Participant

    So I am using WordPress 4.2.2 running Cinematix theme and I am using Buddypress Version 2.3.2.1. As you suggested I changed the theme and it worked perfectly any ideas on how to fix it ?

    #240870
    danbp
    Participant

    Hi @thesmartone,

    I even changed wp_config.php, variable WPLANG
    This is no more necessary since WP 4.0

    If your WP is in portugese, BP should be in same language automatically (except if you deactivated this feature)

    BP translation can be found on GlotPress. pt_BR is translated to 96% (see here)
    The po/mo files goes to wp-content/languages/plugins/buddypress-pt_BR.mo

    Your comment is awaiting moderation, is a default WP string. In many cases, it can also be in theme. To ensure this, activate 2013 or 2015 and test all translations for WP and BP.
    Deactivate all other plugins while doing this.

    And before claiming about buggypress, check for PBCK. Or better, read the doc before installing something. đŸ˜‰

    shanebp
    Moderator

    You’re talking about the value of $this in the filter call in class BP_Legacy extends BP_Theme_Compat ?
    add_filter( 'bp_get_activity_action_pre_meta', array( $this, 'secondary_avatars' ), 10, 2 );

    Good question.
    And I’d be interested in the answer.

    There must be a simple way to disable secondary avatars…
    You might want to ask about this on Slack.

    Meanwhile, this works, not very efficient ‘tho.
    Hook is in bp-activity\bp-activity-template.php

    function remove_secondary_avatar( $item_id ){
    	
    	$item_id = '';
    	
    	return $item_id;
    }
    add_filter( 'bp_get_activity_secondary_avatar_item_id', 'remove_secondary_avatar' );

    And this works, but I don’t know why :<

    function remove_activity_secondary_avatars( $action, $activity ) {
        
        if ( $activity->component = NULL ) {
    	// don't do anything
        }
    
        return $action;
    }
    add_filter( 'bp_get_activity_action_pre_meta', 'remove_activity_secondary_avatars', 10, 2 );
    #240855
    danbp
    Participant

    @oliver_rub,

    all i could say is that is an old request, even if confidential.
    See this ticket opened 4 years ago
    and this bbpress ticket kicked to 2.7 as idea. And why not 6.0 ? đŸ˜‰

    Supposing that if more people would ask, it will be resolved faster.

    Aside, the gist given by imath need to be completed to work with BP 2.3.2.1 on text Tab (only) by adding
    bp_is_group to if ( function_exists( 'bbpress' ) && is_bbpress() || bp_is_group() )

    And to enable visual editor, no need of a plugin. See here.

    #240843
    mandilpradhan
    Participant

    The BP XProfile User Sync had returned this error when I tried to activate it:

    string(85) “BP XProfile WordPress User Sync plugin: Could not set “can_delete” for xProfile field”

    #240828

    In reply to: SEO issues

    Henry Wright
    Moderator

    The W3C validator is saying you can’t have an empty form action attribute. So instead of:

    <form action=""

    you will need to provide a value like this:

    <form action="some-script.php"

    You could open a ticket on Trac or alternatively you could solve the problem by providing a value yourself. Check out the BuddyPress Template Hierarchy article for details on how to override templates.

    #240779
    r-a-y
    Keymaster

    @nithin270 @dineshravajani07 – Please help us debug bp_verify_nonce_request():
    https://buddypress.trac.wordpress.org/browser/tags/2.3.1/src/bp-core/bp-core-functions.php#L2005

    Judging by what you are doing, it appears that function is returning false.

    Can you debug that function and find out whereabouts the function is failing for you?

    Are your sites behind a reverse proxy?

    #240768
    pihla
    Participant

    Yes, this is exactly the case, it does not create the second group, because the id is 0 so the auto-increment is not working (and the first one created a row in the database, but does not show in the front end)

    Yes, there is nothing wrong with the id 0 with the forum, I was just wondering why does it give duplicate entry warning with this:
    WordPress database error: [Duplicate entry ‘0’ for key ‘PRIMARY’]
    INSERT INTO wp_bp_groups ( creator_id, name, slug, description, status, enable_forum, date_created ) VALUES ( 22, ‘Vanhat talot’, ‘vanhat-talot’, ‘Vanhat talot’, ‘public’, 0, ‘2015-06-16 08:25:16′ )

    and the only 0 in this insert is the enable_forum which should not be primary, but well this might just refer to the group_id field that is not auto incremented.

    I even updated the themes Buddy Press and bbPress files (Kleo-theme) and updated again Buddy Press, even though it was in version 2.3.1, did not help…


    @shanebp
    where did you find the information about the non-BP reports where WP 4.2.2 $wpdb->insert_id returns 0? I could try to find the info from there.

Viewing 25 results - 5,651 through 5,675 (of 22,602 total)
Skip to toolbar