alaskaav8r
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Live Notification] Endless, repeating notificationsI would have to provide you a login account since most of my site is not visible to the public for you to be able to see it.
Forum: Plugins
In reply to: [BuddyPress Live Notification] Endless, repeating notificationsSame here….. And for gosh sake don’t mentifon yourself like I did testing this or you will see speed popups…lol
Otherwise love this….
Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?Thank you Jonathon, a plugin would be fantastic since some of us aren’t too code savvy.
Forum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?I included an image showing what I am asking for with an additional question about how to code to get it to show hours:minutes until 24hrs has elapsed then display days. here
well crap can’t get the link to work, it just goes back to beginning of page, so the image is at boatinghowtodotcom in downloads folder and is named bucksmenu.gifForum: Plugins
In reply to: [Query Wrangler] Need some help getting this right?thank you greatly for this code, it really should be a plugin… I changed mine somewhat since there was some of it i didn’t want to display here is my code i placed in functions.php for child theme.
<div class="bbpress-recent-reply-row <?php print $row_class; ?>"> <div><a href="<?php print get_permalink( get_post_meta( get_the_ID(), '_bbp_topic_id', true) ); ?>#post-<?php the_ID(); ?>"><?php print $title; ?></a></div> <div><?php the_excerpt(); ?></div> <div>by: <?php print bbp_user_profile_link( get_the_author_meta( 'ID' ) ); ?> <?php print human_time_diff( get_the_time('U'), current_time('timestamp') ) . ' ago'; ?></div> </div>
How do I control the length of the excerpt, say 10 words or so, maybe even put three dots and a read more like this …read more
Also how do I put a space between the entries, I have them on a forum sidebar widget and they somewhat run together, in other words I need some vertical padding.
thank you
timI am also experiencing the problem and have had to deactivate the plugin.