Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 13,126 through 13,150 (of 69,016 total)
  • Author
    Search Results
  • #238580
    danbp
    Participant

    You misunderstood me:
    […] if it uses the same template why would it work on the Members page but not the Profile.
    I said the same page, not the same template. Members directory has his own template and a profile has some other template. Directory and profiles are using the same page: members. And not at least, this is only a page name. Technicaly, BP use page.php

    See template hierarchy on Codex to understand how it works.

    Now, why is the sidebar not showing widgets despite the sidebar code is in the page source ? No idea… Seems to me you use a lot of parts which are not from WordPress and some unusual settings to show your site…

    If you use custom sidebars from your theme, you have to try those bars.
    Activate 2015 and see how to get widgets to appear on that theme first. Then reactivate Wellness and see what you get.
    Or ask your theme support.

    Sorry, but i can’t help you much more because you’re using a premium theme.
    And as you don’t give details about your install, you can’t expect more for now.

    #238578
    maddogprod
    Participant

    Thanks for getting back to me. That’s why I don’t get it…if it uses the same template why would it work on the Members page but not the Profile.

    The page is blank. Yes, it uses custom sidebars. It’s WP 4.2.1. BuddyPress 2.2.3.1.

    You can go to http://thaihealingalliance.com/members/ and see that the sidebar I want is there. Now click on a member and when you get to the profile page, there’s a “blank text sidebar” there, not the same one as you’d expect. It doesn’t matter which sidebar I select for that page, they all show on the Members page but not on the Profile page.

    Let me know what other information I can pass along.

    #238568
    danbp
    Participant

    Members and profile use he same page, members, with contextual templates.

    Ensure first that the member page is empty, without any setting, parent page or aattached template. BP component pages must be blank.

    After this it depends of the theme. Does he use some extra settings for widgets ? A custom sidebar ?…

    https://buddypress.org/support/topic/when-asking-for-support-2/

    #238565
    Snoogasm
    Participant

    Hi, and thanks for the reply.

    That plugin appears to be untested for my version of WordPress (4.1.4) and BuddyPress (2.2.3). It also looks like many users are having issues with it. Is there any other method to accomplish what I’m looking for?

    #238563
    shanebp
    Moderator

    Look at this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\index.php

    Note the 3 action hooks near the top.
    Use one of them to add your image.
    For example:

    function sstan_add_img() { 
       echo '<img src="url to your image">';
    }
    add_action( 'bp_before_directory_groups', 'sstan_add_img' );
    #238560
    danbp
    Participant

    Do you want this picture as group logo ? Or to just display it on a group page ?

    BP components pages should stay blank, without any page setting like normal WP pages.
    It works on bbp because it’s a “real” static page which let you also handle bbp output with shortcodes. BP pages don’t work like this.

    There was also a kind of experimental plugin in the past:
    https://github.com/hnla/buddypress-group-branding/blob/master/inc/bp/bp-bgb.php

    Other option (premium):

    BuddyGroupHeaders

    #238559

    In reply to: Change subnav slug

    danbp
    Participant

    @mcuk,
    well done! Your request is under consideration.

    Wait and see… 😉

    #238550

    In reply to: Change subnav slug

    danbp
    Participant

    They are several places where change-avatar is used and i recommend you to not change this.

    Open eventually an enhancement ticket and see what the dev’s think about.

    Use same login credentials as for here.

    #238549
    danbp
    Participant

    Please use the codex first for basic questions around WordPress or BuddyPress.

    https://codex.wordpress.org/Toolbar
    BuddyPress comes with a login widget you can use on every existing theme who accept widgets.

    BuddyPress Widgets

    To style a button, you use CSS. This is common to any modern CMS software.

    #238543
    @mcuk
    Participant

    p.s. Reason i needed it in first place was because i wanted the wp admin bar logout to match that of my Buddypress logout buttons.

    #238539
    jknowles
    Participant

    It is not Buddypress that is causing the error, but reflecting that a comment has been submitted that should be moderated because it looks like spam.

    If you want all the links to go thru, go to the Dashboard/Settings/Discussion/Comment Moderation
    and change the number of links it allows to 0. (Or maybe just up it to what you are comfortable with.)

    #238528

    In reply to: My new site

    danbp
    Participant

    My opinion ? Install BuddyPress !

    #238526

    Thanks for answering I never really know! I had a question that I asked on BBPress awhile back and they directed me to BuddyPress :P. So never really know haha.

    #238523
    danbp
    Participant

    Yes, if you know how to code a custom function into BuddyPress.

    Read here for details:
    https://buddypress.org/support/topic/member-directory-nav-that-filters-members-by-first-letter-of-last-name/

    #238520
    danbp
    Participant

    If you need forums with your BuddyPress Groups you have to install bbPress.

    Read here for details:

    Installing Group and Sitewide Forums

    #238518
    RecDC
    Participant

    @mercime Re: Looks like you deactivated bbPress. If you activate it again and cannot find the Forum Attribute box, then I suggest you try re-uploading bbPress via s/FTP or you can delete bbPress from the admin backend then install it again.

    The plug-in I’m using is not bbPress. It’s BuddyPress. So I found the tab where I would have been able to do the steps in instruction #7.”Go to Forum> Add New….etc” but it’s under the heading “retired” and it tells me in Buddypress to use bbPress for this particular feature. I don’t know if I should delete the BuddyPress plug-in all together and just use bbPress instead or just install the bbPress plug-in, activate and then pick up with instruction #7 from there.

    #238514

    In reply to: mentions not working

    aymanomar85
    Participant

    yes but after i update buddypress last new version mention not working now

    Error: return a.fn.atwho.call(this,g)}

    #238508
    danbp
    Participant

    Hallo,

    you can post here on BP Job Board forum or/and on Jobs WordPress.

    Additionnal information here:
    https://buddypress.org/support/topic/job-posting-guideline/

    #238497
    Henry Wright
    Moderator

    Hey @mcpeanut!

    The pandemonium is rarely related to WordPress core or BuddyPress core (the core devs usually issue a fix before we even know there’s a problem). So it’s a great idea to keep up to date as you’ve already mentioned.

    The tricky part arrives when we look at plugins. Whilst WordPress does everything it can to make plugin developers aware of security issues, fixes are ultimately down to the plugin author. It’s always a good idea to use plugins that are activity maintained and supported. The same could be said for themes actually.

    #238495
    @mcuk
    Participant

    I think it does that by default yeah (i say ‘think’ because I’ve been customizing for a little while now and can’t remember 100% what is default). But I’m fairly sure, 95%, that what you are describing is default.

    I’ve basically started from zero knowledge on Buddypress and used the forum & Codex for help to progress. Other users and moderators have usually posted relevant stuff and have helped me out on things too. So no php skills shouldn’t hurt unless you want to customize heavily. Lots of code is scattered around the forums.

    #238486
    danbp
    Participant

    buddypress/bp-messages

    or indeep

    http://hookr.io/plugins/buddypress/#index=a

    #238485
    mcpeanut
    Participant

    @danbp hey dan their seems to also be a very big risk with the wordpress commenting system that i have come across from various wordpress expert groups on fb today, and i believe that wordpress are refusing communication on this matter, please take a look at these 2 links, this could affect anyone using the commenting system with buddypress installs too.

    below is a fix that has been found

    https://blog.anantshri.info/temp_fix_wordpress_comment_xss

    and this is a video showing you the 0 day exploit being executed used and tested.

    video doesn’t seem to format here properly i suggest doing a youtube search for it

    #238484
    danbp
    Participant
    #238483
    danbp
    Participant

    I’m waiting for the imminent upcoming BuddyPress Survey to know the percentage of user searching on forums and on Codex. 2014 was a bit disapointing about that…

    #238482
    danbp
    Participant

    @cowens8

    give details about your config, php version and memory_limit

    https://buddypress.org/support/topic/when-asking-for-support-2/

Viewing 25 results - 13,126 through 13,150 (of 69,016 total)
Skip to toolbar