Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 6,826 through 6,850 (of 32,561 total)
  • Author
    Search Results
  • #244896
    nautinz
    Participant

    Sorry missed these

    1. Which version of WordPress are you running?
    4.3.1

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

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

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

    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?
    2.3.3

    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?
    Can I submit this to you privately?

    9. Are you using the standard WordPress theme or customized theme?
    http://themeforest.net/item/porto-responsive-html5-template/4106987

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

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

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

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

    14. Which company provides your hosting?
    digitalcoean/cloudflare

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

    #244871
    modemlooper
    Moderator

    Read this on overriding BP templates in your theme. https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    Basically you’d copy single.php to your theme/buddypress/members/single/messages/single.php keeping the same folder structure

    #244858
    Henry Wright
    Moderator

    are there any guidelines for issue posting?

    Anything that you think may help the core team really. Usually a list of steps describing how to reproduce the problem is super useful. Also, as much info about your setup as you can such as plugins activated, theme, whether you use multisite, which browser you use and so on.

    #244842
    ch1n3s3b0y
    Participant

    @klame – Hey. Yep, it goes in bp_custom.php, though I think you could also put it into your functions.php if you wanted (depends if you want the same functionality if you change theme).

    Keep _member_role as it is. The ‘yourrole’ and ‘myrole’ are the names of your user roles that you created, e.g. ‘subscriber’, ‘administrator’ etc.

    #244840
    Henry Wright
    Moderator

    Hi @goakes

    Yes that’s right, you can copy and paste the code into your child theme’s functions.php file.

    #244835
    goakes
    Participant

    Hello Henry

    Just to check the code is inserted in the child theme functions.php? If not where is the code inserted?

    Gary

    #244834
    Henry Wright
    Moderator

    There’s currently also 29 themes in the WordPress Theme Dir tagged “BuddyPress”. See here. I’m not sure if any of these will be different to the themes you’ve seen already at BP Inspire, but it’s worth taking a look 🙂

    #244831
    Henry Wright
    Moderator

    Hi @julia_b

    http://www.bpinspire.com/ might be useful to you. It showcases lots of popular BuddyPress websites and themes.

    Henry Wright
    Moderator

    That information never arrived at the email.

    Just a thought, check your spam folder as sometimes activation emails end up there.

    I attempted another registration with different credentials and email and this time nothing happened.

    This might be a problem with your theme. Try activating TwentyFifteen and complete the registration form again. Also deactivate any plugins you’ve installed, just to be sure none of those are causing the problem.

    #244804
    DanielEngelhardt
    Participant

    In case someone else wants to send users straight to the edit-page when clicking on “profile”-link, i got to manage it this way:
    (THIS HAS TO BE DONE IN wp-content/plugins/bp-custom.php, NOT IN YOUR CHILD THEMES functions.php)

    function my_change_profile_default_subnav() {
      global $bp;
      if (bp_is_my_profile()) {
        bp_core_new_nav_default(array( 'parent_slug' => $bp->profile->slug, 'screen_function' => "xprofile_screen_edit_profile", 'subnav_slug' => $bp->profile->edit->slug));
      }
    }
    add_action( 'bp_setup_nav', 'my_change_profile_default_subnav' );

    What helped me a lot was to temporarily put this snippet into my functions.php:

    function bp_dump() {
        global $bp;
     
        foreach ( $bp as $key => $value ) {
            echo '<pre>';
            echo '<strong>;' . $key . ': </strong><br />';
            print_r( $value );
            echo '</pre>';
        }
        die;
    }
    add_action( 'wp', 'bp_dump' );

    It gives you all the slugs, screen-functions, css-ids and all that good-to-know-stuff.

    Hope this helps 😉

    #244792
    shanebp
    Moderator

    ‘list’ is not a standard BP tab.
    It’s being added by your theme or some other plugin.

    #244785
    nagarjunsarathy
    Participant

    Hi,

    I am facing the same issue.

    My WordPress version- 4.3.1
    BuddyPress version- 2.3.3
    Theme- Twenty Thirteen
    Plugins used- Branded Login Screen, Register Plus Redux.

    As an Admin, able to edit my profile but not able edit profile as an user.
    And all components of BuddyPress is throwing 404 error.
    Can anyone please help me as I am new to this field.

    Thanks

    #244784
    Skvirly
    Participant

    Hi @danbp
    Bad news. I deactivated all plugins and activated WP theme 2015. All works well. I only activated BP 2.3.3. and the activity stream already gives me exactly the same error:
    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 7680 bytes) in xxx/wp-content/plugins/buddypress/bp-core/bp-core-functions.php(147) : runtime-created function on line 1

    Seemingly I am the only one with this problem. Should I proceed to a completely fresh install ?

    #244782
    danbp
    Participant

    Hi @skvirly,

    unfortunately, i think nothing about your issue, except that it seems that something is interfering somewhere.

    The best practice in such case is to start from the begin.
    Activate WordPress and 2015 theme. Check that anything is correctly working.
    Then activate BuddyPress. Re-check.
    Then bbPress. Re-check.
    Then, activate Sweet Date theme. Re-check.

    If all is Ok, and only if all, you now have a base install of WP/BP/bbP and your theme working correctly. There shouldn’t be any notice or warning at this stage. If you got one, it’s a probleme with the theme.

    If this is ok, you add one plugin. And re-check. This normally make things easier to debug.
    As it is apparently related to xprofile, it could be possible that if you use contactform plugin for your register page, that something is wrong with that plugin. But this is only a hypothesis, not a certainty.

    Note that php memory_limit of 128 mo is enought to run a script, when BP is running on a single install. Aside, note also it’s default for php 5.6 version.

    Happy debuging.

    #244779
    unwiredtech
    Participant

    Hi danbp,

    You’re right, the media uploader is working for 2015 theme. Are there any hope for this? I am about to launch this site and I don’t want to redo my work.

    It seems this is the culprit.
    Uncaught TypeError: Cannot read property 'replace' of undefined

    #244776
    Henry Wright
    Moderator

    a) If I click to “View” the message (not the html link), in the majority of cases I’m taken to the error page. I’m not clear why this is the case?

    Did you happen to delete those activity items? The reason I think you are getting the error page is because those activity items don’t exist.

    b) Is there a way to disable html coding in these message boxes?

    Yes. You need to filter the text so that all HTML tags are stripped out. There are WordPress functions that can do this for you. See wp_filter_nohtml_kses().

    Ref: https://codex.wordpress.org/Function_Reference/wp_filter_nohtml_kses

    2. How do you get the edit facility to appear under Profile? I have Extended Profiles checked. I can only see “View” and “Change Profile Photo”.

    This could be a theme issue. Try activating TwentyFifteen to see if you get the edit facility appear.

    3. Is there a way to disable the html coding for all of the message boxes i.e. site-wide, private, public, groups and members?

    Yes, but it isn’t as straightforward as updating a setting. You’ll need to filter each one, using wp_filter_nohtml_kses() to strip out the tags, as mentioned above.

    Hope this helps!

    #244768
    danbp
    Participant

    Give a try with 2015 theme.
    Note that Genesis Connect (latest was 2014-1-25) is a backward compatibility plugin for BP that was installed prior to version 1.7. Though that plugin is interfering with group photo.

    #244724
    Eskymo
    Participant

    Hi danbp

    I’ve read through that before and it doesn’t sound so easy to me.

    I’m not a PHP, BuddyPress or WordPress expert I’m afraid, so editing core files is not something I feel comfortable doing. Plus if I wanted to add an image where would I do that? That’s why I was hoping there was a way to do this using a template file as I want to do more than just change the page title.

    I don’t know how to generate a .MO file and I wouldn’t know how to edit a .PO or a .MO file either or what to put in them.

    If you offer any further support, that’d be great.

    So far, I’ve copied this file: buddypress/bp-themes/bp-default/registration/register.php into my child theme and edited it and added content form tips where I want them, but I’m still left with the ‘Create an Account’ text at the top that I can’t get rid of – any ideas?

    Evie

    #244705
    Eskymo
    Participant

    OK, I’ve gone through the buddypress plugin folder and found all instances of the words ‘Create an Account’ and there is only one file in which added edits will appear on the site and it’s this file:

    /wp-content/plugins/buddypress/bp-members/bp-members-screens.php

    How can I add this file to my buddy child theme so that I can make the text changes I require so that I’m not edited core plugin files?

    However this doesn’t help with wanting to edit the ‘Registering for this site is easy….’ bit of text. So Can anyone help with a complete solution here?

    Thanks

    #244704
    Skvirly
    Participant

    @danbp: Thank you for the suggestion. I forgot that. I did try and I get exactly the same behaviour so we can rule out any theme related issue. It really seems to be a Buddypress problem with several plugins.
    Any other suggestions to see where the problem might be ?
    Thanks.

    #244694
    shanebp
    Moderator

    Then create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\members\register.php

    In that file, prevent the display of certain fields by checking them by using
    bp_get_the_profile_field_id() or bp_get_the_profile_field_input_name()
    in the loop: while ( bp_profile_fields() ) : bp_the_profile_field();

    #244677
    danbp
    Participant

    Activate debug mode in wp-config and deactivate all plugins and use 2015 theme. All this is explained on the page i indicated….

    #244674
    Henry Wright
    Moderator

    The Theme My Login plugin is useful in handling redirection. Taken from the plugin’s feature list:

    Redirect users upon log in and log out based upon their role

    I’ve done this myself using the plugin and can confirm it works quite well with BuddyPress installed.

    #244666
    danbp
    Participant

    @patrickasd1

    It is working.
    Are you sure you copied correctly the snippet to your theme functions.php file ?
    Triple check what you paste. A missing tag or semi colon can lead to blank page due to a php error.

    #244658
    buddywhatshisname
    Participant

    Here’s a backtrace:

    
    [22-Sep-2015 02:59:19 UTC] bp_blogs_sync_delete_from_activity_comment::Started with $activity_id=14062
    [22-Sep-2015 02:59:19 UTC] bp_blogs_sync_delete_from_activity_comment::Done - about to return false
    [22-Sep-2015 02:59:19 UTC] bp_blogs_sync_delete_from_activity_comment::backtrace=Array
    (
        [0] => Array
            (
                [function] => bp_blogs_sync_delete_from_activity_comment
                [args] => Array
                    (
                        [0] => 1
                        [1] => 14043
                        [2] => 14062
                    )
    
            )
    
        [1] => Array
            (
                [file] => /wp-includes/plugin.php
                [line] => 213
                [function] => call_user_func_array
                [args] => Array
                    (
                        [0] => bp_blogs_sync_delete_from_activity_comment
                        [1] => Array
                            (
                                [0] => 1
                                [1] => 14043
                                [2] => 14062
                            )
    
                    )
    
            )
    
        [2] => Array
            (
                [file] => /wp-content/plugins/buddypress/bp-activity/bp-activity-functions.php
                [line] => 2468
                [function] => apply_filters
                [args] => Array
                    (
                        [0] => bp_activity_delete_comment_pre
                        [1] => 1
                        [2] => 14043
                        [3] => 14062
                    )
    
            )
    
        [3] => Array
            (
                [file] => /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress-functions.php
                [line] => 1115
                [function] => bp_activity_delete_comment
                [args] => Array
                    (
                        [0] => 14043
                        [1] => 14062
                    )
    
            )
    
        [4] => Array
            (
                [function] => bp_legacy_theme_delete_activity_comment
                [args] => Array
                    (
                        [0] => 
                    )
    
            )
    
        [5] => Array
            (
                [file] => /wp-includes/plugin.php
                [line] => 508
                [function] => call_user_func_array
                [args] => Array
                    (
                        [0] => bp_legacy_theme_delete_activity_comment
                        [1] => Array
                            (
                                [0] => 
                            )
    
                    )
    
            )
    
        [6] => Array
            (
                [file] => /wp-admin/admin-ajax.php
                [line] => 91
                [function] => do_action
                [args] => Array
                    (
                        [0] => wp_ajax_delete_activity_comment
                    )
    
            )
    
    )
    
    [22-Sep-2015 02:59:19 UTC] bp_activity_delete_comment::Quit after apply_filters
    
Viewing 25 results - 6,826 through 6,850 (of 32,561 total)
Skip to toolbar