Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 45,326 through 45,350 (of 68,972 total)
  • Author
    Search Results
  • Pisanojm
    Participant

    @djpaul I just pulled all plugins and re-tested (cleared cache, etc)… Still getting the above in the activity stream… I also tried 3 diff. browsers: Chrome, Firefox, and Opera… same on all.

    I would be curious to know if anyone else is experiencing this… See picture above…

    noizeburger
    Participant
    Pisanojm
    Participant

    @djpaul ok, so what is the quick fix to make this work? I looked at the track/path and @johnjamesjacoby says revisit in 1.3…. how can I make the above work now in the site… it’s pretty annoying as not only is the picture larger, but it force the text entry to be smaller and below the picture….
    Is there a way to fix this?

    #96395
    colage
    Member

    I noticed your lightbox works in buddypress. Mine stopped working for me when I installed buddypress. My flickr photo gallery no longer loads photos in the lighbox… it just get stuck. When I de-activate buddypress, it works again. I tried other themes too – even the buddypress default theme, and that isn’t the problem. Any suggestions?
    http://colage.dreamhosters.com/photos/

    #96394
    anindyaray
    Member

    none of the solutions provided here solves the problem , not even editing the bp-core file as mentioned in the first post

    any ideas ?

    #96388
    pcwriter
    Participant

    Little progress update for y’all who’re interested in this fun little baby.

    A great many changes have been made to the default theme in BP1.2.6:
    https://trac.buddypress.org/changeset?old_path=/tags/1.2.5.2/bp-themes/bp-default&new_path=/tags/1.2.6/bp-themes/bp-default/

    This brought up a question, and an answer I was hoping to avoid:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/what-necessary-changes-should-be-made-to-bp-themes-for-bp-1-2-6/#post-76879

    To sum up, as the BP1.2.5-based theme I’ve been working on is pretty much complete, we’ll have 2 versions of the freebie release by the end of this month: the 1.2.6-compatible version will be downloadable from the repo, while the 1.2.5-compatible version will still be available from my site.

    I’ll post links to both when the time is right.
    I’m also putting together a nicely illustrated manual with all kinds of examples to help get you started on customizing the theme.

    pcwriter
    Participant

    @AnindyaRay

    Have you seen this thread? It looks like there may be a solution to your problem near the end:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-1-2-6-adds-extra-padding-top/

    anindyaray
    Member

    @karmatosed
    Thanks for your reply …
    Yes all files and folder structure is intact , I have copied adminbar.css and both ajax.php/js files
    But no I am not using custom admin bar, haven’t change anything related to adminbar colour , text etc. from the theme option

    :D actually I don’t understand what exactly is causing the issue..

    #96384
    John
    Participant

    Thanks for your answer, is this what you’re talking about ?
    https://codex.buddypress.org/extending-buddypress/creating-a-custom-buddypress-component/

    Is this a good place to start to do what I want ?

    Best regards,

    #96382

    In reply to: Plugin Dependencies

    Boone Gorges
    Keymaster

    Wow, this is awesome, @scribu. Thanks for posting about it here. I’ll give it a test this week.

    Brandon Allen
    Participant

    It is, indeed, a theme issue. You should be able to fix things based on the info here: https://trac.buddypress.org/ticket/2679#comment:1

    #96377
    oferwald
    Member

    Now getting this error:

    Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/group-avatars/567. Is its parent directory writable by the server?

    #96370
    Roger Coathup
    Participant
    #96368
    CJ
    Participant

    Hey did you find the answer. I’m having the exact same issue. I had a thought. I’m wondering if the people who aren’t showing up did not go to their email and finish the registration process? But anyway if you’ve figured it out it would be awesome if you post the answer.

    #96366
    Pisanojm
    Participant

    @djpaul I agree… probably a 1.2.61 or something… It seems like there are a couple of other little “bugs” that should have been cleared cropping up as I read through the forums… Thanks for the fix.

    Roger Coathup
    Participant

    put this in the gallery group

    #96350
    modemlooper
    Moderator

    You can add the login form to one of the columns after

    <div id="third-section" class="widget">

    login code:

    <?php if ( is_user_logged_in() ) : ?>

            <?php do_action( 'bp_before_sidebar_me' ) ?>

            <div id="sidebar-me">
                <a href="<?php echo bp_loggedin_user_domain() ?>">
                    <?php bp_loggedin_user_avatar( 'type=thumb&width=40&height=40' ) ?>
                </a>

                <h4><?php echo bp_core_get_userlink( bp_loggedin_user_id() ); ?></h4>
                <a class="button logout" href="<?php echo wp_logout_url( bp_get_root_domain() ) ?>"><?php _e( 'Log Out''buddypress' ) ?></a>

                <?php do_action( 'bp_sidebar_me' ) ?>
            </div>

            <?php do_action( 'bp_after_sidebar_me' ) ?>

            <?php if ( function_exists'bp_message_get_notices' ) ) : ?>
                <?php bp_message_get_notices(); /* Site wide notices to all users */ ?>
            <?php endif?>

        <?php else : ?>

            <?php do_action( 'bp_before_sidebar_login_form' ) ?>

            <p id="login-text">
                <?php _e( 'To start connecting please log in first.''buddypress' ) ?>
                <?php if ( bp_get_signup_allowed() ) : ?>
                    <?php printf( __( ' You can also <a href="%s" title="Create an account">create an account</a>.''buddypress' ), site_url( BP_REGISTER_SLUG . '/' ) ) ?>
                <?php endif?>
            </p>

            <form name="login-form" id="sidebar-login-form" class="standard-form" action="<?php echo site_url( 'wp-login.php''login_post' ) ?>" method="post">
                <label><?php _e( 'Username''buddypress' ) ?><br />
                <input type="text" name="log" id="sidebar-user-login" class="input" value="<?php echo esc_attr(stripslashes($user_login)); ?>" /></label>

                <label><?php _e( 'Password''buddypress' ) ?><br />
                <input type="password" name="pwd" id="sidebar-user-pass" class="input" value="" /></label>

                <p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="sidebar-rememberme" value="forever" /> <?php _e( 'Remember Me''buddypress' ) ?></label></p>

                <?php do_action( 'bp_sidebar_login_form' ) ?>
                <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="<?php _e('Log In'); ?>" tabindex="100" />
                <input type="hidden" name="testcookie" value="1" />
            </form>

            <?php do_action( 'bp_after_sidebar_login_form' ) ?>

        <?php endif?>

        <?php /* Show forum tags on the forums directory */
        if ( BP_FORUMS_SLUG == bp_current_component() && bp_is_directory() ) : ?>
            <div id="forum-directory-tags" class="widget tags">

                <h3 class="widgettitle"><?php _e( 'Forum Topic Tags''buddypress' ) ?></h3>
                <?php if ( function_exists('bp_forums_tag_heat_map') ) : ?>
                    <div id="tag-text"><?php bp_forums_tag_heat_map(); ?></div>
                <?php endif?>
            </div>
        <?php endif?>

    pcwriter
    Participant

    @rogercoathup

    Hmmm… OK, so here’s what I’ll do: as I’ve created this, my first, theme based on 1.2.5, I’ll make it available for die-hard 1.2.5 users on my site. But I’ll update the theme to 1.2.6 before shipping it off to the theme repo with a heads-up that a 1.2.5 version is available for download at http://&#8230;

    However, I think the advice given by @karmatosed is sound, so I’ll ensure future themes are in sync with latest version of BP.

    Thanks guys! :-)

    #96336
    danbpfr
    Participant

    Did you read the documentation before asking here ?
    https://buddypress.org/support/docs/

    Tammie Lister
    Moderator

    @AnindyaRay: Hmmm you got a link for your site? My thoughts are maybe a javascript error (try in firebug to see that) or something like error in files (did you copy over the adminbar.css and also both javascript files (ajax.php / js)? I certainly don’t get any issues with the default or my themes that don’t use custom admin bars – perhaps the custom admin bar code. Worst case maybe you could remove that feature (hate to suggest that but if it’s causing issues).

    @pcwriter: General rule is last supported version is latest with BuddyPress / WordPress or at least that’s the way I work with themes myself. Can’t really speak for others. I myself choose that route as there are generally security and other reasons for upgrades.

    @Roger: I get the frustration but to be truthful I’m a theme designer and I don’t have these issues as said before I go with latest version support and I think you will find most do. This is of course a point of debate and maybe not the place for this said debate as a personal choice / company choice depending on your working situation. This happens with every release it gets better and more gets added… WordPress has same problem if you think of what happened around 3.0 for instance.

    I do think it’s perhaps a point of note to those of us in themes to get more involved and this is one point I myself have in the past few months realised. We can complain about things and claim them wrong but until we get involved can we be surprised over something getting changed. It’s a project we all can get involved in and perhaps this all should be a call to action rather than a soap box moment which I know myself I’m feeling. BuddyPress themes will I think truly benefit from those of us that work with them getting involved where we can. Please take this in the good nature it’s meant as I’ve also had this realisation.

    Roger Coathup
    Participant

    @pcwriter

    No, any new template tags will not be recognised by your 1.2.5.2 installations.

    I’m dismayed by the 1.2.5.2 -> 1.2.6 decision making – with users unable to use 1.2.5.2 themes on 1.2.6. You’d expect some new features in a minor subversion upgrade, some additional template tags you could take or leave, but not for the behaviour of key regularly used functions to be changed overnight (e.g. the multiple friend button issue).

    It’s been an issue for us with how on earth we can handle existing bespoke client implementations, but you raise another problem for generic theme developers – you’d have to have two versions of your theme.

    pcwriter
    Participant

    @djpaul @karmatosed

    I’m putting together my first soon-to-be-released theme package for BP (yay, I’m popping my cherry again! :-) ) and have a n00b question.

    Once I’ve updated all required files in my theme to 1.2.6 (using the aforementioned “calm methodical copy and pasting session”), will users who are still running 1.2.5 be able to use the theme? In other words, will the new 1.2.6 tags, functions, etc be recognized by 1.2.5?

    anindyaray
    Member

    @karmatosed
    Thanks again Tammie for your valuable time , and helping me out …
    and yes I was facing some problems :) , and I did an update to the blogs-mu theme and trying it out on a demo install … Thanks for your valuable suggestions :)
    Now it seems to work ok except ….
    now I am jumbled up with a single issue , and yet it became a nightmare … :D

    After updating to buddypress 1.2.6 from 1.2.5.2 , my site does not show admin bar for guest user(as admin is disabled for loggedout users) , instead inplace it shows a white space …

    Logged in users can view the admin bar correctly , but non-loggedin users or guest users cannot see the admin bar , instead of the admin bar there is a white space in place … !!!

    http://img153.imageshack.us/img153/4278/whitespaceu.jpg

    check this image, see in image, just below the address bar there is a white space , its the 25 px padding for the admin bar …
    This started happening just after upgrading to bp 1.2.6 , (with and without updating blogs-mu theme)

    if the admin bar visibility is turned on for loggedout users , the admin bar is displayed correctly , otherwise a white space of 25px…

    It was not happening with bp 1.2.5.2 , then it was fine.

    Can you kindly help me out with this issue , Please tell me what needs to be done, I would be very greatful …

    Thanks Tammie ….

    #96327
    Roger Coathup
    Participant

    remove the space from the username – not sure how you managed to get one in the first place; I thought BuddyPress prevented usernames with spaces

    #96326
    piccs3o
    Participant

    Hi, I am experiencing exactly the same problem as the original poster Eric so to save opening up a new thread on the same topic I thought it better to post my question here.

    My actions and resulting symptoms are exactly the same as Eric’s original post-I installed WP 3 then BuddyPress. I have updated BuddyPress
    I get the same error

    Fatal error: Call to undefined function wp_get_current_user() in /wp-includes/capabilities.php on line 1059

    I have tried on the Mult-isite forum at WP but despite some useful advice I have still not got anywhere.

    Here is the weird thing.Even when I disable BP I still get the same error.

    It’s a problem because BP functions will not work so I can’t use BP at all.

    I don’t know if Eric got an answer and as I am new to BP I am not sure I see a solution to this problem in the link r-a-y kindly provided.
    really appreciate any suggestions you can offer.

Viewing 25 results - 45,326 through 45,350 (of 68,972 total)
Skip to toolbar