Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 53 total)

  • alunsina
    Participant

    @alunsina

    hi!

    just one question, on the third column of the members theme the the tags are, it pushes the avatar and does not show the whole avatar picture.

    like this:

    http://upd8t.com/members/admin/

    anything i can do to fix that? thanks!


    alunsina
    Participant

    @alunsina

    Thanks Mohit.

    Upgrading to 1.0.3 took care of it.


    alunsina
    Participant

    @alunsina

    aww, theres already 1.0.3.

    :P


    alunsina
    Participant

    @alunsina

    in case he goes online, i would want it also to be able to bind if an existing account exists. :)


    alunsina
    Participant

    @alunsina

    excellent. installed and worked out of the box. thanks!


    alunsina
    Participant

    @alunsina

    if you followedthe instructions avove and not able to make it work you might also need to add this at line 42, same file:

    <?php if ( $options['text'] ) : ?><p><?php echo $options['text'] ?></p><?php endif; ?>


    alunsina
    Participant

    @alunsina

    yeah! start a movement now! i might try that balloon thing. :)


    alunsina
    Participant

    @alunsina

    fixed the 4 hours later posting on WordPress. turns out i have to really make sure that everybodys time (all users!) is on the correct timezone. not just the admins.

    Only thing remaining, really is the sitewide activity. any activity is posting as an hour back. this, despite all settings set to the original time zone of server.


    alunsina
    Participant

    @alunsina

    were you able to work out the patch? my sitewide is still running an hour behind. im using my server time.


    alunsina
    Participant

    @alunsina

    you can try out feedpress plugin. install in your main blog then get the feed address of your three other blogs. i have same setup as yours and feedpress seems to be working. this is assuming that the main domain you mean is the yoursite.com/blog.


    alunsina
    Participant

    @alunsina

    awesome! i was able to drag this code around.

    <?php if ( function_exists(\'bp_wire_get_post_list\') ) : ?>
    <?php bp_wire_get_post_list( bp_current_user_id(), bp_word_or_name( __( \"My Wire\", \'buddypress\' ), __( \"%s\'s Wire\", \'buddypress\' ), true, false ), bp_word_or_name( __( \"No one has posted to your wire yet.\", \'buddypress\' ), __( \"No one has posted to %s\'s wire yet.\", \'buddypress\' ), true, false), bp_profile_wire_can_post() ) ?>
    <?php endif; ?>

    only thing is it brings the whole wire with it. i want to move just the post box. or even just move the post box at the top of wire instead of it being at the bottom.


    alunsina
    Participant

    @alunsina

    you can check out the privacy settings ( I would like my blog to be visible only to registered users from blog community ) then maybe edit the log-in page.


    alunsina
    Participant

    @alunsina

    gotcha! its a compatibility problem with several plugins i have. which is smartyoutube and competition manager.


    alunsina
    Participant

    @alunsina

    i have upgraded to the latest trunk and still the same. also deactivated pretty permalinks. have not edited anything on theme. this is my last one issue. help please?


    alunsina
    Participant

    @alunsina

    ive have had months of battling with this same issue. mostly due to plugins. mu or otherwise. special mention, bp-dev plugins. im not sure if this would be the same case as yours but for me what really helped was deleting all the other plugins and not just disabling them either. totally remove them from files and database.


    alunsina
    Participant

    @alunsina

    i am using facebuddy done by sgrunt. also not working even with default theme.


    alunsina
    Participant

    @alunsina

    here you go love.

    http://pastebin.com/m1eabe556

    as for backticks, i cant seem to find it in my keyboard but i can copy yours. cool.

    you learn something new everyday!


    alunsina
    Participant

    @alunsina

    ohh, geez, sorry, i dont know how to paste a code. dont copy that, its not showing everything. but hope you get the idea.


    alunsina
    Participant

    @alunsina

    here’s something i have lying around. i’m not sure where i got it. not very good at records:

    :D


    <?php

    function add_about_to_main_menu() {

    $class = (bp_is_page(‘about’)) ? ‘ class=”selected” ‘ : ”;

    echo ‘<li ‘ . $class. ‘>‘ . __( ‘About’, ‘buddypress’ ) .’‘;

    }

    add_action(‘bp_nav_items’,’add_about_to_main_menu’);

    ?>


    end here.

    create this as something like aboutmenu.php then edit the link (href part). this way you wont have to muck around the theme files.

    hope that helped!


    alunsina
    Participant

    @alunsina

    finally, something i can answer. :D

    your wire is something like facebooks’ wall or your twitter page. it shows any shoutout you or your buddy made for you.


    alunsina
    Participant

    @alunsina

    same problem here. clicking add friend redirects to profile. what plugin did you deactivate nightstalker?


    alunsina
    Participant

    @alunsina

    my wishlist:

    a plugin to move around widgets on profile.

    a ping.fm plugin (wire to ping)

    :)


    alunsina
    Participant

    @alunsina

    dear sir jeff,

    i have gone through all the threads here that has any mention of avatar. :) i decided to post a new one since all the others are pre ver 1. and as per your lovely sticky up there, create a new thread. yiheee. i would not be afraid to create a new thread from now on. :D


    alunsina
    Participant

    @alunsina

    my avatars used to work pre buddy press 1. after updating, i now have this same exact issue.

    able to upload images but cannot crop, after submitting, avatar image turns to black.

    i have followed all of the instruction/suggestion in this thread plus a couple more in others. and yes, i do have 777 on blogs.dir. and GD Image Lib.

    it is interesting since i thought buddy press 1, this issue is supposed to be fixed?

    thanks!


    alunsina
    Participant

    @alunsina

    To avoid white screen, in any Buddy Press upgrade from pre RC to present, never forget to disable first bpdev plugins if you have them. :)

Viewing 25 replies - 1 through 25 (of 53 total)
Skip to toolbar