Add a link to the navigation bar
 
                              
                                
                                 Morgain   37
From: -
                                 
                              
                            From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Add a link to the navigation bar
 
                        
                                                
                         Morgain
                
                OP
   37
From: -
                         
                      
                  From: -
                    In case anyone else wants to do this you find a template like this:
Templates (side menu) / Manage Templates.
Click Edit on the style to edit.
Use searchbox at top on site_header OR
Go down to SITE (2nd from nottom). Click Edit.
Find site_header
                  
                  
                Templates (side menu) / Manage Templates.
Click Edit on the style to edit.
Use searchbox at top on site_header OR
Go down to SITE (2nd from nottom). Click Edit.
Find site_header
1 Re: Add a link to the navigation bar
 
                        
                                                
                         Philipp 
                        
                        
From: Austria
                         
                      
                   Administrator
  1342From: Austria
                    You can remove the bar by editing the site_header template. Just comment out line 61 from the template:
                  
                  
                {$insert['site_login']}
                   
               
          
I want my users to find things in the same place.
The biggest change to do is to put the login/ logout link currently at the top of page content, on the navigation bar instead.
On Login this could be a simple URL link to the XF login page.
Once logged in it should display as Logout with the logout function.
This would need to be aligned right on the bar.
Obviously this involves editing the Status bar: ro remove the links from there.
I find the Status bar header: useful for a generic title for all CT pages.
The Status bar content: could also be a useful quick edit NOTICE system. But it wastes space to have it there all the time.
So where can I comment out this bar?
Better is there a quick way to toggle it on/off?