Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,976 through 7,000 (of 22,649 total)
  • Author
    Search Results
  • #203572
    requiemz
    Participant

    Okay Ill fill out the questionnaire.

    1. Which version of WordPress are you running?

    4.0

    2. Did you install WordPress as a directory or subdomain install?

    Directory.

    3. If a directory install, is it in root or in a subdirectory?

    Subdirectory /var/www/web

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    No, its a vanilla install.

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    Yes.

    6. Which version of BP are you running?

    None, installing for the first time.

    7. Did you upgraded from a previous version of BP? If so, from which version?

    No.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    Yes see below:

    Bulk Move
    Move or remove posts in bulk from one category or tag to another
    Version 1.2.1

    Envato WordPress Toolkit
    WordPress toolkit for Envato Marketplace hosted items.
    Version 1.6.3

    Post Type Switcher Allow switching of a post type while editing a post (in post publish section) Version 1.3

    Regenerate Thumbnails
    Allows you to regenerate all thumbnails after changing the thumbnail sizes.
    Version 2.2.4

    Social Count Plus Display the counting Twitter followers, Facebook fans, YouTube subscribers posts and comments.
    Version 3.0.0

    Ultimate Coming Soon Page Creates a Coming Soon or Launch page for your website.
    Version 1.11.1

    Velvet Blues Update URLs This plugin updates all urls in your website by replacing old urls with new urls.Version 3.2.2

    Widget Importer & Exporter Imports and exports widgets.
    Version 1.1.4

    WordPress Importer Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.
    Version 0.6.1

    9. Are you using the standard BuddyPress themes or customized themes?
    Not sure what this means, I bought the theme and the vendor says its designed to work with BuddyPress.

    10. Have you modified the core files in any way?

    No.

    11. Do you have any custom functions in bp-custom.php?

    No.

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    NA

    13. Please provide a list of any errors in your server’s log files.

    Not sure which logs you need but this looks relevant:

    [Wed Oct 01 05:30:30.686873 2014] [fcgid:warn]  [client XXX.XX.XXX.XXX:1029] mod_fcgid: stderr: PHP Warning:  opendir(/wp-content/themes/mightymag/inc/jackbox/img/graphics/): failed to open dir: No such file or directory in /var/www/web/wp-content/themes/mightymag/inc/jackbox/php/graphics.php on line 45, referer: http://mydomain.net/
    [Wed Oct 01 05:44:37.340658 2014] [fcgid:warn]  (104)Connection reset by peer: [client XXX.XX.XXX.XXX:1025] mod_fcgid: error reading data from FastCGI server, referer: http://mydomain.net/wp-admin/update.php?action=upload-plugin
    [Wed Oct 01 05:44:37.340781 2014] [core:error]  [client XXX.XX.XXX.XXX:1025] End of script output before headers: plugins.php, referer: http://mydomain.net/wp-admin/update.php?action=upload-plugin
    [Wed Oct 01 06:14:53.652260 2014] [fcgid:warn]  (104)Connection reset by peer: [client XXX.XX.XXX.XXX:1024] mod_fcgid: error reading data from FastCGI server, referer: http://mydomain.net/wp-admin/update.php?action=install-plugin&plugin=buddypress&_wpnonce=54d70bf280
    [Wed Oct 01 06:14:53.652392 2014] [core:error]  [client XXX.XX.XXX.XXX:1024] End of script output before headers: plugins.php, referer: http://mydomain.net/wp-admin/update.php?action=install-plugin&plugin=buddypress&_wpnonce=54d70bf280
    [Wed Oct 01 20:36:21.437859 2014] [fcgid:warn]  (104)Connection reset by peer: [client XXX.XX.XXX.XXX:1024] mod_fcgid: error reading data from FastCGI server, referer: http://mydomain.net/wp-admin/plugins.php?plugin_status=all
    [Wed Oct 01 20:36:21.437996 2014] [core:error]  [client XXX.XX.XXX.XXX:1024] End of script output before headers: plugins.php, referer: http://mydomain.net/wp-admin/plugins.php?plugin_status=all

    14. Which company provides your hosting?

    localhost

    15. Is your server running Windows, or if Linux; Apache, nginx or something else?

    LAMP

    #203567
    bp-help
    Participant

    @pfriem
    I have a premium plugin Private Community For BP that should do what you need if you are interested. You can ask any questions regarding this plugin you have here:
    Submit Comments, Tips or Tricks, or Job Inqueries

    #203197
    danbp
    Participant

    @msgliniewicz, @nexus66

    is not a feature to ask for and is already existing.


    @msgliniewicz
    , if you want to remove your theme login part, see your theme support or documentation first. Generally, this is made by creating a child theme, from where you can remove in a safe way the whole html concerning the login part.


    Reminder

    1. WordPress is the heart of your install. In any case.
    2. BuddyPress is only a plugin
    3. You can use any theme you want to get WP and BP showing

    Site login

    1. WordPress is the only one who manage logins and comes with a login widget.
    2. BuddyPress add xprofile (if enabled) to the WP login form. In other words, BP extend the WP login form and give you the ability to use it’s own login widget.
    3. Your theme can also come with a login widget.

    But there is only one login logic: username | password | login/logout | and sometimes additionnal tools like Remeber me and/or Forgot your password ?

    This means that you can use the WP login widget, or the BP login widget or your theme login widget. The only thing you have to do is to activate ONLY(preferably) one of these widget and to stay clear and logic with yourself.

    • If you use BP, choose preferably BuddyPress tools to show the plugin.
    • If you want to promote a mega super genius awesome responsive coffe delivering theme over anything else installed on your site, use the theme tools.

    In this case, remind to checkout any conflict possibility between such a theme and any of your plugins, even BP.

    #203190
    danbp
    Participant

    @reinforcez,

    the link given by @drakedoc was started over 4 years. Many solutions are given in this thread, and the last one was published a year ago.

    That solution works for 1.9 and above !

    /* Skip the Gravatar check when using a default BP avatar */ 	
    add_filter( 'bp_core_fetch_avatar_no_grav', '__return_true' );

    By the way you have also to modify the global WP setting of avatars to “mystery man” or “nothing”.

    Another solution to avoid gravatars slowing down a big site (at least > 500 members), is to use a specific cache plugin like Nix Gravatar Cache. Complete list here.

    #202823
    1a-spielwiese
    Participant


    @modemlooper
    :

    Install BP extended settings plugin and choose option to hide activity tab on profiles.

    Does this plugin still exist and work? – I couldn’t find it on wordpress.org.

    danbp
    Participant
    bitpath
    Participant

    OK, but is there a way to just get rid of the “read more” behavior anyway? I would like to please control the length of the excerpt, and make it long enough where it is a non-issue regardless of theme. The posting and other parts of buddypress are working great with the theme I have chosen, and other than this I don’t seem to have any “theme issues” yet. I’ve found the less ajax I have on pages the less conflicts I get with different themes and plugins anyway and would rather increase the size and test getting rid of excerpt cutoffs altogether due to potential conflicts and funky interaction with other ajax components. For this implementation, I think it would be much better to limit the size of posts when people make them, and not attempt to truncate them in the activity stream at all, to avoid other possible ajax interactions with something like lightbox or different themes. I’m not sure the ideal size to allow yet though. I would also like to look at limiting the size of posts but am hoping that’s easier after changing the “…” [read more] behavior. I am comfortable editing code if I have to, I’m just not sure where to yet.

    These are the posts I’ve found of people trying to get rid of the “…” and [read more], or change the excerpt size and wording, but they’re old. There may be partial solutions in these threads but I’m afraid I don’t understand how to pull it all together or if they resolved it.

    thank you.

    Similar issue but didn’t see resolved, just replies stopped- https://buddypress.org/support/topic/activity-stream-read-moreview-link-missing/

    https://wordpress.org/support/topic/vexatious-read-more-linkslack-thereof/

    https://buddypress.org/support/topic/need-help-with-activity-stream/

    #202796
    OurWebMedia
    Participant

    Hello,

    I tried installing the “bp-theme-pack” plugin from an old backup we had since it’s no longer available on WordPress.org and didn’t seem to make a difference. However, I have (since posting this) made some progress. I guess what my biggest challenge is, so many things have changed since my last using BP.

    I may post back with some questions but right now I’ve finally made some progress.

    Thank you for your reply.

    #202776
    r-a-y
    Keymaster

    The following functions register the scripts that BP uses.

    bp_core_get_js_dependencies():
    https://buddypress.trac.wordpress.org/browser/tags/2.1/src/bp-core/bp-core-cssjs.php#L246

    bp_core_register_common_scripts():
    https://buddypress.trac.wordpress.org/browser/tags/2.1/src/bp-core/bp-core-cssjs.php#L12

    The actual enqueuing occurs in /buddypress/bp-templates/bp-legacy/buddypress-functions.php:
    https://buddypress.trac.wordpress.org/browser/tags/2.1/src/bp-templates/bp-legacy/buddypress-functions.php#L229

    #202764
    r-a-y
    Keymaster

    Does this mean that BP will ship with an unminified version of buddypress.css?

    Sorry, I should clarify! BP already ships with an unminified version of buddypress.css. See /wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.css.

    buddypress.min.css is loaded unless the SCRIPT_DEBUG is set to true.

    Most installs will not have SCRIPT_DEBUG set so the minified version is loaded.

    However, when you override the CSS in your child theme, in BP 2.1, this meant that we looked only for /wp-content/themes/YOUR-THEME/buddypress/css/buddypress.min.css, this broke customizations for sites relying on the CSS file to be named /wp-content/themes/YOUR-THEME/buddypress/css/buddypress.css.

    See https://buddypress.trac.wordpress.org/ticket/5888.

    To fix this, we are currently proposing that BP looks for CSS files on a production site in this order:

    1. /wp-content/themes/CHILD-THEME/buddypress/css/buddypress.css (this can be minified or not, your call)
    2. /wp-content/themes/PARENT-THEME/buddypress/css/buddypress.css (this can be minified or not, your call)
    3. /wp-content/plugins/buddypress/bp-templates/bp-legacy/css/buddypress.min.css

    If your child or parent theme does not have a buddypress.css file, it will fallback on the bp-legacy’s minified CSS.

    Does this clarify things? Or does this further add to the confusion 🙂

    #202757
    r-a-y
    Keymaster

    This is a bug that is fixed and scheduled for v2.1.1.

    In the meantime, add this interim fix to /bp-blogs/bp-blogs-functions.php:
    https://buddypress.trac.wordpress.org/attachment/ticket/5897/5897.01.patch

    #202681
    missnishar
    Participant

    yes,it absoulty possible with wordpress,Even for security you can also include login process with registration.

    #202524
    danbp
    Participant

    @vernontessio,

    it depends on how you use bbpress ! As standalone forum or as group forum.

    If you use buddypress’s group forums, you create a hidden group which will be only seen by the members who belongs to it and nobody else.

    If you use bbpress outside of BP as standalone forum, you can use Private Groups plugin.

    Remember also that Everything in a BuddyPress community revolves around its members.

    #202521
    bp-help
    Participant
    #202514
    shanebp
    Moderator
    #202286
    Henry Wright
    Moderator

    Hi @dogguyjosh

    You could certainly achieve something like this with WordPress and BuddyPress (and maybe one or two more plugins). Try searching the WordPress Plugin Directory for membership plugins and try some out on a test install to see which work best for you.

    Regarding Geolocation, I’ve used Geo Mashup and can recommend it. That said, I haven’t tried it with BuddyPress but I have found the developer usually responds to support questions if anything is needed to be asked. See their Google Group

    #201180
    Henry Wright
    Moderator

    Hi @namrons

    This will most likely need a Trac ticket. Feel free to create one here:

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

    #201151
    1a-spielwiese
    Participant

    Follow-up:

    7th:

    Capability Manager Enhanced to define custom user roles, if you’re not satisfied with the default wordpress roles (subscriber, contributor,…).
    The first step is to create your user roles

    https://buddypress.org/support/topic/resolved-different-profile-types-and-different-user-roles/

    As ready implied there: I did this – and it works so far.

    8th:

    Create a xprofile field (selectbox) with the title “User Role” and name the options “Band Role” and “Fan Role” – in my case. You can call them whatever you want. Place this field in the “base” profile group, otherwise it won’t be shown during registration. Also make the field “required”. In my case the user can’t decide, if the visibility of the field can be changed.

    I did it already, when I installed and activated ‘BP Profile Search’-plugin – and it works.

    However, to choosed a dropdown menu and the categories ‘team’ and ‘fan’.

    9th:

    I modified:

    ?php
    function custom_bp_core_signup_user($user_id) {
        $user_role = strtolower(xprofile_get_field_data('User Role', $user_id));
        switch($user_role) {
            case "Band Role":
                $new_role = 'band';
                break;
            case "Fan Role":
                $new_role = 'fan';
                break;
        }
        wp_update_user(array(
            'ID' => $user_id,
            'role' => $new_role
        ));
    }
    add_action( 'bp_core_signup_user', 'custom_bp_core_signup_user', 10, 1);

    into:

    function custom_bp_core_signup_user($user_id) {
        $user_role = strtolower(xprofile_get_field_data('Mitglieder-Kategorie (Team oder Fan?)', $user_id));
        switch($user_role) {
            case "Team":
                $new_role = team';
                break;
            case "Fan":
                $new_role = 'fan';
                break;
        }
        wp_update_user(array(
            'ID' => $user_id,
            'role' => $new_role
        ));
    }
    add_action( 'bp_core_signup_user', 'custom_bp_core_signup_user', 10, 1);

    (I omitted <?php, because I created not a new bp-costum.php, rather inserted the code into my yet existing bp-costum.php. I inserted the modified code above the line ?>.)

    I did not understand, which effect this insertion should have – but, however, – as far as I see – it causes no harm.

    Did anyone understood, for which purpose the above mentioned code is?

    10th:

    I inserted as well:

    //hide the user role select field in edit-screen to prevent changes after registration
    add_filter("xprofile_group_fields","bpdev_filter_profile_fields_by_usertype",10,2);
    function bpdev_filter_profile_fields_by_usertype($fields,$group_id){
    
    //only disable these fields on edit page
    if(!bp_is_profile_edit())
    return $fields;
    //please change it with the name of fields you don't want to allow editing
    $field_to_remove=array("User Role");
    $count=count($fields);
    $flds=array();
    for($i=0;$i<$count;$i++){
    if(in_array($fields[$i]->name,$field_to_remove))
    unset($fields[$i]);
    else
    $flds[]=$fields[$i];//doh, I did not remember a way to reset the index, so creating a new array
    }
    return $flds;
    }

    into my bp-costum.php – again above the line ?>.

    It does not work:

    — threre the user role is still changeable:

    http://kampfsportlerinnenneuwied.1a-spielwiese.de/wp-content/uploads/sites/2/2014/09/user_role_still_changeble.jpg

    http://1a-spielwiese.de/members/kampfsportlerinnenneuwied/profile/edit/group/1 causes an redirection error. – The redirection error disappears, when I’m not logged in as kampfsportlerinnenneuwied, rather as superadmin.

    #201130
    ivanguinea
    Participant

    Sorry:

    This is the list of my plugins:
    BackWPup
    Better WordPress Minify
    Breadcrumb NavXT
    Buddypress
    BuddyPress Registration Groups
    Formulario de Contacto 7
    Cookie Law Info
    Gears
    Hide Admin Bar From Non-admins
    Hide User Profile Fields
    Límitador de intentos de login
    Nav Menu Images
    Paid Memberships Pro
    PMPro Check Levels
    PMPro Customizations
    PMPro Email Templates
    PMPro Register Helper
    Regenerate Thumbnails
    Remove Dashboard Access
    Revolution Slider
    Simple Social Icons
    Editor de Roles
    WordPress SEO
    WP-Optimize
    WPBakery Visual Composer
    WP Google Fonts
    WP Smush.it
    WP Super Cache
    WP User Frontend Pro

    My theme is Klein (http://klein.dunhakdis.me/)

    #201098
    Henry Wright
    Moderator

    Hi @chiefalchemist,

    Should I add a new Role and have a cap (say) ‘employee”? Or remove caps from the Contributor role?

    Both are completely valid approaches but perhaps creating an ’employee’ role with custom capabilities would make more sense?

    Regarding the use of a membership plugin, you could go down that route, else the current_user_can() and user_can() functions will help if you decide to use custom code.

    Refs:

    #201090
    mabellaneda
    Participant

    Hello,

    I’m suffering a lot of issues too with the translation into Spanish, in such a way that I had to patch it several times after trying different configurations.

    So! To the point. It works for me now and I explain here my current configuration:

    1. I’ve downloaded the BuddyPress translation package from https://translate.wordpress.org/projects/buddypress/ and contributed with some translations (specifically for Spanish: https://translate.wordpress.org/projects/buddypress/dev/es/default)

    2. Saved the .mo and .po files in /wp-content/languages/plugins as recommended by the Moderators: https://translate.wordpress.org/projects/buddypress/dev/es/default.
    And configured the site in Spanish (particularly I tried to do it dinamically)

    3. Becuase I try to change the language dinamically according to the browser preferred language I use the xili-language plugin, which “helps” you to manage in what language you’ll display your WordPress, but I’m no sure if it is decisive for the BuddyPress translation. In this plugin there’s a configuration to mention and not enough documented. In case you use the plugn, in the tub “Settings for expert” there are rules to specify. My configuration is:
    Wordress rule –> translation in local
    BuddyPress rule –> no modification

    5. At this point the translation didn’t work correctly or I didn’t succeed in translating some strings that remained in English (like: “Members”, “Groups”, “Notifications”, “Activity” in the BuddyPress navigation menu and others). So, I edited the .po file with PoEdit and updated it with the BuddyPress catalog “buddypress.pot”:

    Customizing Labels, Messages, and URLs

    6. I updoaded the modified .po and .mo files to the mentioned folder /wp-content/languages/plugins and didn’t change a thing. I read then in forums the different issues with translations, for example:

    https://buddypress.org/support/topic/translation-fails-only-at-sitewide-activity/
    https://buddypress.trac.wordpress.org/ticket/5655
    https://buddypress.org/support/topic/buddypress-2-1-bp-language/
    https://buddypress.trac.wordpress.org/ticket/5887
    https://buddypress.org/support/topic/buddypress-2-1-known-issues/ (here there’s another workaround)

    7. And I added the following lines to the file functions.php of my child theme:

    function igf_my_child_theme_setup() {
    load_child_theme_textdomain( ‘my_child_theme’, get_stylesheet_directory() . ‘/languages’ );
    load_plugin_textdomain(‘buddypress’, false, basename( dirname( __FILE__ ) ) . ‘/languages/’ );
    }
    add_action( ‘after_setup_theme’, ‘igf_my_child_theme_setup’ );

    And it begans to translate correctly! I’m sorry I really don’t understand why. Furthermore I thought that the buddypress textdomain was set by the plugin xili-language but, as I said, I’m not clever enough or it is not well documented.

    I know there’s a lot of steps to do, I was really frustated with it, but if you try something like this

    Anyway, as this is my first post, I have to thank to the developers for the software and the great effort, of course; it has helped me a lot too.

    Regards.

    #201085
    r-a-y
    Keymaster

    @ivanguinea – If you recently added some new strings on translate.wordpress.org, you might need to force a translation update to see the changes.

    By default, translation updates get updated when WordPress checks for new versions of plugins.

    One way to force this is by installing the WP Crontrol plugin and by forcing the 'wp_update_plugins' cronjob to run. Untested, but please do try and let us know if it works.

    #201062
    shanebp
    Moderator
    #201027
    dasfx3
    Participant

    BTW

    I’m new to wordpress – how were you able to find my user name? Should I be concerned about this as a security risk?

    r-a-y
    Keymaster

    Thanks for reporting, @michaeltransmissions.

    I’ve added a fix for this here:
    https://buddypress.trac.wordpress.org/attachment/ticket/5903/5903.01.patch

    Let me know if this works for you.

Viewing 25 results - 6,976 through 7,000 (of 22,649 total)
Skip to toolbar