Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 4,651 through 4,675 (of 22,658 total)
  • Author
    Search Results
  • #252835
    Henry Wright
    Moderator

    Do you have a page set up in your WordPress admin area with a slug of register?

    #252817
    fredgraver
    Participant

    Sure:

    bbPress
    BB Profile Search
    BB Registration Options
    BuddyPress
    BuddyPress Cover Photo
    BuddyPress Docs
    BuddyPress Group Email
    Fast Secure Contact Form
    K Elements
    NextGen Gallery
    NextGen Plus
    rtMedia for WordPress, BuddyPress and bbPress
    Sidekick
    Slider Revolution
    User Role Editor
    WP Smush Pro
    WP-DBManager
    WPBakery Visual Composer
    WPMU Dev Dashboard

    No Custom Code on there, just what comes with Kleo and WP.

    thanks!

    fred

    #252808
    Henry Wright
    Moderator
    #252803
    Rapforthemoment
    Participant

    I have successfully removed the message from appearing in my backend by cutting out this code in wp-content/plugins/buddypress/bp-core/admin/:

    if ( !empty( $orphaned_components ) ) {
    		$admin_url = bp_get_admin_url( add_query_arg( array( 'page' => 'bp-page-settings' ), 'admin.php' ) );
    		$notice    = sprintf( __( 'The following active BuddyPress Components do not have associated WordPress Pages: %2$s. <a href="%1$s">Repair</a>', 'buddypress' ), esc_url( $admin_url ), '<strong>' . implode( '</strong>, <strong>', $orphaned_components ) . '</strong>' );
    
    		bp_core_add_admin_notice( $notice );
    	}

    So far there are no malfunctions and no drawbacks. The message is gone and everything appears normal. Seemed to do the trick. Now I can register users through my themes registration process and not have to worry about any Buddypress registration.

    #252790
    sharmavishal
    Participant

    Regrets am not a coder.. Try wall plugin of buddyboss…else check this

    Me and My Friends Only Activity Stream

    The author bp-help has done some good work

    #252765
    Paul Wong-Gibbs
    Keymaster

    BuddyPress 2.5 made a lot of changes to how BuddyPress works with emails. We’ve been making incremental fixes and compatibility improvements in each release since, and we have v2.5.3 almost ready for sometime in the next couple of weeks or so.

    People still having problems could try running https://en-au.wordpress.org/plugins/bp-email-to-wp-mail-from-bridge/ to see if it helps, but we have other fixes in place for v2.5.3 that aren’t provided by this plugin.

    #252763
    Paul Wong-Gibbs
    Keymaster

    Thanks. This isn’t actually a bug in BuddyPress, but we flag it to reveal code in other plugins running at the wrong time because quite often this can cause very subtle problems in BuddyPress and other plugins.

    We’ve very recently adjusted the messaging to make it clearer which plugin is causing us to trigger this notice: https://buddypress.trac.wordpress.org/changeset/10709/

    #252758
    Rapforthemoment
    Participant

    Hey Buddypress users. I have current version of WordPress and Buddypress (4/22/2016).

    I am trying to completely remove the need for Buddypress registration. Reason being, I have a theme that has its own registration process. With Buddypress registration, that makes it two completely different registration processes.

    I want to remove the need to have a Buddypress registration process completely. I have searched throughout your entire forum and I have tried everything. Nothing works. I continue to get the message “Missing buddpress register page. Repair.”

    shanebp
    Moderator

    Try:
    add_action( 'wp_head', 'hide_bubble_logged_out' );

    https://codex.wordpress.org/Plugin_API/Action_Reference/wp_head

    #252660

    In reply to: Blog commenting system

    Henry Wright
    Moderator

    Some parts of BuddyPress use AJAX and some don’t. It’s common for plugin developers to add their own JavaScript, so feel free. See this article for info:

    https://codex.wordpress.org/AJAX_in_Plugins

    sharmavishal
    Participant
    sharmavishal
    Participant

    When I activate some members they are not added to the members list.

    BP considers activated users when they login to the website. else it doesnt.

    activation emails dont go or goes to spam folder? check this plugin and use it as per your requirements

    https://wordpress.org/plugins/wp-mail-options/

    Also if your email domain is on lets say google apps and you are using the email domain to send mail from your site hosted on a different server you need to add email srv records

    #252594
    emoreno108
    Participant

    Hello People, I have a similar problem, change-cover-image does not work. This happens with every theme. I have two installations of wordpress, one works (installed locally) and a remote one in the web server which does not work.

    Making test with buddypress style I installed plugins as follows:

    BuddyPress Profile Tabs
    BuddyPress – New UI

    Both currently deleted. I cannot say change-cover-image was working before the plugins above.

    What I can say is that some strange characteres are displayed before and after the select-file frame as follows:

    Before:” /*Subir/*]]>*/
    /*Hacer foto/*]]>*/

    /* ”

    After:” /*]]>*/ ”

    I included the quotes. JIC my installation is in spanish.

    Thanks a lot in advance people

    #252593
    Paul Wong-Gibbs
    Keymaster

    There is one other tweak that’s coming up in BuddyPress 2.5.3 (not sure when it’ll be released, would guess a week or two) that might address it. After 2.5.3, BuddyPress should be identical with WordPress in terms of compatibility with the majority of plugins that help WordPress support SMTP.

    For the record, if you’re running a plugin that defines wp_mail() that helps you have WordPress’ emails be sent, then it just won’t work with BuddyPress.

    #252583
    Paul Wong-Gibbs
    Keymaster
    #252580
    dfarland
    Participant

    I’ve confirmed the 3rd party email blocking only applies to (mt)’s WordPress hosting not their Grid system. Unfortunately, that means I’m back to it being a BuddyPress / SMTP issue.

    I’ve tried a couple of other email plugins and none have worked either. Again, regular WP emails are working fine.

    #252565
    danbp
    Participant

    The po file is the working copy, it’s not the translation. The only file you need is the compiled .mo format file.

    1) i’m not aware of this behave and i doubt you can get this to work.
    2) yes
    3) yes
    4) you understood wrong. I said the inverse.

    To resume the situation:
    WP stays in english and you want BP in a different language. This is not possible with the automatic translation system.

    Maybe you have to use some multilanguage plugin ?
    https://wordpress.org/plugins/search.php?q=translation

    #252564
    sharmavishal
    Participant

    Thanks for your time on this..highly appreciated…regarding the points

    1. setting up WordPress to a custom language.

    i am not using wp lang files…so in site/settings/general i keep the default english option on a multisite for french language. is this correct way? i dont want WP in French but only BP in French. Backend WP+BP should remain in english. only frontend should be french.

    2. Note that the language should exist on GlotPress and must be completed to 100%.

    that means lang files which are NOT 100% complete i need to update them manually in future?

    3. the translation will be automatically uploaded to wp-content/languages/plugins/

    yes. i want the latest translation files to be automatically updated. i wont be doing any manual translations as i dont know the languages. so if i want to translate BP and BB then is the following structure correct:

    /wp-content/languages/plugins/buddypress-fr_FR.po
    /wp-content/languages/plugins/bbpress-fr_FR.po

    4. Custom usage

    this has me confused. this line “you can store your custom version in the first directory wp-content/languages/plugins/.”

    custom PO files go to wp-content/languages/plugins/buddypress right? which i wont require as i wont be doing custom trnaslations. is this correct assumption?

    wp-content/languages/plugins/ has the po files which would be auto updated as and when there are updates right?

    Thanks once again

    #252562
    danbp
    Participant

    Common usage

    To get automatically a buddypress translation for your site, you have nothing special to do, except setting up WordPress to a custom language.

    Note that the language should exist on GlotPress and must be completed to 100%.
    https://translate.wordpress.org/projects/wp-plugins/buddypress

    In this case, which is default situation, the translation will be automatically uploaded to wp-content/languages/plugins/

    For each new BP version (at least any major releases), you will receive the latest translation available. And the existing po/mo files are then overiden.

    Custom usage

    If you use a custom translation, you have to protect your work from automatic updates which continues to work. To do that, you need to create a buddypress folder in the default location:

    wp-content/languages/plugins/buddypress

    Once this location exist, it receives priority when a new translation is available. From this point, you continue to receive the translation in the new directory and you can store your custom version in the first directory wp-content/languages/plugins/.

    This is how it works actually for BuddyPress. Will perhaps be modified in the future. But no idea when and how.

    #252554

    In reply to: Blog for users

    danbp
    Participant

    There is no plugin for that. If you have subdomains, you should setup your host so it can work with subdomains…
    If it is allowed by your host, you can setup a wildcard.
    And your network will be namrezi.org, with sub-domains like blog1.namrezi.org, blog2.namrezi.org
    and your users can then create their own blog inside that network.

    Read here https://codex.wordpress.org/Configuring_Wildcard_Subdomains

    #252546

    In reply to: Blog for users

    danbp
    Participant

    How can you have define(‘MULTISITE’, true); if you have NO multisite and 13 subdomains if subdomain install is set to false ?

    Please read attentively here: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/

    #252545
    danbp
    Participant

    Hi,

    thank you for reporting your thoughts. But the mentionned warnings are very generic, and more important, related to vulnerabilities listed by WPScan Vulnerability Database. It gives you an information, but you have to investigate more about it when you get some alerts.

    But before you get in panic, check WPScan and one or two other service, to confirm. In 2016, such informations are also relayed by social networks. If you find nothing there, you’re probaby not concerned, even if the plugin let you know about a defection. 🙂

    In your examples, the first message is related to a step cookie using json, and the second mention a deprecated function. This doesn’t mean it is bad or dangerous, but that it is no more used or mostly because it will be removed in a next version. Until, it continues to work.

    Once reported by WPScan, the plugin relies a vulnerability on your site. That’s fine, but doesn’t mean the vulnerability affected your site, or even that the vulnerability wasn’t already solved. For example you will see that BuddyPress isn’t reported on WPScan. And the 2 vulnerabilities reported for bbpress (in 2014 !), where both solved in version 2.0. FYI, latest stable version of bbpress is 2.5.8

    By experience, i can tell that most of WP vulnerabilities and sister projects like BuddyPress, are actively handled in a few hours after they have been reported.

    It’s important to be concerned by security, but it’s also important to know about security (not only trusting to a plugin) and very health savy, to not to sink into paranoia. 😉

    A first step into WP security would be to read here.

    As best practice advice: contact directly the devs when you are aware about a vulnerability. Don’t give any public information or details about it (to avoid replication) and stay discreet, at least until you received some official instructions.

    Of course you can also mention all this to the devs here: https://buddypress.trac.wordpress.org/report

    #252543

    In reply to: Blog for users

    danbp
    Participant

    If your WordPress is correctly declared as multisite and is network activated, no, there is no other blog setting inside BuddyPress.

    In the network admin menu, you normally have two network items under Settings:
    network setting and network setup.

    What do you see in the first box of network setup ?

    #252526
    @mercime
    Participant

    @noahboddy BuddyPress is compatible with nearly all WordPress themes. Checked out the source code of your theme’s page.php. It’s clean and should work with BP. So in all probability, the conflict could with another plugin. Good luck.

    #252525
    OpenRing
    Participant

    YES WE CAN!!

    We can combine simultaneously these 2 features below:
    – Multiple forums assigned to 1 or more Groups
    – Multiple groups assigned to 1 or more Users

    Just using THIS PLUGIN: https://wordpress.org/plugins/bbp-private-groups/
    This guy is a holy person!!!

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