[3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by Badhon_raj »

aknctn wrote: Sat Jul 24, 2021 1:03 pm Can we add link to logo? When use on mobile, logo unclickable for orientation to main page.
Update this file:
https://github.com/orthohincom/phpbb-na ... efore.html
aknctn
Registered User
Posts: 126
Joined: Fri May 03, 2019 2:10 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by aknctn »

Badhon_raj wrote: Sat Jul 24, 2021 1:24 pm
aknctn wrote: Sat Jul 24, 2021 1:03 pm Can we add link to logo? When use on mobile, logo unclickable for orientation to main page.
Update this file:
https://github.com/orthohincom/phpbb-na ... efore.html
It worked thank you very much.
repair
Registered User
Posts: 24
Joined: Mon Mar 11, 2013 8:21 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by repair »

This extension very excellent.

You can move navbar-toggle to the left
custom css

Code: Select all

@media (max-width:600px) {
  .navbar-header {
    display:flex;
  }
}

@media (max-width:600px) {
  .navbar-brand {
    order:1;
  }
}

@media (max-width:600px) {
  .navbar-toggle {
    order:0;
    margin-left:15px;
    margin-right:0;
  }
}
Now I want to add search on Navbar.
Hope some one can help me.
User avatar
ivailo95
Registered User
Posts: 1064
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by ivailo95 »

You can add search button without CSS, just add fa fa icon
Attachments
Screenshot 2021-07-28 00.51.57.png
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
repair
Registered User
Posts: 24
Joined: Mon Mar 11, 2013 8:21 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by repair »

Do you know how to adjust navbar height?
It looks like your site Navbar some adjustment.
User avatar
JesusGod-Pope666
I've Been Banned!
Posts: 3
Joined: Sun Sep 26, 2021 12:46 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by JesusGod-Pope666 »

How does this run on mobile? Anyone have a live page running with it?

- Darkijah
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by Badhon_raj »

I'm here again. Let me know if anyone needs anything
aknctn
Registered User
Posts: 126
Joined: Fri May 03, 2019 2:10 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by aknctn »

Badhon_raj wrote: Sun Oct 24, 2021 8:41 am I'm here again. Let me know if anyone needs anything

Hello dear Badhon_raj
I need help another an ext. but it isn't MeganMenu. Can I want to help about another topic?
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by Badhon_raj »

aknctn wrote: Sat Feb 05, 2022 1:02 pm
Badhon_raj wrote: Sun Oct 24, 2021 8:41 am I'm here again. Let me know if anyone needs anything

Hello dear Badhon_raj
I need help another an ext. but it isn't MeganMenu. Can I want to help about another topic?
PM me.
User avatar
thecaretaker1
Registered User
Posts: 127
Joined: Tue Dec 30, 2014 8:38 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by thecaretaker1 »

Only a small issue... When I click on a post to highlight it to somebody, the title and top part of the post is hidden behind the Navbar. What would I need to adjust to get the highlighted post to show just below the Navbar? Is this possible to fix? Normal forum pages align correctly, it only when I click on a specific post it becomes hidden due to the forum showing where it should be if I didn't have the Navbar.

Screenshot 2022-02-09 012004.png
gjhvs
Registered User
Posts: 16
Joined: Fri Dec 16, 2005 7:39 am

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by gjhvs »

Hi Badhon_raj!

Excellent extension! Love it! I have 2 questions:

Logo
Menu and logo position on my main site:
Image
Logo all to the left, menu items in the middle of the website

On the forum it looks like this at the moment:
Image
Is it possible to show the logo all the way to the left? The menu items are already in the middle.

Height
As you can see from the screenshots above the menu on the main site is higher (90px).
I want that same height on the menu for the forum. Is that possible?

Thanks!
GertJan
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by Badhon_raj »

gjhvs wrote: Fri Dec 16, 2022 9:41 am Is it possible to ...
Yes, possible with some custom css.
Send you forum url please.
gjhvs
Registered User
Posts: 16
Joined: Fri Dec 16, 2005 7:39 am

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by gjhvs »

Badhon_raj wrote: Fri Dec 16, 2022 11:13 am
gjhvs wrote: Fri Dec 16, 2022 9:41 am Is it possible to ...
Yes, possible with some custom css.
Send you forum url please.
Hi Badhon_rai,

URL is https://forum.madonna.nl :)
Thanks!
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by Badhon_raj »

gjhvs wrote: Fri Dec 16, 2022 1:16 pm Hi Badhon_rai,

URL is https://forum.madonna.nl :)
Thanks!
this should work:

Code: Select all

@media (min-width:768px){
    .navbar.yamm {padding: 8px;}
    .bootstrap .navbar-nav > li > a {line-height: 28px;}
    .bootstrap .navbar > .container:before {display: none;}
    .bootstrap .navbar > .container:after {width:58px;}
    .bootstrap .navbar > .container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
Image
gjhvs
Registered User
Posts: 16
Joined: Fri Dec 16, 2005 7:39 am

Re: [3.3][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by gjhvs »

Yes it works!
Thank you so very much!
Post Reply

Return to “Extensions in Development”