Option to hide/show the nav-bar on the portal page?

Current Version: 2.1.0
Released: 2015-10-26
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked
User avatar

Topic author
Bermudez
Active Member
Posts: 11
Joined: 12. November 2015 19:39
phpBB.com User: Bermudez
Location: 40.344166N, -1.103240W
Contact:

Option to hide/show the nav-bar on the portal page?

Post by Bermudez »

Hello.
It would be interesting to have an option in the administration panel to hide/show the nav-bar on the portal page.
Or alternatively, what should I edit to get it?
Regards.

Image
User avatar

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Option to hide/show the nav-bar on the portal page?

Post by Kirk »

Hi
in the ACP it is not possible.
There is still a possibility I have to test first. It can take a while.
Gruß Udo
User avatar

Topic author
Bermudez
Active Member
Posts: 11
Joined: 12. November 2015 19:39
phpBB.com User: Bermudez
Location: 40.344166N, -1.103240W
Contact:

Re: Option to hide/show the nav-bar on the portal page?

Post by Bermudez »

Thank you.
I will wait patiently.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Option to hide/show the nav-bar on the portal page?

Post by archivar »

Bermudez wrote: 20. November 2017 10:47 Hello.
It would be interesting to have an option in the administration panel to hide/show the nav-bar on the portal page.
.....
If you hide the nav-bar in the portal, it becomes cumbersome if a user wants to log in via the portal in the smartphone, because then the login block is moved to far below.
And furthermore, other menus are also hidden for quick access in the portal. ;)
V.G. archivar
sorry for my bad english
User avatar

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Option to hide/show the nav-bar on the portal page?

Post by Kirk »

Create a file with the name overall_header_portal.html copy the code in the root/styles/prosilver/template/overall_header.html into this new file.
Find and delete this in the new file <!-- INCLUDE navbar_header.html -->
Upload this file to root/ext/board3/portal/styles/prosilver/template

Open: root/ext/board3/portal/styles/prosilver/template/portal/portal_body.html
Find:

Code: Select all

<!-- INCLUDE overall_header.html -->
Replace with:

Code: Select all

<!-- INCLUDE overall_header_portal.html -->
In the end "ACP -> General" --> purge cache
It's recommended to purge your browser cache too.
Gruß Udo
User avatar

Topic author
Bermudez
Active Member
Posts: 11
Joined: 12. November 2015 19:39
phpBB.com User: Bermudez
Location: 40.344166N, -1.103240W
Contact:

Re: Option to hide/show the nav-bar on the portal page?

Post by Bermudez »

Many thanks!
Done!

HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

Re: Option to hide/show the nav-bar on the portal page?

Post by HoodieWeather »

Bermudez wrote: 24. November 2017 16:09 Many thanks!
Done!
What's your site, so i can check it out, before I do mind. If, I want to .
User avatar

Topic author
Bermudez
Active Member
Posts: 11
Joined: 12. November 2015 19:39
phpBB.com User: Bermudez
Location: 40.344166N, -1.103240W
Contact:

Re: Option to hide/show the nav-bar on the portal page?

Post by Bermudez »

HoodieWeather wrote: 17. January 2018 11:38
Bermudez wrote: 24. November 2017 16:09 Many thanks!
Done!
What's your site, so i can check it out, before I do mind. If, I want to .
https://ferrosim.es/

HoodieWeather
Valued Contributor
Posts: 66
Joined: 10. December 2015 03:03

Re: Option to hide/show the nav-bar on the portal page?

Post by HoodieWeather »

Bermudez wrote: 17. January 2018 18:20
HoodieWeather wrote: 17. January 2018 11:38
Bermudez wrote: 24. November 2017 16:09 Many thanks!
Done!
What's your site, so i can check it out, before I do mind. If, I want to .
https://ferrosim.es/
looks good
User avatar

Topic author
Bermudez
Active Member
Posts: 11
Joined: 12. November 2015 19:39
phpBB.com User: Bermudez
Location: 40.344166N, -1.103240W
Contact:

Re: Option to hide/show the nav-bar on the portal page?

Post by Bermudez »

Thanks!
Locked

Return to “Board3 Portal 2.1.x - English Support”