Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 33,201 through 33,225 (of 69,210 total)
  • Author
    Search Results
  • #129811
    MaTaX91
    Member

    okay so it seems that the tool bar does not show up on any buddypress related pages?

    #129807
    MaTaX91
    Member

    will that work also for say the buddypress links plugin or even like cubepoints?

    that’s what I was wondering if it was possible to do

    Paul Wong-Gibbs
    Keymaster

    We’re building bbPress 2 (aka sitewide forums) into BuddyPress 1.6 and bbPress 2.1. It’s not trivial work, and it should soon be ready for testing.

    I think you’ll need to dig into the bbPress 1 functions (/bp-forums/bbpress/). Looks like bb_get_id_from_slug() might be what you want:

    `bb_get_id_from_slug( ‘forum’, $your_slug );`

    However you end up doing it, if you’re trying to call a bbPress 1 function and PHP says it doesn’t exist, put this code in before you make the call(s). It’ll load bbPress, so use it sparingly because it uses a lot of memory to load: `do_action( ‘bbpress_init’ );`

    #129803

    It looks like it was a theme problem, thanks for your help!!!

    #129802
    Hugo Ashmore
    Participant

    changing the bp plugin folder name is simply to get you in to your WP install again if the whole site has white screened.

    I’m assuming that the WP install runs fine without BP? And wondering whether you are running out of script memory or something of that ilk, without more detailed info I just guessing really, it may be time for you to hunt through your server error logs and try and see if anything is thrown up in those.

    And you can confirm that the steps to replicate this issue are with a plain vanilla copy of WP and BP and no other plugins running or custom theme only bp-default theme

    #129801

    I’m sorry, I mis-typed. It goes blank after finishing the BuddyPress Set-up. I tried changing the plugin name and trying different things, but to no activation of BP

    #129799
    Hugo Ashmore
    Participant

    you shouldn’t need to re-install WP simply rename BP plugin folder to something else which will force a deactivation of it as WP will no longer see it ; as for why this happens you might need to explain with a little more detail, but test things such as activating BP and it’s default-theme not your custom theme or template pack try to see if default BP will run for starters.

    #129798
    Hugo Ashmore
    Participant

    To remove notifications from buddybar:

    `remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_notifications_menu’, 8);`

    The file you need to look in is buddypress/bp-members/bp-members-buddybar.php in core.

    You can then copy the function from there to use elsewhere as a template part include or similar and just remove the ul li elements that are not required.

    @mercime
    Participant

    I know the “Reply” button, but what “Quote” and “Complaint” buttons do you want? Something is getting lost in translation somewhere. Could you be more specific?

    BuddyPress/WordPress versions?
    What theme are you using?
    What plugins do you have installed?
    In what pages are the quotes and complaint buttons supposed to be seen?

    #129793
    jetlej
    Participant

    *Hopeful bump*

    aces
    Participant

    On Buddypress > Settings select No for Hide admin bar for logged out users?

    See: https://codex.buddypress.org/getting-started/configure-buddypress-components/#bp-settings

    David Cavins
    Keymaster

    @djpaul WP pages are fine ( look like /members ). Group creation is fine ( /groups/(group name)/ )
    Accept group invitation links look like `/members/(member name)/groups/invites/accept/4(this is the correct id for the group I’m trying to join)?_wpnonce=(nonce removed by me because it seems like bad security to share?)`
    Working local version link looks like `/members/(member name)/groups/invites/accept/4(correct id)?_wpnonce=(hidden)`
    They seem to be identical, but MAMP knows how to handle it where IIS fails.

    Site is here: http://members.communitycommons.org/

    Thanks for any advice you can give.

    #129789
    MaTaX91
    Member

    okay well all member pages on my site have a three column layout, I can show you a picture if you need some more visual, but it’s something like how the cosmic buddy theme has their member pages set up.

    I’ll use achievements for instance, the achievements page is set up like the default buddypress theme is, well since I made changes to the overall html structure of those pages to allow for the use of a three column layout, those changes would have to be made to the achievements index page as well.

    Obviously that would be bad if I forgot that I made changes and then the plugin gets updated, well not all those changes go down the toilet and I have to go back to my editor and make those changes again.

    I’ts not the same with the child theme structure that buddypress has obviously, when an update is made to buddypress there’s no worry about it messing up since they child themes that I made changes to are stored in my theme folder.

    So therein lies my problem, I have no problem doing it for now but down the road one of these plugins is going to get updated and I’ll have to copy my code and update and then paste back over.

    Not good

    Let me know if that helps the mental picture a bit, I’m not too great at explaining things over just simple text haha!

    Paul Wong-Gibbs
    Keymaster

    Can you create WordPress Pages ok? What do your permalinks for those look like? Can you create BuddyPress groups?

    David Cavins
    Keymaster

    @mercime It’s been a little frustrating because everything works perfectly in MAMP and on my testing server (Linux), then there are problems on the production server. I think the problem is in the redirect module, but I don’t know the first thing about fixing that kind of problem on IIS. Thanks for your reply.

    #129781
    jaredvd
    Member

    Thanks for the reply Chris.

    I’m pretty sure I can get the wiki plugin working with BP.

    The next step is to have forms where users enter data which is then put in the wiki.

    aces
    Participant

    Since buddypress 1.5 you can use:
    `
    define( ‘BP_USE_WP_ADMIN_BAR’, true );
    `
    I use it in bp-custom.php although it can go in wp-config.php

    #129773
    Hugo Ashmore
    Participant

    @asonbrodbeck.com You will be needing to play around with CSS styling to get the look you require, more than that is difficult to help you with based on your initial post detail. That you have a different layout from the plugins screenshots might suggest that default styles for the plugin are being overridden by your theme styles? but again it’s a guess without being able to see any code at work.

    You might get a more forthcoming answer to your issue if you try asking the plugin author, although I failed to track this pluging down in either the BP lists or WP plugin repo.

    @mercime
    Participant

    Based on the structure of Thematic, you would have to change 16 template files within the 6 BP folders transferred to your Thematic child theme during the BP Compatibility process.

    Download the 6 folders mentioned above – activity, blogs, forums, groups, members, registration – to your computer hard drive.

    A. Open up each of the 16 BP files and at the Top of each file replace:
    `

    `

    with:
    `<?php
    // calling the header.php
    get_header();
    // action hook for placing content above #container
    thematic_abovecontainer();
    ?>

    <?php
    // calling the widget area ‘page-top’
    get_sidebar(‘page-top’);
    the_post();
    thematic_abovepost();
    ?>
    <div id="post-<?php the_ID();
    echo ‘” ‘;
    if (!(THEMATIC_COMPATIBLE_POST_CLASS)) {
    post_class();
    echo ‘>’;
    } else {
    echo ‘class=”‘;
    thematic_post_class();
    echo ‘”>’;
    }
    // creating the post header
    thematic_postheader();
    ?>

    `
    @mercime
    Participant
    #129763
    @mercime
    Participant

    @tadpubco are you using a WP theme and if so, did you install BP Template Pack and go through Appearance > BP Compatibility?

    @mercime
    Participant

    @dcavins sorry, have never used a Windows server for any WP/BP installation. Perhaps someone with Windows server experience can help you out. Note: Added – “Windows Server” to this Topic’s title for clarity.

    #129712
    @mercime
    Participant

    == Are you suggesting we copy the contents of wp-config.php and overwrite the contents of bb-config.php? ==

    Not at all.

    What I’m saying is that the DB info in wp-config.php should be the same as the DB info in the generated bb-config.php file which you would see if the installation of the group forums was successful. Double-check your database if 7 yourPrefix_bb_… tables were generated, though I doubt it at this point.

    What you can do is delete the incomplete bb-config.php file you have in server. Then go to dashboard menu BuddyPress > Forums and re-run installation of Group Forums.

    #129760

    In reply to: Polls

    @mercime
    Participant

    Haven’t seen a BuddyPress-aware polls plugin at this time.

    @mercime
    Participant

    You’re welcome.

    Marking this as resolved then. Cheers :-)

Viewing 25 results - 33,201 through 33,225 (of 69,210 total)
Skip to toolbar