Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 30,576 through 30,600 (of 68,918 total)
  • Author
    Search Results
  • It was the theme. Don’t use iTheme2 with BuddyPress. It won’t work.

    Thanks, Hugo. I really am grateful for your help.

    Hugo Ashmore
    Participant

    Just install WP and use the standard WP theme , ensure WP works before adding any plugins or themes, when WP works correctly then you can progress to BP using default bp theme and test that that works.

    I’ve got a white page of doom at the moment. I’m going to pull the whole thing down and reinstall is using the BuddyPress theme. I really appreciate your help, Hugo. Bear with me. I’ll let you know if this works because I’ll know if it’s the theme or something else.

    #134669
    Tammie Lister
    Moderator

    If you want to add code not just CSS you probably want to use an action like here: https://codex.buddypress.org/developer-docs/action-reference/groups/

    https://codex.wordpress.org/Plugin_API is a great ‘getting started guide’ on using those.

    #134668

    In reply to: Suggest a plugin?

    Tammie Lister
    Moderator

    It kind of depends where you want to share it but there are a few suggestions here: https://buddypress.org/extend/plugins/?search=share

    Hugo Ashmore
    Participant

    and you are trying registering on the plain vanilla WP install, which suggests something is not quite correct but hard to say where or what. you have installed via ftp upload or unzipped WP files it’s a not a one click install type thing as those are fairly notorious for causing issues. Can you do normal WP type activity i.e create pages and posts, does the site other than registering perform correctly. When you say can’t register what actually happens in the attempt to.

    #134666
    gsikora
    Member

    @karmatosed thanks for suggestion. I know this pugin. It is also grate but not for my needs

    Yes I have.

    I’ve screwed up somehow, but how?

    @Hugo — Oops, I celebrated too soon. I found the members-loop.php file and deleted the line, but I don’t appear to have the other one. In case I’m overlooking it, where is it found exactly?

    @Hugo — Many thanks!

    Hugo Ashmore
    Participant

    And have you set ‘Anyone can register’ to yes?

    I actually can’t register as anything and I’ve already uninstalled and reinstalled.

    #134648

    In reply to: Member special widget

    @websitevala, try Dynamic Widgets. This plugin already supports BuddyPress.

    Hugo Ashmore
    Participant

    > This is for a client so I need this sorted today, if possible.

    Please bear in mind that this is a volunteer support forum not a service :)

    Based on the info you have supplied it’s going to be pretty hard to help. Is WP installed correctly? can you register a user under WP (forget BP for the moment and I see you say you can log in so that answers that question WP is installed) if you can and your DB does actually correctly function then activate BP – if you have installed it via some auto install avoid that and upload a fresh copy via ftp or similar.

    #134640
    Hugo Ashmore
    Participant

    `“For the record you don’t re-name the BP files you just ensure they are copied over ”
    – well the walkthroughs/codex/instructions suggest you copy the sidebar/header/footer and rename as sidebar-buddypress.php etc so i was just following that. `

    My bad yes BP added ‘buddypress’ into the get_*() calls to allow child themes to call distinct header,footer,sidebar named files for the purposes of combining BP templates into existing themes.

    This process of converting BP to be used in a third party theme is a choice though, yes there is a level of difficulty and you will require some basic – very basic – coding skills if you have decided to go this route and those will need to be learnt. It is never expected that an absolute novice could cope with this process, the novice needs to rise above that baseline.

    mercime will guide you through the process though, but do understand that you choose to go down a customised route so need to to have a somewhat extended skill set now.

    #134639
    @mercime
    Participant

    There are two ways to make theme compatible with BP template pack – change 16 files (works in all WP themes) OR add foo-buddypress.php files (possible in some themes) – and it will depend on div#container location and other factors.

    What theme are you using? I can take a look. Open up header.php, copy all, paste in http://www.pastebin.com, click submit, and post the generated URI here. Do the same for index.php, page.php, sidebar.php and footer.php PLUS loop.php or better yet, loop-page.php if you it.

    #134638
    @mercime
    Participant

    >>I’m using Membership with Buddypress

    Membership plugin?

    >>and the name won’t display in the user profile even though we are taking that information when they sign up.

    What name? Username or display name? If you deactivate Membership plugin, does that resolve the issue?

    @mercime
    Participant

    Deactivate plugins except BuddyPress and BP Template Pack plugin (if you’re using it). Default WP/BP install privacy does not cause that behavior.

    @mercime
    Participant

    @famous you’re welcome. Marking this as resolved.

    #134635
    likoma
    Participant

    @mercime Thanks so much for the help. I have it all in there and it’s all looking great: http://chipyela.com/members/. My only issue is still the AJAX/Javascript. I’m stuck. On Members page, try Order By and the AJAX cog just keeps spinning.

    I don’t know much about AJAX and Javascript other than I know there can be conflicts. I don’t know how much you know about Canvas, but it’s a powerhouse: lots going on with all kinds of features. I’ve tried:

    — Made Canvas main theme (didn’t work),
    — Made other WOO themes active (then AJAX works),
    — Turned off any feature I could find in Canvas, (didn’t work),
    — Even deleted any JS file I found in Canvas (didn’t work, then put them back),

    Any ideas what it might be? Well, I guess we know what it is: a Javascript/AJAX conflict, but any ideas on fixing it? I use Canvas SO MUCH and I’m just getting into BuddyPress and I would love to get this working. I’m sure with the end of support at WOO for Canvas BuddyPress (for which the AJAX didn’t work either, BTW), it’d be great to have a Canvas theme working with BuddyPress.

    Any ideas are welcome! Thank you so much for your time.

    #134633
    @ChrisClayton
    Participant

    Not sure if it still works as intended as it is about two years old but you might want to have a look at this plugin. https://wordpress.org/extend/plugins/buddypress-usernames-only/

    #134631
    djwinner
    Participant

    Hey @mercime can you please look into this and let me know how to proceed?? I am stuck between a rock and hard place with the theme author and software developers playing the blame game. Just need this resolved so we can launch the site. Thanks.

    Tammie Lister
    Moderator

    Hi, just took a look at your site and my first thought would be to try deactivating some plugins – I see quite a few javascript errors going on and it may be one of those is not playing nicely with your posting or something is misfiring. It’s kind of the first port of call but one I think may at least rule out some things to look into this further.

    I’d also suggest you check your permlinks are saved (or resave just to be sure) and your BuddyPress pages all linked up under settings – did you do that as part of the configuration?

    #134629
    abbersbolton
    Participant

    Thanks for the help guys, but the stuff in the codex article there is exactly what’s in the instructions for the template pack.

    Hugo – Thanks but as my site is a specific type of website the converted themes aren’t really diverse enough to suit it. The instructions are fine except when you get to altering code as I am not au fait with website coding and have very little confidence there.
    “For the record you don’t re-name the BP files you just ensure they are copied over “
    – well the walkthroughs/codex/instructions suggest you copy the sidebar/header/footer and rename as sidebar-buddypress.php etc so i was just following that.

    The trouble I’m having is that I simply don’t know how to ensure the content of the page doesn’t overlap the sidebars, and which bits of code to paste to rectify this – it’s not clear enough in the instructions for a novice like myself I’m afraid! (Maybe that’s the intention but I have to try!)

    Take my example here – this is the page.php file for my current theme:
    `

    `
    I don’t understand how this pertains to the other files and what out of this I should replicate and how. Even the walkthrough for the simple 2011 theme it’s not as simple as copying, but rather adding extra code in which I don’t know if I can replicate for my theme.
    Any help or advice welcome.
    Thanks

    #134627
    Tammie Lister
    Moderator

    Hmm not sure ‘out of the box’ BuddyPress can do this you may want to look at one of the membership plugin options out there. Most of those are paid though but perhaps a good start would be to look at a few of those. Alternatively someone else may have an idea of how that can be achieved without a plugin.

Viewing 25 results - 30,576 through 30,600 (of 68,918 total)
Skip to toolbar