[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!
Scam Warning
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: 209
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 Dec 01, 2017 5:28 pm how can I set the menu width to the same as the forum's width?
You mean the width of the navbar?
add the following in custom css field:

Code: Select all

nav.navbar.yamm{
    max-width: 1200px;
    margin: 0 auto;
}
By the way, I've fixed the sql errors.

Can you please try it?

just download again from github and replace the files.
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 »

Sql error is resolved!
Badhon_raj
Registered User
Posts: 209
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
this?
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 »

No.
This

Code: Select all

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: 209
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

Fixed the other problem as well.
Please check now.

Let me know if there is any other problem.

Thanks for your patience. :)
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, the error is resolved.

P.S. The version is same 1.0.0?
Badhon_raj
Registered User
Posts: 209
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 Dec 13, 2017 3:51 pm Ok, the error is resolved.

P.S. The version is same 1.0.0?
I'll change it to 1.0.1. Still haven't changed it though.
Badhon_raj
Registered User
Posts: 209
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

dansk wrote: Wed Dec 13, 2017 8:08 pm Has sent it to root, can not see it on ACP.
you need to place orthohin directory inside the ext directory.
not in root.
Kaffe
Registered User
Posts: 74
Joined: Tue Nov 01, 2016 6:18 pm

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

Post by Kaffe »

Can you add a function to enable/disable the extension within the ACP? (other than activating/deactivating the extension itself)

Makes it easier to test/developing the menu, without forum visitors being confused.

Other than that, awesome extension! Thanks
Badhon_raj
Registered User
Posts: 209
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

Kaffe wrote: Wed Dec 20, 2017 4:21 pm Can you add a function to enable/disable the extension within the ACP? (other than activating/deactivating the extension itself)

Makes it easier to test/developing the menu, without forum visitors being confused.

Other than that, awesome extension! Thanks
Not a bad idea. Will add it.
Kaffe
Registered User
Posts: 74
Joined: Tue Nov 01, 2016 6:18 pm

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

Post by Kaffe »

fabiomaticus wrote: Thu Nov 02, 2017 2:13 pm Fantastic extension.
One error: the text inside the dropdown box are bigger than the dropdown box itself.
Also having the same problem. When adding a menu item with a longer sentence/word, the sentence/word continues outside of the box.
Renzotom
Registered User
Posts: 55
Joined: Mon Dec 25, 2017 1:47 pm

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

Post by Renzotom »

Miri4ever wrote: Sat Oct 14, 2017 11:34 am Looking nice so far but found I few things I not like:

I'm using PBWoW Style and the right and left border using some elements for my style.
The text inside the dropdown box are bigger than the dropdown box itself.
And I can set up a color for background and style of the menu but the dropdown boxes still appear white and not inside my theme color I use.

Here an example screen what I mean marked with the red boxes.

Image

Uploading images giving me an error message. Needed to create an logo folder inside the images folder with right permisisons for uploading via extension.
Please I have same problem, text go outside of dropbox, how can I fix it?

And second thing, why those placeholders (U_REGISTER and S_LOGIN_ACTION) in MegaMenu don't working? And how must I do it?

Code: Select all

			<ul>
				<button class="btn btn-primary">{U_REGISTER}</button>
				<button class="btn btn-default">{S_LOGIN_ACTION}</button>
				<button class="btn btn-default"><i class="fa fa-bomb"></i></button>
			</ul>
Badhon_raj
Registered User
Posts: 209
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

Renzotom wrote: Mon Jan 08, 2018 1:35 pm Please I have same problem, text go outside of dropbox, how can I fix it?
You need to use a custom css rule.
Send me your board url, I'll tell you exactly what to do.
And second thing, why those placeholders (U_REGISTER and S_LOGIN_ACTION) in MegaMenu don't working? And how must I do it?

Code: Select all

			<ul>
				<button class="btn btn-primary">{U_REGISTER}</button>
				<button class="btn btn-default">{S_LOGIN_ACTION}</button>
				<button class="btn btn-default"><i class="fa fa-bomb"></i></button>
			</ul>
I plan to fix this in next update, have been busy lately, will try to work on this as soon as I get the time.
Renzotom
Registered User
Posts: 55
Joined: Mon Dec 25, 2017 1:47 pm

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

Post by Renzotom »

Badhon_raj
Registered User
Posts: 209
Joined: Wed Jan 04, 2012 6:33 pm

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

Post by Badhon_raj »

Renzotom wrote: Mon Jan 08, 2018 2:22 pm https://forums.volgeop.eu/ Here...
can't see the submenu as guest.

anyway, add the following in custom css section:

Code: Select all

.bootstrap .dropdown-menu {
    min-width: 220px;
}
make sure custom css is enabled.
adjust the value to your needs.

edit: don't add the css.
I've updated the plugin in github, download that instead.
It should fix this error.
Last edited by Badhon_raj on Mon Jan 08, 2018 4:25 pm, edited 1 time in total.
Post Reply

Return to “Extensions in Development”