Ning doesn't allow us to move a Module to the very top of the SideBar Column (narrow column). This tip will show you how to MOVE the Member Module above your Account Box. There are few things I need to explain first:

  • Everything you change for your Member Module, like how many member rows to display, featured, etc...will be reflected in the moved module. The best way to know how it will look - - install the Member Module in right column. It will simply be moved up.
  • The great thing about this tip? It allows us to add something as important as the Member Module above the Account Module, and with with ease.
  • I added credits, trying to deter code thieves from taking the code and sharing as their own, and I have other plans for this code.

 

Instructions - Design Studio:

Add the following code to your Custom Code via: My Network/Tools/Custom Code

 

<!-- © Copyright 2012 JenSocial Ning Tip, Do not remove Credits. -->
<script type="text/javascript" language="javascript">
if (typeof(x$) != 'undefined') {
x$('.xj_user_info').prepend(x$('.module_members'));
}
</script>

 


Instructions - Old Ning Editor:

Add the following code to your Custom Code via: My Network/Tools/Custom Code

<!-- © Copyright 2012 JenSocial Ning Tip, Do not remove Credits. -->
<script type="text/javascript" language="javascript">
if (typeof(x$) != 'undefined') {
x$('#xg_module_account').prepend(x$('.module_members'));
}
</script>

Let me know if I overlooked anything in regards to any odd affects.

Enjoy!

Jen

Views: 352

Reply to This

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips