There are many occasions where the status update on my site include a section where people are not actual talking but doing actions.
Example. *Vladimir lays back and stares up at the sky.* "Such a good night."
But the status updates always include " " so it looks more like.
"*Vladimir lays back and stares up at the sky.* "Such a good night."
Tags: Need help, want to remove the qoutes in the status updates and comments.

Permalink Reply by TJ @ jQueryHelp on November 3, 2012 at 11:24pm Hi Vladimir,
This is what works for me on my site. Put this in your Custom Code box and try it.
<script type="text/javascript">
// Unquote comments in activity feed, by TJ @jQueryHelp
x$('.xg_module_activity .content-comment').each(function() {
var jQH_h = x$(this).html();
var iStart = 0;
var iEnd = jQH_h.length;
if (jQH_h.substr(0, 1) == '"') iStart = 1;
if (jQH_h.substr(iEnd - 1, 1) == '"') iEnd -= 2;
x$(this).text(jQH_h.substr(iStart, iEnd));
});
</script>
Best wishes! 
"TJ"

Well, that was a doozy. Hope everyone appreciates you taking time to write that kind of script. =)
Permalink Reply by doone on November 4, 2012 at 11:31am Thanks, your code worked fantastically and thanks for taking the time to write the sub string script.
Permalink Reply by Vladimir Sebastian Bach™ on November 7, 2012 at 6:48pm Awesome, thank you Tj! ^^
Ana Maria Sancho Biesa replied to Ana Maria Sancho Biesa's discussion 'Activity ha dejado de funcionar en mi red 3.0' in the group Ning Networks en español
Rosemary Burns joined Allison Leahy's group
Allison Leahy joined arqueologiadigital.com's group
Sylvia Hysen replied to Sylvia Hysen's discussion 'Great Slider- must see!'© 2013 Created by Ning.
