Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,626 through 17,650 (of 68,986 total)
  • Author
    Search Results
  • #177413
    Hugo Ashmore
    Participant

    These are probably questions better asked on bbPress forum – remember although bbPress integrates with buddyPress it is a standalone plugin.

    I doubt however you need to overload all the files as above.

    #177412
    Hugo Ashmore
    Participant

    I would strongly urge you to first have a good read through what articles we currently have in the codex to familiarise yourself with basic setup & operation:

    Getting Started

    Then if you have further questions post back with a full outline of your setup – check the forum stickies which tell you what information to provide in order to gain help here.

    #177402
    betson
    Participant

    Hi,

    I have the same problem. When we click the notifications link, a blank page is showing.

    Wordpress version : 3.8
    Buddypress : 1.9

    Pls help me

    #177387
    jameat
    Participant

    Thanks shane.

    I took a look at that doc you link but feel this is a little beyond my capabilities!
    Looking around the bbpress documentation I found this

    They tell me to add
    define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘members’ );
    to my wp-content/plugins/bp-custom.php file. But that doesn’t seem to work.

    This is what I wrote in the bp-custom.php file:

    <?php
    define( ‘BP_GROUPS_DEFAULT_EXTENSION’, ‘forum’ );
    ?>

    Is there anything obviously wrong with this which may explain it not working?

    Thanks again.

    #177386
    shanebp
    Moderator

    Over-ride this file:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\home.php

    And adjust it to make forums the default rather than activity.

    Over-riding BP templates:
    https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    #177377
    natb19
    Participant

    Ok, so it’s pretty easy if you’re not familiar to buddypress (as I am) to make bad assumptions here. (as I am, and did)


    @thecutter

    Your first problem is that in the example, the code is looking for a screen template (plugins.php) in this case that’s not in your template directory. It won’t look for or use any templates in the standard buddypress templates folder (as I assumed) and so you will need to make sure that any templates needed are within the [plugin]templates/[pathtotemplate] path.

    I also assumed that any of these pages would automatically assume the standard buddypress layout and page template, using the supplied template as the content for the page – which was a mistake. What gets served is a vanilla page, using the standard wp header and footer tags (well, if you use the screen-one.php as a template).

    If you want the buddypress profile header add
    <?php locate_template( array( 'buddypress/members/single/member-header.php' ), true ) ?>
    to your template. You can do this for all of the items on your standard bp page, have a look through the other templates in bp as a guide.

    This is not a bad thing, and you can do this stays completely flexible when combined with the standard wp templating. When overriding bp component templates remember to put the [templatepath] file into your theme templates folder, not the theme templates/buddypress folder.

    For example, my ‘Achievements’ summary template (‘achievements/screen-summary’) goes into ‘achievements/screen-summary.php’ in my theme’s template folder.

    Hope this helps, I was confused for a while, but it’s all good now 😉

    #177373
    natb19
    Participant

    This seems to be a problem with how the skeleton component setup is handling the loading of screens:

    bp_core_load_template( apply_filters( 'bp_core_template_plugin', 'members/single/plugins' ) );
    

    tries to load a template file within the plugin folder – not (as I think it’s meant to) from the standard BP template folder, or the current themes’ buddypress template (if overridden).


    @modemlooper
    , any idea how to get the screen page to display in the standard wordpress/buddypress template system, or why it’s not working?

    It’s not something you take and then edit to create a new component.

    It certainly reads like something you take and edit to create a new component!

    #177360
    BuddyBoss
    Participant

    I can’t seem to find the function name or php file in the buddypress directory.

    You can find the login widget code in /buddypress/bp-core/bp-core-widgets.php

    But mercime is correct, your best move is to add a widget area to your theme and then use the login widget (assuming you’re on BP 1.9+ which includes a login widget).

    #177356
    Ben Hansen
    Participant

    have you checked to make sure the pages are associated correctly in the main buddypress preferences?

    #177343

    In reply to: Page Not Found

    @mercime
    Participant
    #177339
    Prometheus Fire
    Participant

    Have you tried this addon for the plugin?

    http://badgeos.org/downloads/community/

    I would also try to get support from the developers on the BadgeOS site. You are likely to get better help there than here since it is such a specific use. They do know and support BuddyPress so you may get your answer from them.

    #177331
    adamjd
    Participant
    m1000
    Participant

    I’m using Buddypress and bbpress for group forums. You have 1 new reply to … is working fine on the admin bar but somehow my code can’t display this kind of notification.

    Henry Wright
    Moderator

    Hey @m1000

    I’m not sure using BuddyPress functions will work for bbPress? Could be wrong though!

    #177315
    @mercime
    Participant

    Make sure you have Registration enabled in Settings > General.

    Register and Activation Pages

    #177307
    BuddyBoss
    Participant

    Hey there, I’m the author of BuddyBoss. This is not the default behavior in the theme. Have you updated to the latest version? 3.0.6 put out a patch for notifications before BuddyPress 1.9 came out, and I have a feeling you’re using a version prior to that as that could cause a blank page without the patch. If you still have issues after updating head over to our support forums and TJ will happily help you out.

    #177304
    BuddyBoss
    Participant

    Took a look at your site. It looks nice. But I do see that all the BP pages are not outputting any content. It’s all blank. Even the “By” line is empty, where I assume it would show the page author.

    When you are in your buddypress.php file is it including another inner template file to display content? If so, have you tried deleting all of that and just putting in <?php the_content();?> in the loop of buddypress.php? I’m wondering if this theme has some fancy default content loop that is filtering out BP stuff.

    #177303
    BuddyBoss
    Participant

    @mercime thanks for posting the link. Good stuff. My suggestion is based on the assumption that most WP themes do not have these solutions in them as most sites are not using tables. BuddyPress is feeding its content into theoretically any WP theme and most themes are (or will be) responsive and most web traffic is (or will be) mobile. So if BP is feeding in content that is not going to work for a large percent of users it seems like something worth at least considering to change, even if there are some tradeoffs.

    Anyways, I’m sorry as I didn’t mean to hijack this thread with these table discussions. We’re a bit off topic now 🙂

    #177298
    modemlooper
    Moderator

    BuddyPress has no deactivation script so you don’t accidentally delete your content

    #177294
    quince85
    Participant

    I asked developer of the theme, he just said the theme is not compatible with buddypress…

    #177290
    quince85
    Participant

    @ubernaut
    I read this as well, but it still not working.
    I’m using attitude theme
    I created child theme and created buddypress.php and only create group works.
    However, register page is blank and forums page is showing: ”
    Search for: HOME › Forums Forum Topics Posts Freshness Group Forums Private: test (0, 0) 0 0 No Topics ”

    #177289
    Ben Hansen
    Participant

    As the header on that page says that component has been depreciated any theme should be basically compatible with buddypress “out of the box” more info can be found here:

    Theme Compatibility & Template Files

    #177283
    JeffE
    Participant

    Same problem here, when any of my users go to their Notifications page it is blank. I’m on latest BuddyPress release with BuddyBoss theme with no customizations.

    #177280
    shanebp
    Moderator

    Use this hook: do_action( ‘bp_activity_entry_content’ );

    in the template: buddypress\bp-templates\bp-legacy\buddypress\activity\entry.php

    And write a function to embed the video.

    #177275
    JudithKlinger
    Participant

    Ciao! The current version of BuddyPress only has 3 tabs when you click on the group:
    Visit|Edit|Delete.
    No Admin.
    Anywhere else I can look.

Viewing 25 results - 17,626 through 17,650 (of 68,986 total)
Skip to toolbar