{literal}dojo.addOnLoad(function(){
ning.Bar.removePanel("user");
ning.Bar.removePanel("people");
ning.Bar.removePanel("invite");
ning.Bar.removePanel("explore");
ning.Bar.removePanel("manage");
});{/literal}//dojo.byId('xn_bar_menu_search').action = searchpath;
</script>
Should I change something that is wrong on it?.
I don't really know javascript, so an answer would be a great help, I
don't think I'll do too many changes after this.Thank you.
<xn:head>
<style>
#xn_bar{
display:none;
}
</style>
<script type="text/javascript">
dojo.addOnLoad(function(){
dojo.byId("xn_bar").parentNode.removeChild(dojo.byId("xn_bar"));
});
</script>
</xn:head>
[]s
--
Fabricio C Zuardi
http://cchits.org
Could you explain this with code, please?:
"One workaround is to make the ningbar invisible through css in
addition to the javascript removal..."
I know a bit of css but not much. I would like to try that if it's
possible,
I'd like just to remove the panels and maybe add others lately when I
look for expert support nearby, so I won't be asking here all the time
for help. Thanks and sorry if I'm wasting your time.