Currently, besides changing the logo and the site description text, there aren't any other customization options available for the Overall header. These limitations leave much to be desired, to say the least...Especially on a vanilla board (when not using another style).
If an option was available to change the header image, admins could easily customize their board to suite there website/board type and help differentiate their board from others. I'll be remiss if I didn't mention making it look much better visually.
The custome menu option will enable admins to have links that their members can use to easily navigate around their site without overcrowding the current space for links in the overallheader.
Having the option to add an image and/or custome menu via the ACP would be a great addition. The phpbb website team see the value in such additions (not the RFC per say), hence the reason these additions were added to the main phpbb site.
[RFC] More Customization Options For The Overallheader
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
-
- Registered User
- Posts: 165
- Joined: Fri Apr 05, 2013 3:38 am
Re: [RFC] More Customization Options For The Overallheader
+1. I like the idea of it. Atm the only option that I can think of will be to create a custom style to change the overall header and other elements to differentiate a board. If ACP option is available, this might make it easy but then again, I dont know how this is going to be done. Will be interesting to see...
Re: [RFC] More Customization Options For The Overallheader
I dont understand. What exact things do you want to customize via ACP? The only thing I can think of is adding custom links to navbar.
Re: [RFC] More Customization Options For The Overallheader
You can extend menu (navbar links) via events. At the moment there is option to add link before FAQ and after Members using events.
I'm not sure if it's good idea to change board logo via ACP. In most cases that also require css/html changes.
I'm not sure if it's good idea to change board logo via ACP. In most cases that also require css/html changes.
My mods:
Auto Backup [MODDB] | Reputation System [RC]
Auto Backup [MODDB] | Reputation System [RC]
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: [RFC] More Customization Options For The Overallheader
I said via the ACP because the devs/community is moving away from having to edit the actual files when it comes to changes to your board. In other words, the ACP would be where the admin would go to make the selections for the changes... The same way the admin currently goes to the ACP to make any changes to their Board.Kamahl19 wrote:I dont understand. What exact things do you want to customize via ACP? The only thing I can think of is adding custom links to navbar.
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] More Customization Options For The Overallheader
He doesn't want to add links to the phpBB navigation bar, he wants the option to put a menu bar above the phpBB navigation area, like you see here at Area 51, I believe.Kamahl19 wrote:I dont understand. What exact things do you want to customize via ACP? The only thing I can think of is adding custom links to navbar.
It should be easy to add a section with text and URLs that gets displayed, and possibly styled using ProSilver's styles. I guess the question is whether an extension could also do that.
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Re: [RFC] More Customization Options For The Overallheader
This would be fine as an extension.
There is a mod doing something similar already in the moddb.:
https://www.phpbb.com/customise/db/mod/ ... vbar_menu/
There is a mod doing something similar already in the moddb.:
https://www.phpbb.com/customise/db/mod/ ... vbar_menu/
-
- Registered User
- Posts: 523
- Joined: Sat Apr 22, 2006 10:29 pm
- Contact:
Re: [RFC] More Customization Options For The Overallheader
@ Steve - Your explanation was correct.Pony99CA wrote:He doesn't want to add links to the phpBB navigation bar, he wants the option to put a menu bar above the phpBB navigation area, like you see here at Area 51, I believe.Kamahl19 wrote:I dont understand. What exact things do you want to customize via ACP? The only thing I can think of is adding custom links to navbar.
It should be easy to add a section with text and URLs that gets displayed, and possibly styled using ProSilver's styles. I guess the question is whether an extension could also do that.
Steve
Re: [RFC] More Customization Options For The Overallheader
It can be achieved by adding a new event above the navbar code, which can be used by any extensions.
It isn't necessary to implement it to the core.
It isn't necessary to implement it to the core.
My mods:
Auto Backup [MODDB] | Reputation System [RC]
Auto Backup [MODDB] | Reputation System [RC]
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] More Customization Options For The Overallheader
If it requires a new event, something has to be done to the core.Pico88 wrote:It can be achieved by adding a new event above the navbar code, which can be used by any extensions.
It isn't necessary to implement it to the core.
Also, will you need a new event in the ACP to define the menu items, or will existing events work?
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.