ContributionsMost RecentMost LikesSolutionsRe: 13.12 Release Notes Manage All Blog Messages permission is something we've been looking forward to! Re: Social bookmark widget editingThank you, @nathan! I'd love to know how to do this! We also need it for a blog (which is aimed at business customers who use LinkedIn)Social bookmark widget editing Hi, is there a way to easily customize the social bookmark widget? I'd like to swap the email icon with LinkedIn (or just add Linkedin icon to next to Facebook and Twitter) Re: 13.11 Release Notes I love the studio context sensitive help, it's a huge improvement! No more guessing what a component does ;) Looking forward to have it in our community Re: Blog posts as grid Yes! that's exactly what I had in mind! Blog posts as grid Hi All, I'd like to display my blog posts in blog page in a 3x2 grid instead of a stream. Has any of you done this kind of thing and could help? Thanks! Re: Edit/duplicate the “menu-bar” componentI submitted a ticket as well. Let's see what it was :)Re: Edit/duplicate the “menu-bar” component Hi Paolo, This is the XML I have before I add the menu bar component: <quilt layout="one-column" nestable="false"> <add to="common-header"> <component id="quilt:Header"/> </add> <add to="main-content"> <component id="post-list"/> </add> <add to="common-footer"> <component id="quilt:Footer"/> </add> </quilt> And here's the XML that's causing the problem: <quilt layout="one-column" nestable="false"> <add to="common-header"> <component id="quilt:Header"/> </add> <add to="main-content"> <component id="menu-bar"/> <component id="post-list"/> </add> <add to="common-footer"> <component id="quilt:Footer"/> </add> </quilt> so as it seems to me, there's no menu bar there yet. Re: Edit/duplicate the “menu-bar” component Hi, I've tried inserting the menu bar component in the Recent Posts Page's XML and it gives me an error. Any idea why? Tracking content outside community Hi, we've started pulling some content from our community to other company websites via API calls. How do I track views on that content with Lithium tools? thanks!