Hi all
Here is a simple tip to insert a "You Might Be Interested In ... " (call it whatever you like really) section at the bottom of all blog posts, sort of like we have Related Videos on the video module.
Here's how it looks:

What does it do? It pulls in the middle column modules from the blog page, e.g. Latest Blog Posts, Most Popular Blog Posts etc. In the example above it is pulling in the Latest Featured Blogs from the Featured blog posts page.
How to install it:
The script looks for modules with certain headings on certain pages, so you can change the highlighted items to suit your needs.
I hope this is of use. YOu can check out a live demo here.
Enjoy
SP
ps. this is for blogs only for now. Not had time to do the forum. Might get round to it at some point if no one else hacks it in the meantime.
Tags: Professional Ning Design, Related Items, You might be Interested in
Permalink Reply by Thiago Santos de Moraes on December 12, 2012 at 11:10am How can I change the number of related posts (from 7 to 3)?
Permalink Reply by Glenn Lynch on December 12, 2012 at 1:40pm Brilliant! Thanks SP!
Permalink Reply by Ningaholic on December 13, 2012 at 8:17am This is a great tip SP but there's just one problem. I'd like to have my most popular blog posts but there are 7 listed on the blog page at any given time (as opposed to 6 for featured blog posts). That leaves an extra row with just one article in it which looks odd. Is there any way to have it return only 6 articles so there are two clean rows?
Thanks in advance! Love this option!!

yeah, i know what you mean, but i've not come up with a solution. sorry
Permalink Reply by EDAYAN on December 13, 2012 at 2:33pm KINDLY PLEASE CHECK MINE IT IS NOT WORKING www.edayan.net

on your page http://edayan.net/profiles/blog/list?promoted=1 you don't have a module header with the words "Latest Featured Blogs" but you do have "Latest Featured Blog Posts" so try that in the code instead
Permalink Reply by EDAYAN on December 14, 2012 at 5:11am i tried this
with adding this code but still not working
<!-- SP You Might Be Interested In -->
<script type="text/javascript">
x$(document).ready(function() {
x$('.xg_widget_profiles_blog_show .xg_module_with_dialog').append('<h2 class="interested">You Might Be Interested In ... </h2><div id="SPmoreblogs"></div>');
x$('.xg_widget_profiles_blog_show .xg_module_with_dialog #SPmoreblogs').load('/leaderboards/blogposts/week.xg_widget_profiles_blog_list .xg_column.xg_span-4.xg_last .xg_module:contains("Top Blog Posts this Week")');
});
</script>

you're trying to load modules from the leaderboard page, which is something entirely different, and your css classes are all worng as a result.
Permalink Reply by EDAYAN on December 14, 2012 at 5:20am <!-- SP You Might Be Interested In -->
<script type="text/javascript">
x$(document).ready(function() {
x$('.xg_widget_profiles_blog_show .xg_module_with_dialog').append('<h2 class="interested">You Might Be Interested In ... </h2><div id="SPmoreblogs"></div>');
x$('.xg_widget_profiles_blog_show .xg_module_with_dialog #SPmoreblogs').load('/profiles/blog/list.xg_widget_profiles_blog_list .xg_column.xg_span-4.xg_last .xg_module:contains("All Blog Posts")');
});
</script>
i tried this to bring all blog post but still not working
Permalink Reply by EDAYAN on December 14, 2012 at 5:22am sorry to be a pain for you kindly please help

firstly, you need a space after /profiles/blog/
secondly, there is not a module in your middle column on your /profiles/blog/ page with the title "All Blog Posts". You have "Featured Blog Posts" etc. Try that instead
Fire-Tech replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
Fire-Tech replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Coach Jon HighPoint IELTS Admin replied to Coach Jon HighPoint IELTS Admin's discussion 'Sandbox Project Report: HighPoint IELTS Prep' in the group The Sandbox
Coach Jon HighPoint IELTS Admin replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
Larry Matthews replied to Larry Matthews's discussion 'Anyone know how to fix Table Alignment ?'© 2013 Created by Ning.
