Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 26 through 34 (of 34 total)
  • @jschires

    Participant

    I did look there and can see where it is, but for some reason I can not get the time ago to move to under the actual message.

    @jschires

    Participant

    any direction on this would be greatly appreciated :-)

    @jschires

    Participant

    This may sound really stupid, but Im not sure I understand…create a css file to style the #activity-list li span.time-since { ? Any chance you could explain :)

    @jschires

    Participant

    Thanks for the quick response john! I did look at the earlier, but was unable to get the time to show where I want it to as in this example:

    You Status update: 50 minutes ago Delete

    test status time

    I would like the “50 minutes ago” to show under the “test status time”

    @jschires

    Participant

    Where do you get your ID to enable this plugin? Am I just totally missing this?

    @jschires

    Participant

    I was not able to get any of these to work? I am fairly fimilular with the coding but no luck…has any succeeded with this?

    @jschires

    Participant

    were you able to get this to work? I have found a few changes, but still unable to display the editor

    @jschires

    Participant

    <?php if ( bp_has_activities( ‘type=friends&user_id=’ . bp_loggedin_user_id() . ‘&max=30’ ) ) : ?>

    <ul id=”activity-list”>

    <?php while ( bp_activities() ) : bp_the_activity(); ?>

    <li class=”<?php bp_activity_css_class() ?>”>

    <?php bp_activity_content() ?>

    <?php endwhile; ?>

    <?php endif;?>

    You just needed to remove the amp; from the above. This should work for you, Im sure it was just a copy paste error :-)

    @jschires

    Participant

    I have the p2 theme (heavily modified) running as the member theme with all users as a contributor on the “Main” site sub blog.

    Best way to explain it is, the main site uses a modified buddyface theme with P2 as its blog (all members become contributor here). when a new member joins and creates a blog or page as I call theme, it uses the modified p2. Their activity shows up on their p2 page, their main wire in their buddyface side, and the sitewide activity feed. Anyone interested in using something like this let me know, I would be more than happy to help.

Viewing 9 replies - 26 through 34 (of 34 total)
Skip to toolbar