Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

  • draganbabic
    Member

    @draganbabic

    An update from my installation:

    I have waited for BP Albu to get on the “high five list” so I could update BudyPress and BP Album at the same time, finally when I saw that happened, I upgraded them both. What happened is that all of the images that had no existing comments had the commenting turned off, even though when you go to edit picture the form says the commenting is on. It is only after you save the form that you get the ability to comment on an image.

    Also the quotes are being escaped in the titles (not sure about the descriptions) and you can’t save an image with a single or double quote as it returns an error.

    I don’t know if these issues are known, I thought I’d better post them here.

    On a side note, what is the best way to handle custom languages? I have made some changes to the default english translation just to rename some things e.g. pictures → images, etc. Now that I have upgraded my .po and .mo files are gone.


    draganbabic
    Member

    @draganbabic

    [this is not related to this new beta release]:

    There is one thing I noticed with the listing of the images on the user’s album page—images are listed chronologically, and that seems awkward to me as I would expect the newest content to be on the first page (so it would mean they should be listed reverse–chronologically). If this is only me, is there a way I could reverse the listing of the images in my install?


    draganbabic
    Member

    @draganbabic

    I think it would e useful if the pluggin (at least) offered an option to view the originally uploaded picture (full size), even if it’s a link to a jpeg.


    draganbabic
    Member

    @draganbabic

    Also @usernames are not converted to profile links within picture titles or descriptions. Don’t know if that’s the way it’s supposed to be though, seems out of the ordinary.


    draganbabic
    Member

    @draganbabic

    Here’s a minor bug report regarding HTML wellformedness.

    http://dl.getdropbox.com/u/1911608/Screen%20shot%202010-03-17%20at%20Mar%2017%209.31.16.png


    draganbabic
    Member

    @draganbabic

    ^^^ What @modemlooper said. That will make the plugin useful to 1000% more people, also I consider these to be basic functionalities (apart from activity stream uploads which is sexy although not essential).


    draganbabic
    Member

    @draganbabic

    I’d definitely like to see a solution to this as well.


    draganbabic
    Member

    @draganbabic

    Thanks for the help r-a-y, I found this solution:

    [IN BP_CUSTOM.PHP]:

    function custom_xprofile( $field ) {

    echo bp_custom_get_member_list_xprofile_data( $field );

    }

    function bp_custom_get_member_list_xprofile_data( $field ) {

    global $site_members_template;

    return xprofile_get_field_data( $field, $site_members_template->member->id );

    }

    [IN CHILD THEME FILE]:

    <?php custom_xprofile('Header Image') ?>


    draganbabic
    Member

    @draganbabic

    Hi guys,

    thanks for the ideas. So far I got this running:

    <?php if ( bp_has_profile('profile_group_id=2') ) : ?>

    <?php while ( bp_profile_groups() ) : bp_the_profile_group(); ?>

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

    <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>

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

    style="<?php bp_the_profile_field_value() ?>"

    <?php endif; ?>

    <?php endwhile; ?>

    <?php endif; ?>

    <?php endwhile; ?>

    <?php else: ?>

    <?php endif;?>

    And this indeed outputs the desired value, but it is also wrapped in a paragraph and autolinked. Please do note that I have no idea what I am doing here, weather it is valid, good or anything else, this just got the job done, so it’s a starting point.

    I have searched the forum and found this code that is supposed to remove the autolinking:

    <?php

    function remove_links(){

    remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 2 );

    }

    add_action( 'plugins_loaded', 'remove_links' );

    ?>

    However it doesn’t do that once placed in bp-custom.php

    Any pointers?


    draganbabic
    Member

    @draganbabic

    Similar thing happened to me, after posting a new thread, it would spit out a 404, but it would post the thread. The plugin that handles group forum notifications was the thing causing it, so I had to disable it.


    draganbabic
    Member

    @draganbabic

    I would gladly, however I see that they only accept PayPal as a payment option, which I sadly don’t have.


    draganbabic
    Member

    @draganbabic

    Thanks so Xevo, I will definitely try it out as it seems to be exactly what I need.

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