Forum Replies Created
-
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.
any direction on this would be greatly appreciated
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
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”
Where do you get your ID to enable this plugin? Am I just totally missing this?
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?
were you able to get this to work? I have found a few changes, but still unable to display the editor
<?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
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.