-
Re: FTL File for the User Bar in 6.0?
skushawaha Jun 12, 2013 9:09 PM (in response to knehpets)Hi Stephen Kiel,
You can find the template at path /soy/nav/navbar.soy This template is currently use to render row of menus at the top of each page.
Thanks,
Sanjay
-
Re: FTL File for the User Bar in 6.0?
knehpets Jun 13, 2013 8:13 AM (in response to skushawaha)Thanks! I had seen this file and was hoping to avoid playing in the SOY files.
Ultimately, I want to exclude Blog Post from the navbar's Create menus, which probably means that I have to modify the /soy/nav/createmenu.soy file. I am still new to the SOY world and my progress has been painfully slow. I am still struggling with noobie issues like figuring out the structure of the @CreateMenuSection collection.
-
Re: FTL File for the User Bar in 6.0?
sven.vetter Jun 14, 2013 2:08 PM (in response to knehpets)1 person found this helpfulMaybe you can disable it by CSS...
-
Re: Re: FTL File for the User Bar in 6.0?
knehpets Jun 17, 2013 7:01 AM (in response to sven.vetter)Thanks for the suggestion!
Using this CSS (#create-list-0 li:nth-of-type(4) { display:none; }) I can now remove the blog post item, but I am limited to the browser versions where this selector is supported, e.g. IE 9+. Unfortunately, I have to support users on IE 8 for a while.
Ideally, I would like to insert a content type specific class name for the LI tag and then reference that class within the specific list.
-
-
-
-
Re: FTL File for the User Bar in 6.0?
mark.cablayan Jun 13, 2013 9:19 AM (in response to knehpets)1 person found this helpfulHey Stephen,
I know this post is about removing something from the userbar, but if you ever need to add something, here is a doc I posted on how to do that.
How to Add a New Item to the Userbar in Jive 6.x
Just thought it might help you in the future.
-Mark
-
Re: FTL File for the User Bar in 6.0?
knehpets Jun 14, 2013 12:19 PM (in response to mark.cablayan)I can relate to the "many hours of research,and many cups of coffee"... Yes, your post was helpful and gave me some ideas of additional things to try. Thanks!
-