Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 37,701 through 37,725 (of 69,108 total)
  • Author
    Search Results
  • #117979
    igeekout
    Member

    @modemlooper

    I am not using a caching plugin.

    I tried setting cookie_domain to .domain.com, http://www.domain.com, and http://www.domain.com/subdomain and none of those work.

    Would debugging provide any info?

    #117977
    Eric Andrew Lewis
    Participant

    rad, let me know if you need help I guess, I’m interested in this functionality being added.

    #117974
    Anonymous User 7775228
    Inactive

    @foxly I vote for cake :)

    #117955
    enderandrew
    Member

    With core functionality in Buddypress, it is simple enough to just point a URL at bp_get_groups_root_slug() plus whatever you want to append, and no matter where you have groups, it just works. And the example of this site is that forums is actually located in supporttopics. But for a new plugin, I’m not sure how to replicate the functionality for bp_get_FOO_root_slug()

    #117973
    Paul Wong-Gibbs
    Keymaster

    Reposting the spam is not going to help at all.

    #117972

    In reply to: Frisco Child Theme

    PJ
    Participant

    @davidtcarson How can I get the theme to work?
    @intermike How did you get it to work?

    The theme comes out all mixed up
    header:
    http://i52.tinypic.com/16hnviq.png

    Please help me fix it. The theme’s screenshots look amazing, I hope I can get it to work.
    Thanks.

    #117971
    modemlooper
    Moderator

    Did you look in the skeleton component? Not sure if this will work but you create a page/tab/slug attached to a root slug with something like this.

    `function bp_foo_setup_nav() {
    global $bp;

    bp_core_new_subnav_item( array(
    ‘name’ => __( ‘My Slug’, ‘buddypress’ ),
    ‘slug’ => ‘foo’,
    ‘parent_slug’ => $bp->BP_MEMBERS_SLUG->slug,
    ‘parent_url’ => $BP_MEMBERS_SLUG,
    ‘screen_function’ => ‘bp_foo_page’,
    ‘position’ => 10
    ) );

    }
    add_action( ‘bp_setup_nav’, ‘bp_foo_setup_nav’ );`

    #117968
    foxly
    Participant

    @karmatosed

    BuddyPress Media is now fully compatible with BuddyPress 1.5. We have a beta version available at the link below, and we’ll issue a release to production next week (once our test team are finished with it).

    http://code.google.com/p/buddypress-media/downloads/detail?name=bp-album_2011-08-07_BETA.zip

    When listing us on the compatible plugins page, please list us as “BuddyPress Media”, and link to this URL: “http://code.google.com/p/buddypress-media/”. BP-Album will *cease to exist* after BuddyPress 1.5 is released (it will turn into BuddyPress Media).

    ====================

    @DJPaul
    @johnjamesjacoby
    @apeatling
    @MrMaz
    @boonebgorges

    On behalf of the Buddypress Media team, congratulations on your new release. We’ve spent the past three days going through your code, and we’re just *astonished* at the improvements in structure, efficiency, and documentation!

    This could be worth cake;)

    We’ll be dropping by your dev chat this Wednesday to bombard you with questions and talk about what we can do to help get other key plugins working with 1.5 as quickly as possible.

    See you there!

    ^F^

    #117964
    asdfgh
    Member

    Speaking of tabs ;) I changed the header height, but now the navigation is being really odd. You can only click like the top of it, the rest of it doesn’t act like a button. Any ideas @DJPaul?

    #117960

    In reply to: Frisco Child Theme

    Micheal Kennedy
    Participant

    @davidtcarson No I wasn’t, but thanks, that took care of the Admin Bar problem.

    #117957
    Cam
    Participant

    This appears to be a child theme issue. Take a look at some of the later replies in the article you mentioned. I was having this problem and I switched to a non-child theme and the problem was fixed.

    Try moving the buddypress folders (specifically the members/single/plugins.php and same in groups files) to your child theme if you need to keep the child theme flexibility.

    VIsit: https://wordpress.org/support/topic/none-of-the-member-links-are-working?replies=17 to read an open thread on this issue (or a very similar one).

    #117956
    Cam
    Participant

    This appears to be a child theme issue. Take a look at some of the later replies in the article you mentioned. I was having this problem and I switched to a non-child theme and the problem was fixed.

    Try moving the buddypress folders (specifically the members/single/plugins.php and same in groups files) to your child theme if you need to keep the child theme flexibility.

    #117953
    Selu Vega
    Participant

    We are trying to do it in base from mapology plugin maps, and custom post.

    #117952

    In reply to: what does it do ?

    danbpfr
    Participant

    So it is the name “default _component” who finaly leads me to confusion.
    But good to know from now, it’s only useable in member component.
    Thank you @r-a-y !

    #117944
    Meryl
    Participant

    Since this was a new site, and I couldn’t resolve the issue above, I trashed and reinstalled wordpress and buddypress. Therefore, it’s all a new install and there are no plug-ins other than what came with wordpress. Still I’m having the same problem!!

    This is the error message that I get in debugging.

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/lmeryl/html/csasprouts/wp-login.php on line 353

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-login.php on line 365

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-includes/pluggable.php on line 737

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-includes/pluggable.php on line 738

    Warning: Cannot modify header information – headers already sent by (output started at /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core.php:565) in /home/content/m/e/r/meryl/html/csasprouts/wp-includes/pluggable.php on line 739

    Notice: Undefined index: redirect_to in /home/content/m/e/r/meryl/html/csasprouts/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 141

    #117942
    Pisanojm
    Participant

    @karmatosed the plugin is here (and this link is posted at the above link I posted):
    http://bp-tricks.com/wp-content/uploads/external-member-blogs.zip

    It is listed on that page, but for some reason is not int he WP repository… it’s a great plugin, and no others really like it (via @boromir)

    enderandrew
    Member

    I don’t think this is a problem with Buddypress, so much as any popular WordPress site. They will get plenty of spambots registering for accounts.

    There are plenty of solutions including:

    Captcha plugins like SI Captcha or WP-Recaptcha
    Akismet
    Bad Behavior
    Etc,

    However, the best solution is active moderation. And I’m guessing the crew that runs this site is also busy developing Buddypress, bbPress, etc. to spend a bunch of time moderating this site. Perhaps they should seek out volunteers to help moderate.

    #117934
    asdfgh
    Member

    @developingtrial I figured out a way round it, which works better for me. Not too sure about creating another set of groups though, still haven’t managed to do it. I used Jet Event System, which practically works the same as groups, if configured correctly. Hope that helps :)

    aces
    Participant

    I wish the post edit and delete buttons would work again…

    I would guess that modemlooper’s reference is to the buddypress plugin directory under `/wp-content/plugins/buddypress/bp-themes/`

    If the equivalent page under your current child theme doesn’t exist, it might be better to copy and edit the above page to your child theme’s directory

    aces
    Participant
    rosewater1
    Member

    Thank you very much for the information!

    The issue I’m having now is finding that php file. I don’t see anything like groups/single in my file manager and I manually downloaded buddypress in hopes I could upload a missing file but I didn’t see anything like it there either. Just last week thought I have a record of being in groups/single/activity.php as well as groups/single/forums.php but now I can’t find those either. My buddpress site is working fine though without any problmes online. Maybe I’m just not accessing the bp-default/groups/single file correctly?

    In case this is relevant info, I have used BP-compatibility so I’m not using the default theme but have BP matching the rest of the site instead.

    Could you help me figure out where to go to get the php file mentioned above?

    Thank you.

    #117928
    rbbp22
    Member

    Hi folks

    I think I may have found a solution, at least to how I was experiencing it.

    I am using wp 3.2.1. and BP 1.2.9 with a bp-default child theme

    FIRST the default gravatar image was not showing at all in firefox. I don’t use gravatars on my site and filter them out all together. I applied a filter to
    bp_get_signup_avatar
    to replace the gravatar.com image with a link to mysteryman directly on my site.

    SECOND

    I think the function

    bp_get_signup_avatar_dir_value() in bp-core-templatetags.php

    has a bug.

    The last line applies the filter.

    Code:
    return apply_filters( ‘bp_get_signup_avatar_dir_value’, $bp->signup->avatar_dir );

    However, when the user signups up or uploads an avatar $bp->signup->avatar_dir seems to be empty.

    There are a few if then else statements that work with $signup_avatar_dir so this seems to be the relevant value to pass along. I changed the last line in the function code to

    Code:
    return apply_filters( ‘bp_get_signup_avatar_dir_value’, $signup_avatar_dir );

    THIRD

    I found that register.php in the theme is lacking a hidden field for the signup avatar directory

    The relevant section is: (REF section A)

    Code:
    <h4><?php _e( ‘Your Current Avatar’, ‘buddypress’ ) ?></h4>
    <p><?php _e( "We’ve fetched an avatar for your new account. If you’d like to change this, why not upload a new one?", ‘buddypress’ ) ?></p>

    <div id="signup-avatar">
    <?php bp_signup_avatar() ?>
    </div>

    <p>
    <input type="file" name="file" id="file" />
    <input type="submit" name="upload" id="upload" value="<?php _e( ‘Upload Image’, ‘buddypress’ ) ?>" />
    <input type="hidden" name="action" id="action" value="bp_avatar_upload" />
    <input type="hidden" name="signup_email" id="signup_email" value="<?php bp_signup_email_value() ?>" />
    <input type="hidden" name="signup_username" id="signup_username" value="<?php bp_signup_username_value() ?>" />
    </p>

    <?php wp_nonce_field( ‘bp_avatar_upload’ ) ?>

    You’ll notice that the section just below this that handles what the user sees when cropping has an additional hidden field.

    Code:
    <input type="hidden" name="signup_avatar_dir" id="signup_avatar_dir" value="<?php bp_signup_avatar_dir_value() ?>" />

    I inserted this in the (Section A) that the user sees before and after cropping

    #117926
    glensutton
    Member

    This is the same problem I am having. I am editing a buddypress site for a friend but I do not have access to his root sever or host, and I am trying to edit his HOME page but it doesn’t look anything like it should… or like I think it should anyway.

    Tammie Lister
    Moderator

    Just to check, when you say up to date are you using the beta BuddyPress 1.5 or 1.2.9? I ask as the template pack hasn’t been updated yet so could be the issue.

    #117917
    DoctorDR
    Member

    @djpaul “No, this site has plenty of its own problems. It is not reflective of either BuddyPress 1.2.9 or 1.5.”

    I haven’t had time to set up a test site myself, does anyone have a publicly accessible BP 1.5 site that they don’t mind us looking at?

    BuddyPress Test Drive – http://testbp.org/ – still lists itself as running BP 1.3, so I’m assuming that is no longer reflective of the latest dev version..?

Viewing 25 results - 37,701 through 37,725 (of 69,108 total)
Skip to toolbar