I've been cleaning my Ning Network up for our 16th Birthday celebration as a community and I came across a great trick for moving your primary navigation up into the account bar.
Simply add the following to your custom code bottom section near the top of other codes..
<script>
// movenav to before ningbar
x$(document).ready(function() {
x$('nav.header-nav.navbar').insertAfter('div.dashboardBarWrap');
});
</script>
I am searching today for a way to make this script load faster so there isn't a 1 second lag but there you have it. Perhaps Bizz will know a way..
Let me know if you have any questions or need help with your ning community.
Replies
⚡JFarrow⌁ yes but it only works when you are connected ...Is there a code when you are disconnected???? Thanks!