Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 14,601 through 14,625 (of 69,016 total)
  • Author
    Search Results
  • #231297
    shayne
    Participant

    Sorry for the double post but i made a typo. My link sourcing where I got the code from didn’t work.

    Here it is.

    http://blog.etiviti.com/2010/03/buddypress-hack-remove-non-friend-updates-from-the-activity-stream/

    #231291
    Henry Wright
    Moderator

    Hi @shmk

    It’s definitely possible. BuddyPress uses the wp_mail() function to send emails. By default, it uses text/plain as the content type which doesn’t allow HTML. The good news is you can change this. For example:

    function set_content_type( $content_type ) {
        return 'text/html';
    }
    add_filter( 'wp_mail_content_type', 'set_content_type' );

    Ref: https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_content_type

    #231289
    Henry Wright
    Moderator

    Hi @sbraiden

    The response time on ANY page/link can range from 10-20 seconds, even with virtually all of the plug-ins disabled.

    A standard WordPress-BuddyPress install, running on the most basic hardware with little web traffic would respond far quicker than this so there is definitely a problem. Sometimes (although not always) the problem can be elsewhere (not your host). I’ve seen some badly-written themes cause page load times to lag and the same goes for certain plugins. I think the first step for you to take (before you go through the upheaval of changing hosting company) is to determine the exact cause of the problem. If you’re definitely sure it’s the host, then definitely make the switch. From a personal point of view, I’ve had problems with 1&1 in the past so switched host and have never been happier.

    #231287
    danbp
    Participant

    Activity feed is not retroactiv, and will never be i guess ! It’s a feed, not an archive with updates. 😉

    If interrested by future of BP development, see here

    #231282
    shanebp
    Moderator

    This will hide fields on the profile edit page and on the register page.
    You need to add the field IDs.
    Put the function in bp-custom.php.

    function oazar_hide_profile_fields( $retval ) {
    	
    	if( is_super_admin () )
    		return $retval;
    
    	if(  bp_is_profile_edit() || bp_is_register_page() )
    		$retval['exclude_fields'] = '3';	//field ID's separated by comma
    
    	return $retval;
    
    }
    add_filter( 'bp_after_has_profile_parse_args', 'oazar_hide_profile_fields' );
    Henry Wright
    Moderator

    Hi @laynerogers

    Rather than changing BP core files, you should contact the theme author asking that they look into making their page titles compatible with BP. The changes you’ve made to bp-core-filters.php will be lost each time you update BuddyPress.

    #231260
    schulz
    Participant

    Gave it a try…

    Had to Network Activate BuddyPress and the Blog Avatar plugin to use it, then all it did was show a mystery man avatar in the buddypress sites list. It showed the uploaded avatar on the Blog Avatar within the individual site, however only the mystery man avatar anywhere else?

    Not really happy with having to network activate BuddyPress to use it as I don’t want individual blog admins messing with BuddyPress settings within their blogs/sites. So I set things back to the way it was and uninstalled it.

    My original idea of controlling the site/blog avatar from the main site BuddyPress (just like the groups) is still a better option.

    wpmudev.org claim they have a ‘AVATARS’ plugin [ https://premium.wpmudev.org/project/avatars/ ] that does what I am looking for, however paying $19 upfront and having to use their Dashboard plugin (that constantly pumps their propaganda into your admin panel) is not for me – yes been there done that.

    #231258
    lemond404
    Participant

    Yes I went down the list, checking each time and none resolved this issue.

    When Participants click on the forum topic, they get redirected to the new post submit form, and can also post. I deleted buddypress and reinstalled but I’m afraid whatever changed in the role is deep in the code.

    #231253
    danbp
    Participant
    #231247

    In reply to: Activity Issue

    danbp
    Participant

    https://codex.buddypress.org/component/activity/

    The’re also lot of comments in activity files: /buddypress/bp-activity/

    Other ressources
    BuddyPress Trac
    Dev’s blog
    About Post Types and BuddyPress Activities

    #231243

    In reply to: Activity Issue

    122plus
    Participant

    I figured out that in my case this was because I forgot to remove buddypress subfolder from my theme folder located in wp-content/themes/YOUR_THEME/

    So I guess it was just loading some page out of it.

    Anyhow, is there a general answer on how does BP technically track user’s activity, e.g. where can you see the code which tells something in BP that the user did some action?

    I’m not tech guy and it’s my 2nd day with BP, so don’t blame me please.

    #231236
    danbp
    Participant

    Have you added a bp translation manually to another folder ? If yes, delete it.

    If you use WP since a while and updated it recently, search a line containing define(‘WPLANG’, ‘xx_XX’)- xx_XX is a lang iso code, in wp-config.php. If you find one, delete it as it is no more used in WP 4.1

    Control via FTP that bp translation is in wp-content/languages/plugins/buddypress-fr_FR.mo
    If not there, ensure that /language/ and /plugins/ have their write access set to 755
    The mo file should be 644.

    #231218
    derock299
    Participant

    thank you. I still have a problem with buddypress. When i go to activity stream, i cant comment or reply, until i click on all memebers.Why? Also when you click on activity stream, a message comes out saying there are no activities, until i click all members.

    #231212
    danbp
    Participant

    FYI, bp-default theme is no more necessary.

    #231211
    danbp
    Participant

    1) Issues with BuddyPics can be reported on the plugin support.

    2) Similar and answered question here

    #231210
    robertosalemi
    Participant

    Hi,
    I’m using default theme of buddypress and not apply custom functions.

    Now I try default theme of WordPress.

    🙂

    #231192
    danbp
    Participant

    You couldn’t reply because you’re adding to many links. This forum accept max. 2 URLs per post.

    Error 500 is generic message for multiple cause, wich are out of the scope of this support.

    If you need a professionnal help, please post your demand on BP Job Board forum.

    #231191
    @mercime
    Participant

    @lukemack this codex article explains it https://codex.buddypress.org/getting-started/register-and-activation-pages/

    Marking this as resolved.

    #231187
    Luke Mackenzie
    Participant

    Thanks again for your reply. For others with the same issue and to answer my question, you need to create the missing pages via the admin dashboard and then select those new pages in Settings -> Buddypress -> Pages tab -> Registration section

    #231183
    valuser
    Participant

    The page at https://wordpress.org/plugins/bp-multi-network/ states

    Multiple WP networks can be created with either:
    â–ª WP Multi Network
    â–ª Networks+

    I use Networks +.

    There may also be other combinations of plugins that may work.

    Googling “wordpress”, “buddypress” “multi-network” or “multinetwork” should be sufficient to come across the few others that may fall into these categories – such as Networks for WordPress at https://wordpress.org/support/plugin/networks-for-wordpress and BuddyPress Multi Network at http://buddydev.com/plugins/buddypress-multi-network/ .

    Examining all of the them as well as studying their support forums would be useful in making a decision on which combination to use for your particular requirements.

    Given that a multi-network plugin will essentially hold the entire show together I would venture that it is well worth the research you are now undertaking.

    Just to be perfectly clear, I am an open source enthusiast but I am not an open-source absolutist though some are and are perfectly entitled to be.

    If something works, saves hours of time when compared with other items, is supported and is reasonably priced I will use it (when my budget allows) and will say so.

    But, I can only vouch for what I know works.

    I can only vouch for, in this case the plugin I cited above, and the continuous free support over a number of years, which comes from recognised top class developers.

    This support alone should ordinarily have cost many $X,00s, bringing the price of said plugin deep into negative figures – i.e considerably less than free.

    #231179
    danbp
    Participant

    Activation and registration are WordPress dependant and are not only “BP components”. These pages may not be created automatically, depending your WP settings… But according to the error message, you have now to create them.

    I understand that you are a bit confused, as you’re in a discovery phase of BuddyPress.
    But you should also understand that i can’t explain step by step the whole Codex (WP & BP!).

    I guess you have to read the doc very attentively. Searching the forum or simply reading some topics will also help you to understand how all this is working.

    Install first correctly WP and BP and use one of the Twenty theme, the time for you to learn a bit more. Once you’re comfortable with WP & BP, start your theme development.

    #231178
    Luke Mackenzie
    Participant

    Thanks for your reply. I’m a bit confused. bp-templates directory contains bp-legacy and bp-themes/bp-default. I would expect one of those to be no longer used, probably the one marked legacy?

    Do I need to create new pages via the admin dashboard or new template files for the missing components? Or both?

    At the above link it states

    Pages are automatically generated for the BuddyPress components

    . This didn’t happen when I enabled the Buddypress plugin.

    #231176
    danbp
    Participant

    The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair

    means that you haven’t installed correctly this 2 BP’s component pages. Read here to understand how this works:

    Configure BuddyPress

    BP 2.x is compliant with almost any theme. bp-default theme is no more used and only there for backwards compatibility.

    Templates are in bp-templates/bp-legacy/buddypress/

    #231175
    danbp
    Participant
    #231165
    tsabar
    Participant

    found it, BuddyPress Group Calendar was the culprit, redundant because i also have Events+

Viewing 25 results - 14,601 through 14,625 (of 69,016 total)
Skip to toolbar