Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 14,976 through 15,000 (of 69,016 total)
  • Author
    Search Results
  • #228222
    @mercime
    Participant

    @fugglet Unless you’re using the BP Default theme, the change you made won’t affect what shows up in your theme as you found out. Instead of revising core files (which would be overwritten when you upgrade next), you could do either of the following:

    – copy over https://buddypress.trac.wordpress.org/browser/tags/2.1.1/src/bp-templates/bp-legacy/buddypress/members/register.php into your theme or child theme following the directory structure, i.e. yourThemeName/buddypress/members/register.php and make the changes in that file.

    – or http://blog.ftwr.co.uk/archives/2010/01/02/mangling-strings-for-fun-and-profit/

    #228218
    YokoSix
    Participant

    Sorry for spamming! But is it somehow possible to give BuddyPress pages certain IDs, so the comments can use them?

    #228211

    In reply to: Profile BuddyPress

    Icaroferreira
    Participant

    Note: That is basically what I want, is that the profile photo to appear larger and the information right side of the photo, only, equal this same link, just that:
    http://ajudaroproximo.com.br/wp-content/uploads/2014/11/profile-buddypress.jpg

    On the rest I use the style of my theme.

    #228209

    In reply to: Profile BuddyPress

    Icaroferreira
    Participant

    I already have a theme. My site is already all set up this theme style.

    I would only change my BuddyPress, so, when you click “my account”, appearing equal this here.
    http://ajudaroproximo.com.br/wp-content/uploads/2014/11/profile-buddypress.jpg

    And, it works I using the CSS or HTML you used here?

    #228206
    YokoSix
    Participant

    Thanks! I put the function into wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php. I tried several comments.phps from several themes, but the only thing that always shows up is the number of comments (0 comments), but no comment forms. I think that’s because comments are closed on this kind of page and I don’t know how to “open” them. And when I modify the comment forms to show up on closed comments, the blank wp-comments-post.php appears, after I click submit.

    Thanks again for your help!

    #228204

    In reply to: Profile BuddyPress

    Henry Wright
    Moderator

    Hi @icaroferreira

    That’s how your theme styles the page. It’s done via HTML and CSS. Regarding your question, you have a few options:

    1. Write HTML and CSS yourself so that the style looks the same. See here and here for a guide to get you started
    2. Find a theme from the Themes Directory that does this for you. Note that you’ll want a theme that includes styles for the BuddyPress profile page (unfortunately, there’s not many around right now but more and more are slowly being released)
    3. Hire a designer to write some custom styles. The BP Jobs Forum is a good place to start if you decide to take this option.

    #228200
    Henry Wright
    Moderator

    But youโ€™re saying comments_template() is also possible on BuddyPress-sites?

    Yes definitely, but as far as I know, only inside singular contexts (i.e. page.php and single.php templates).

    Where were you pasting the function? And what does your comments.php file look like (that’s the file comments_template() uses)?

    #228199
    YokoSix
    Participant

    Thanks, @henrywright! I tried this, but as soon as I send the comment, a blank wp-comments-post.php appears. But you’re saying comments_template() is also possible on BuddyPress-sites?

    #228197
    YokoSix
    Participant

    I’m sorry to bug you again, but it just won’t show normal comments on our BuddyPress sites. Is it impossible – or is it too obvious and I’m kinda stupid? ๐Ÿ™‚

    Thanks in advance!

    #228194
    @mercime
    Participant

    @dceditore I seen someone’s screenshot of the same issue around a year or so ago. WP/BP versions? What theme are you using and what plugins are activated in your installation? Change to the Twenty Fourteen, deactivate all plugins except BuddyPress, and then check if the issue is resolved on that page.

    #228192
    Paul Bursnall
    Participant

    By default Buddypress doesn’t have it’s own Login or Forgot Password pages. The behaviour of your site is correct. You could create your own page templates for separate pages, or use a plugin something like this:

    https://wordpress.org/plugins/clean-login/ or
    https://wordpress.org/plugins/zm-ajax-login-register/

    To redirect users on login/logout:

    https://wordpress.org/plugins/peters-login-redirect/

    #228187
    Icaroferreira
    Participant

    About question 1, I still could not solve, even with installing the plugin. So how do I get the “Login” option redirect to the page of BuddyPress? And why only the “Register” option is that are targeting for the BuddyPress page?

    2 other questions:
    1ยฐ When the user does login is being redirected to the site home page, how do I to be redirected to profile his?

    2ยฐ How do I get the “forgot password” redirect to a page in BuddyPress? instead of staying open a page of wordpress?

    #228183
    Tanner Moushey
    Participant

    Hey @qmai! I have setup a system before to link BuddyPress Profile Fields to SalesForce, but it takes a good amount of custom work. The method I ended up doing was to add a piece of custom meta to the Profile Field edit screen that allows you to specify a SF field id. Unfortunately, the process of adding custom meta to a BuddyPress Profile Field is a lot harder than it sounds, but it is doable.

    Let me know if you have any further questions. I can’t seem to find the code that I wrote for this, but I’d be happy to work through this with you.

    #228180
    peternepstad
    Participant

    I tried updating my web-config to match the link above, but it did not work. All of the Buddypress links in the profile generate 404 errors. It must be related to the permalinks issue in iis, but beyond that I don’t know. Do you know of any iis BuddyPress sites at all?

    #228175
    ishvara
    Participant

    Found where the problem was.
    And it’s not Buddypress.
    Varnish reverse proxy was not handling the mentioned redirect properly and was causing delays.
    So it’s RESOLVED by modifying Varnish config.

    PS
    The nature of the mentioned redirect (and its purpose) is still beyond me.

    #228174
    shanebp
    Moderator

    Look at
    class BP_Notifications_Notification
    function save
    in
    buddypress\bp-notifications\bp-notifications-classes.php

    There are 2 hooks you can use to add_action
    bp_notification_before_save or bp_notification_after_save

    Paul Wong-Gibbs
    Keymaster

    Right, that JS in the theme is too general and is affecting forms inside BuddyPress templates.

    #228171
    Paul Wong-Gibbs
    Keymaster

    While I’m happy you found a solution for you ๐Ÿ™‚ downgrading PHP isn’t something that someone should have to do. We’re still unclear as to the cause of the problem; I’d be surprised if it was only related to the PHP change (maybe changing the PHP version also cleared some cache or something — I don’t know).

    We run our unit tests on PHP 5.2, 5.3, 5.4, 5.5 — see https://travis-ci.org/buddypress/BuddyPress (I know they are currently broken, unrelated!).

    #228168
    okomogo
    Participant

    BuddyPress Components do not have associated WordPress Pages: Activate, Register. Repair…..Please help me, i,m new to this but i have applied all the solutions i got here and still not working, i even created the page as one of you guys said in one post, but the page is just there like normal page without written content. please help me

    #228158
    worldholder
    Participant

    Well, I got it up and running.
    I changed my PHP version from 5.5 to 5.4, and everything seems fine now.
    BuddyPress is not compatible with PHP 5.5 or what?..

    #228156
    @mercime
    Participant

    @icaroferreira
    1. Those are the default settings. Logging in and Registering are related but have totally different functions. What exactly is the issue you find with the current settings? BuddyPress has a log in widget which you can add to your sidebar area so that people can just log in in the front end of your site.

    2. Check out style960’s recommendation above. If that doesn’t work for you, there are plugins like https://wordpress.org/plugins/wp-brand-identity-lite/ which can help you customize the toolbar in your site or you can search for other admin bar or toolbar plugins which cater to what you need at https://wordpress.org/plugins/

    JohnnyJonJon
    Participant

    Thanks for the feedback guys- I tracked the issue down to a piece of jquery in the theme’s custom.js file line 289 – 292:

    
    $(".submit").click(function () {
        $(this).closest("form").submit();
    });
    

    Commenting this out fixes the issue. Not sure why this global takeover for the submit is in the theme, but it just happened the buddypress form also has a div with the same class. Not sure how disabling affects the other forms and such for the theme itself, but at least BP registration works again!

    Thanks, Jon

    #228154

    In reply to: login page help

    Paul Bursnall
    Participant

    @king-generous Are you using any of the following:

    A theme with a custom login page?
    A plugin to create a custom login page?
    A plugin to change the URL of the WordPress login page?

    Buddypress uses the standard WordPress login page at http://yoursite.com/wp-login.php

    Paul.

    #228151
    worldholder
    Participant

    @mercime @henrywright @djpaul
    Thanks folks for the suggestions, but it doesn’t seem to be my case…
    I did all that with a freshly installed WordPress, with NO other active plugins and with the Twenty Fourteen theme (it was active by default).
    I have just tried once more and switched to another standard theme (Twenty Thirteen) before the BuddyPress activation, but I got the exactly same result…

    Is it possible that the problem is connected to my hosting configuration?

    #228149
    Paul Wong-Gibbs
    Keymaster

    We can’t help with validating the translations on translate.wordpress.org. I am not sure who manages the Persian translations. If you can’t find out either, ask on https://make.wordpress.org/polyglots/

    Thank you for contributing translations to BuddyPress ๐Ÿ™‚

Viewing 25 results - 14,976 through 15,000 (of 69,016 total)
Skip to toolbar