Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 9,126 through 9,150 (of 69,047 total)
  • Author
    Search Results
  • #259358
    Henry Wright
    Moderator

    This can’t be done with BuddyPress by default. You’ll need to find a plugin. Try looking through the Plugin Directory to see if anything is available:

    https://wordpress.org/plugins/tags/buddypress

    Stacy (non coder)
    Participant

    Changes on line 6317, doesn’t change front end.
    #: bp-templates/bp-legacy/buddypress/activity/index.php:142
    #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:12
    msgid “RSS”
    msgstr

    #259336
    Venutius
    Moderator

    Ah, just found out that this plugin causes a conflict with BuddyPress Group Extras, so avoid it, by the looks of things it’s unlikely to get fixed anytime soon.

    #259331

    In reply to: Who’s Online Widget

    danbp
    Participant

    Yes it’s different and ?
    And this is how to use what i already suggested

    function users_last_activity() {
    $user_id = bp_displayed_user_id();
    //$activity = bp_get_user_last_activity( $user_id ); // raw date/time
    $activity = bp_core_get_last_activity( bp_get_user_last_activity( $user_id ), __('active %s', 'buddypress') ); // ago format like on members directory
    
    	if( bp_is_active( 'activity' ) ) {
    	 echo $activity;
    	}
    }
    
    // testing the result on profile header
    add_action( 'bp_profile_header_meta', 'users_last_activity' );
    #259330
    danbp
    Participant

    Hi,

    all details here:

    Participate and Contribute

    The fastest way to get in touch with the devs is to use the BudddyPress chanel on Slack.

    #259316

    In reply to: Who’s Online Widget

    danbp
    Participant

    Clients requiring many things ! Some can be done, some not. It’s to you to explain them that it’s not possible. Or only with a very huge additionnal budget. This argument is mostly the best to opposite to an obtuse “i want this feature”. Diplomacy, diplomacy… 👿

    1) You count the number of avatars on the widget ! Or something like this. 😉
    2) who’s online refreshes after 5 mn. See https://buddypress.trac.wordpress.org/ticket/3590
    3) try with bp_get_user_last_activity()

    Also wp-content\plugins\buddypress\bp-members\classes\class-bp-core-whos-online-widget.php

    #259311

    In reply to: Disable BP reg

    Henry Wright
    Moderator

    If I leave the registration and activation pages blank I get a warning all the time in the backend.

    The warning won’t cause harm but I agree you should be able to dismiss it. You could open a ticket on Trac for the core developers to take a look at?

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

    #259307
    Hitesh Makvana
    Participant

    I have done code from this and add few js for saving data form tinymce on change event it will save to textarea.
    https://buddypress.org/support/topic/add-tinymce-to-activity-post-form/

    Now what i need is i want to store those inline css code ex. style =”color:#02251″ inside every html tag.
    But what’s new activity not storing or showing in frontend after saving data…

    danbp
    Participant

    Hi @dphelun,

    – 1) no idea ! It depends of what you know about WP and BP, coding and templating
    – 2) see 1…
    – 3) in theorie yes. In real life… check the forum… and point 1.

    Don’t buy a theme before you tested your project with all plugins and fonctionalities correctly working on a WP+BP default install. Use one of WP’s default theme, ie. Twenty Sixteen or Fifteen. Or even all coming with WP

    This tests should be done on a test site (locally or online, but not on a production site)
    Default install, because it’s the only waranty for you and the project to work properly in a respecfull environment of WP standarts. Once ok you can jump to a premium theme if you estimate it is worth. That said many free themes are just ideal too.
    I would just warn you to avoid frameworks and page builders- specially because BP doesn’t use WP pages like WP does. Focus on the theme itself, and not on plethoric theme functionnalities. Theme is for layout. Plugin is for functionnality.

    About Themes
    you will find a lot of themes on the net. Most with nice pictures and impressive list of functionnalities and prices. Problem is that this marketing arguments rarely fit with a project. And if you’re unable to customize it, you go towards weird issues and will be lost in no time.

    About plugins
    Like for themes and of course your technical level.

    From what you tell, i would consider WP Job Manager and his (premium) add-on for BuddyPress.
    Messaging is included in BuddyPress, even if it is not exactly meant as instant messaging.

    But test the message component first as is before going further. And keep in mind that less is more.

    #259302
    danbp
    Participant

    – I know nothing about Loco translate as i never used it. And i can’t read chinese, so i can’t help you with this specific translation.

    – I never seen a error 500 after modifying a translation.

    – The only thing i’m sure (because of the error messages) is that it is Loco who doesn’t find a file or can’t access to it properly.

    – Re-check Loco Settings and try another path option… Or maybe use a custom path called MyTranslation and use the plugin only to translate. Once done, deactivate Loco and move the mo file manually to the right folder. By doing this you eliminate the eventual plugin issue and still have a mo file you can use (hopefully).

    – Ensure your BP’s po/mo files have correct file extension and use the correct path to file:

    /wp-content/languages/plugins/buddypress-zh_CN.mo & buddypress-zh_CN.po

    Personnaly, i use poEdit and only on my computer and never directly on a site.

    #259301

    In reply to: Who’s Online Widget

    tronix-ex
    Participant

    Hi danbp,

    I actually googled it but didn’t find except wp-useronline it does the same functionalities but sometimes it shows wrong url and also it tracks users by their ip not the username.

    Please suggest something like this as buddypress has already who’s online widget which is good but if it can also show the browsing page it would be good.

    Thanks,

    #259300
    bunse2011
    Participant

    Thanks for you reply.

    Sorry, it is my typo………… my problem is with buddypress translation instead of bbpress.

    I have contacted with the loco team, but they asked me to contact buddypress, as the the problem is only with the buddypress po.mo that I download from https://translate.wordpress.org/projects/wp-plugins/buddypress

    could you please help me?

    #259299
    danbp
    Participant

    Hi,

    you are on the BuddyPress support.
    bbpress questions should be asked on bbpress support.
    And as you use Loco Translate plugin, and apparently have an issue with it, you have to ask on the LT plugin support.

    To get more about chinese translation, help and much more, please read the Polyglots blog.

    #259298
    danbp
    Participant

    Hi,

    all you have to do is to use a custom translation for BuddyPress !
    This can be done with help of this plugin.

    Actually, WP uploads automatically all available translation for itself and any of his dependencies: themes and plugins(when exist) accordingly to the site language. Ie. brazilian portugue (pt_BR.mo)

    In your case, while using the plugin, WP will remain in portuguese and as you will use buddypress-en_US.mo or buddypress_en_GB.mo as custom translation, anything related to BP will be in english.

    Of course, this behave will always be used even AFTER an update of WP or BP and both updated to portuguese.

    The avantage of the plugin is that you haven’t to struggle with complicated domain settings and hacks, because he does it for you by using a different path for any custom translation (in your case, BP’s english version). The file is stored in /uploads/wpt-custom-mo-file/buddypress-what_EVER.mo

    You simply need to remember to download manually the english BP version.
    Translation files can be downloaded here.

    Hope to be clear. 😉

    #259293
    ckchaudhary
    Participant

    Hi Earl,
    Two things you can do:

    1. Hide admin user from members list. This post has some answers:- https://buddypress.org/support/topic/hide-admin-from-members-and-activity/
    2. Change the user_nicename field in users table in database, for the admin user.

    I suggest going with the first option.

    #259290
    Marcos Nobre
    Participant

    I have this combination of plugins working on one of my website, it works just fine. in terms of registration, I set buddypress registration page to none and created some custom registration pages for PMP.

    #259285
    danbp
    Participant

    As it is working, you can’t expect a fix. 😉 (see #6112) If you think you have found a bug, open a ticket and give any details to recreate the issue: theme name, used plugins, php version.

    Have you tried to create an error ? When you’re sure that a notice should appear, and you don’t see it, check first the source of the page (right clik – page source). Sometimes you’ll find it in the code but something avoid it to appear on the screen.

    #259279
    danbp
    Participant

    Hi,

    you read the wrong article.
    You say that you installed bbPress 2.5.10 plugin today. So reading about forum migration is useless ! 😉

    Better try to follow what’s explained here.

    #259273
    caykimtien88
    Participant
    function plugin_registers_post_type() {
    	$args = array(
    		'public'   => true,
    		'labels'   => array(
    			'name'                     => __( 'Artikel', 'your-plugin-textdomain' ),
    			'singular_name'            => __( 'Artikel', 'sozialdynamik' ),
    			'bp_activity_admin_filter' => __( 'Neuer Artikel veröffentlicht', 'sozialdynamik' ),
    			'bp_activity_front_filter' => __( 'Artikel', 'sozialdynamik' ),
     			'bp_activity_new_post'     => __( '%1$s hat den neuen <a href="%2$s">Artikel</a>', 'sozialdynamik' ),
     			'bp_activity_new_post_ms'  => __( '%1$s hat den neuen <a href="%2$s">Artikel</a>, on the site %3$s', 'sozialdynamik' ),
    		),
    		'supports'    => array( 'title', 'editor', 'buddypress-activity' ),
    		'bp_activity' => array(
    			'component_id' => 'activity',
    			'action_id'    => 'new_sd_article',
    			'contexts'     => array( 'activity', 'member' ),
    			'position'     => 100,
    		),
    	);
    	register_post_type( 'sd_article', $args );
    }
    add_action( 'init', 'plugin_registers_post_type' );
    #259272
    caychumngaygiong1
    Participant

    Hi,

    Is there a premade plugin to achieve that instead of coding as We are not a coder?

    Usually, where do people put group description and their activities in Buddypress?

    Thanks

    #259271
    Paul Wong-Gibbs
    Keymaster

    WP SEO plugins won’t work on those kind of BuddyPress “page”, because they actually are not real “pages”, so everything gets confused.

    I’ve not seen a BuddyPress-specific SEO plugin – I suspect some people don’t realise they aren’t handled by most SEO plugins – or have been built with custom code.

    danbp
    Participant

    – If you want to exclude user group forums from the directory, you alter the group loop.
    – If you want to modify the way forum (whatever the type) works internally, you alter the bbpress code.

    Forums are handled by bbPress, BuddyPress only show them up and add user management.

    When you set up group forums, you create a new forum in bbPress and give it a type of “category”. Which is not the case when you create a site wide forum and use “forum” as type. This is the only difference for bbPress.

    danbp
    Participant

    Hi @venutius,

    i guess you can use at least 2 options:

    Group Meta Queries: Usage Example

    or build a custom group directory and use something like this hack.

    Codex reference: groups-loop

    #259249
    BackpackersUnion
    Participant

    Brajesh with BuddyDev coming through with the save!

    Make your BuddyPress Sitewide Activity Stream Friends Only

    danbp
    Participant

    If you’re an experimented developer,

    Create a Real-Time Video Chat Room with WebRTC & Twilio

    else
    https://www.cometchat.com/buddypress-chat

    Both are premium.

Viewing 25 results - 9,126 through 9,150 (of 69,047 total)
Skip to toolbar