Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 19,551 through 19,575 (of 68,969 total)
  • Author
    Search Results
  • #169149
    Sizons
    Participant

    Thank you ever so much @mercime, I would have never known to deactivate bo compatibility. My buddypress pages seem to be fine now, and I am using r-a-y’s awesome article to just add a few touch ups to the buddypress stuff. I was so frustrated by this issue and everywhere I looked I could not find a solution, I was starting to think I am stupid. Thank you thank you thank you…

    #169145
    bp-help
    Participant

    @silvre
    Anything is possible if you have the skill to accomplish it. What your trying to do shouldn’t be too hard if you know WP and BP. The person that could perhaps shed more light is @sbrajesh from http://buddydev.com since it is his plugin and he is one of the best BuddyPress developers out there period. Don’t discount however the other members that volunteer here because your in good company on this forum and there are lots of members with vast knowledge of BP.

    #169140
    bp-help
    Participant

    @3×7
    Not a plugin but a tutorial. You may need to make adjustments depending on your theme but it is pretty straightforward if you know what parts need to be modified. I advise to only use this on a child theme as does the tutorial.
    http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/

    #169136
    lwist
    Participant

    Got it. Thanks for the clarification!

    I’m using Chrome on a Mac. The Buddypress installation section of the before installing page looks like this for me:

    #169132
    @mercime
    Participant

    “BuddyPress does not work on installations where you give WordPress its own directory.”


    @lwist
    That is true. Read the link about that specific WP install “in its own directory” https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory, it involves moving htaccess file and index.php from the subdirectory where WP is installed to domain root, among others. That scenario is totally different from installing WP in subdirectory e.g. example.com/buddypress and keeping every WP file in that subdirectory. There’s no conflict at all.

    formatting on that section of the page is kind of messed up

    Looks fine to me in FF. What browser are you using?

    Kookidooki
    Participant

    The same problem occurs with BP User Profile Map.

    Is there someone here who can tell me how to fix this?

    #169125
    bp-help
    Participant

    @samuelboland
    In dashboard/settings/buddypress/components make sure you click the box beside account settings and save. Otherwise it won’t show up!

    #169123
    samuelboland
    Participant

    Doing that just returns me to the same page that I linked above.

    I’m beginning to think that this is a bigger issue than buddypress – maybe the wordpress installation is configured incorrecty. This is a server that’s been around for a few years, so I’m going to install a virtual computer and run a fresh WP install from there. Maybe that’ll do it.

    #169119
    Lab Lover
    Participant

    Yup! That should do it! Thank you very much!

    #169118
    bp-help
    Participant
    Ben Hansen
    Participant

    there’s probably a term you can swap for is_site_admin() but i don’t know what it is, sorry.

    #169111
    samuelboland
    Participant

    Ok, thanks for that. However I’d still like for users to be able to delete themselves. Do you know of a way to enable that? There’s an option in the settings for buddypress that seems to say that you can do that (the one about enabling user deletion), but I have it enabled and still can’t find any button or link to do that.

    Thanks for the speedy reply! The level of aid here is amazing.

    boydspace
    Participant

    Can anyone tell me how to apply any of the codes above to specific user roles?

    #169102
    Ben Hansen
    Participant

    i believe these are all supposed to be on by default but the default active components has changed recently i can’t seem to dig up which ones they are. anyway go to the buddypress section under settings and tab over to components to ensure the activity tracking is enabled.

    #169097

    In reply to: Avatar crop issue

    fredje007
    Participant

    I found this issue is caused by RTmedia Plugin (former Buddypress media). Once disabled group avatars uploading went fine, once activated again group avatar uploads did not work anymore. I will post this issue on their forum

    #169090
    jtm21
    Participant

    Agreed – don’t worry, I feel the same about it all 🙂

    For reference I was referring to https://wordpress.org/themes/firmasite

    #169089
    Hugo Ashmore
    Participant

    I was under the impression the theme would be open source and as a result I would make a derivative work and provide credit where due – of course I will investigate this fully. Although it appears to be a direct derivative of the BP theme itself.

    Not sure what theme you are referring to but not getting into debate over GPL while essentially it preserves the right to copy and forces derivative works to carry the same licence on those parts that are derivatives, nothing is ever that clear cut. Personally I am in two minds over the veracity of the GPL

    #169088
    jtm21
    Participant

    Hi Hugo, thanks for the info on templates, I will research further.

    I was under the impression the theme would be open source and as a result I would make a derivative work and provide credit where due – of course I will investigate this fully. Although it appears to be a direct derivative of the BP theme itself.

    #169086
    Hugo Ashmore
    Participant

    No don’t mix files/templates from bp-default into your child /buddypress/, theme conpat templates and older bp-default templates have different structures. The point about theme compatibility is that the templates are template parts not full templates in their own right and inject their content into the WP function the_content() if you examine one you will note it has no header or footer calls.

    Not sure what your asking re that theme but it’s suggestive of copying work?? and as such I’ll make no comment, however why not simply use that theme as it’s already built on boostrap and create a child theme as you need.

    #169083
    jtm21
    Participant

    Also, could I take the Buddypress views from the Firmasite theme, update them to Bootstrap 3 and implement them in my theme? Do you think this would work?

    FirmaSite

    Of course I would be more than happy to share the outcome of my work back with you all.

    #169082
    jtm21
    Participant

    ok thanks – what I did while testing was copy everything from /bp-legacy into [root]/buddypress and it worked fine.

    if i understand correctly what i need to do is simply add files into /buddypress/groups etc, and copy them from the bp-default theme in the plugin directory.

    Thanks a lot for the help

    #169078
    Hugo Ashmore
    Participant

    @jtm21
    Yes essentially that would be fine, bearing in mind you might lose or have to account for any styles that were in place to deal with js frills.

    Generally now you can or should be using BP in theme compat mode as it offers more options now as well as ability to keep templates and assets neatly under /buddypress/ or /community/ adding directories directly to you theme root will invoke the older approach, and although still valid, less of a attraction now the theme compat templates can be customized for components, actions, user_ids etc.

    Check the functions.php in the bp-legacy template folders as that will show you the class used for setting up a theme and it’s assets.

    Jigesh
    Participant

    i agree with mercime, we can’t help you if you can’t have your site online.

    #169073
    jtm21
    Participant

    Thanks guys!


    @Hugo
    so in theory if I remove the default CSS stylesheets that come bundled with BP (no idea how right now) and re-write the markup in Bootstrap it should work?

    Also, I have a feeling I am following the wrong template hierarchy – are the /groups /activity etc folders created directly in the theme root?

    Thanks again all

    #169070
    @mercime
    Participant

    do you think updating may fix this


    @junithorn
    It may. Still don’t know why the correct JS is not enqueueing in your site. May I recommend that you set up a development site which mirrors the BuddyPress environment of your site so you may be able to test themes, plugins and all kinds of upgrades. That way you (and users) won’t be stressed out when you implement the changes in your production/live site.

Viewing 25 results - 19,551 through 19,575 (of 68,969 total)
Skip to toolbar