A while back Fred asked Does anyone know how to change the ACTIVITY FEED Layout ?which was asking how to put activity feed items into a 'bubble'.
Between Peter Sorenson(thanks to you, sir) and I, we came up with a solution.
Using the best of both our code I've today added this to blog, video, wall, event and photo comments/replies (see blog, see video, see wallexamples).
One thing I've not tested thoroughly is what this does in forum replies because i don't use the forum extensively - the bolded code is what i think will work with forums but you might need to remove/amend.
Simply put the attached bubble.txt code in your css box and amend where needed:
Let me know how you get on. I've also added this to my first theme in the Themes Group.
SP
Tags: Reply Bubbles
Permalink Reply by Fred CAMPANA on April 6, 2012 at 6:26pm
Permalink Reply by Audry T on April 8, 2012 at 1:21am I love this idea, but I can't figure out how to do a critical customization for it. I have a site for which blogs and forums post on a black background and the text is white. But when I applied your CSS to create the bubbles, the comment bubbles became white, but the font also stayed white. Now, I want the comment bubbles to be white, but I need to override the default text color (white) so that the text shows up black -- but only inside comments. For example:
[Blog Post Has Black Background and White Text]
[comments have white balloon background and black text]
Can anyone help with this?
Permalink Reply by Riccardo Rossini on April 8, 2012 at 1:52am Give me your inner color code, I can change it for you
Permalink Reply by Bruce Gaynham on April 8, 2012 at 2:34am Hi Audry,
Just add the color: #000000; line to the section of css as per below.
The background line controls the background color of the comment bubble and by adding the color: ...; line you can control the text color.
Bruce
#comments dl.comment dd, #discussionReplies .discussion dd div.description, .xg_module_comment_wall dl.comment dd{
color: #000000;
background: #f9f9f9;
border: 1px solid #e4e4e4;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
margin-right: 35px !important;
padding: 2px 5px 27px 10px;
margin-left:20px!important;
}
Permalink Reply by Riccardo Rossini on April 8, 2012 at 2:54am
Permalink Reply by Audry T on April 14, 2012 at 3:43pm This was a quick and easy fix. Thanks to everyone who made a suggestion!
Permalink Reply by Bruce Gaynham on April 8, 2012 at 2:57am Very nice! I've implemented on our site.
Thanks SweetPotato
Permalink Reply by Riccardo Rossini on April 8, 2012 at 3:15am 
Permalink Reply by Riccardo Rossini on April 8, 2012 at 3:22am 




Fire-Tech replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
Kos replied to Kos's discussion '3.0 My Thoughts From A Non-Coder (edited 5/20/13)' in the group The Sandbox
Allison Leahy replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
Yaron replied to Allison Leahy's discussion 'Changes to Ning 3.0 Based on Your Feedback'© 2013 Created by Ning.
