[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!
Suggested Hosts
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.1][3.2][DEV] MegaMenu, Sticky Menu, Navbar for phpBB

Post by Badhon_raj »

fabiomaticus wrote:Wed Nov 15, 2017 12:57 pm Hi,
I solved. there was a mistake in the Italian translation of phpbb.
Thanks
Glad to here that. :)
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

have you checked the sql error when you edit an existing button?
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

fabiomaticus wrote: Thu Nov 16, 2017 1:56 pm have you checked the sql error when you edit an existing button?
yes, I couldn't reproduce that either.
Please try it on the forum I gave you.
See if you can reproduce it there.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

On your forum i tried to edit a button and i have a error.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

How i can reduce hight of menu on Smartphone view?
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

fabiomaticus wrote: Sat Nov 18, 2017 8:23 am How i can reduce hight of menu on Smartphone view?

Code: Select all

@media (max-width: 700px){
    .bootstrap .navbar-toggle{
        margin: 0px;
        padding: 5px;
    }
}
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

fabiomaticus wrote: Fri Nov 17, 2017 6:01 am On your forum i tried to edit a button and i have a error.
can you please tell exactly what you did?
and please take screenshot of each step.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

Login in your test forum.
Go to menù items on your estension. Click on forum2.
Click edit {L_SEARCH_UNANSWERED}.
When i Change button name and after i click subtim i have error. Try it.
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

fabiomaticus wrote: Sat Nov 18, 2017 2:33 pm Login in your test forum.
Go to menù items on your estension. Click on forum2.
Click edit {L_SEARCH_UNANSWERED}.
When i Change button name and after i click subtim i have error. Try it.
got it, Thanks.
Will fix soon.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

Badhon_raj wrote: Sat Nov 18, 2017 1:37 pm
fabiomaticus wrote: Sat Nov 18, 2017 8:23 am How i can reduce hight of menu on Smartphone view?

Code: Select all

@media (max-width: 700px){
    .bootstrap .navbar-toggle{
        margin: 0px;
        padding: 5px;
    }
}
Where is this?
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

fabiomaticus wrote: Mon Nov 20, 2017 9:26 am
Badhon_raj wrote: Sat Nov 18, 2017 1:37 pm
fabiomaticus wrote: Sat Nov 18, 2017 8:23 am How i can reduce hight of menu on Smartphone view?

Code: Select all

@media (max-width: 700px){
    .bootstrap .navbar-toggle{
        margin: 0px;
        padding: 5px;
    }
}
Where is this?
add this in custom css field.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

I created a menu with a submenu.
in the submenu I created a menu item "register" and this menu item i set display only for guest to YES. But dont' display.

I have created this on your site
Badhon_raj
Registered User
Posts: 204
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

fabiomaticus wrote: Thu Nov 30, 2017 2:09 pm I created a menu with a submenu.
in the submenu I created a menu item "register" and this menu item i set display only for guest to YES. But dont' display.

I have created this on your site
Thanks. Will release another version soon.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

Ok, thanks.
fabiomaticus
Registered User
Posts: 135
Joined: Tue May 08, 2007 11:56 am
Location: Taranto - ITALY
Contact:

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

Post by fabiomaticus »

how can I set the menu width to the same as the forum's width?
Post Reply

Return to “Extensions in Development”