Page 1 of 2

[ABD] Responsive Menù

Posted: Sun Mar 01, 2015 2:52 pm
by cece74
Menu that you can only see if you are connected to the forum. Fully responsive to mobile devices. It 'an alternative to the control panel of the quick links.

Version:
1.0.3: Extension completely redone
1.0.2: Improved code
1.0.1: Bug fix and style menù Prosilver
1.0.0: First release

Image

Image

Style:
All

Language:
All

Download:
http://www.forum.magazine.edu.gr/menu-r ... e-t12.html

Re: [Alpha] Menù Responsive

Posted: Sun Mar 01, 2015 5:33 pm
by Lumpy Burgertushie
other than the css what is different from this one:
viewtopic.php?f=456&t=2270121

what I would like to see is the ability to put the menu bar right under the headerbar.
currently there is no event in the overall_header.html file for this.

robert

Re: [Alpha] Menù Responsive

Posted: Sun Mar 01, 2015 7:53 pm
by cece74
An aid for the development of this extension would be welcome.

Re: [Alpha] Menù Responsive

Posted: Sun Mar 01, 2015 8:30 pm
by Jessica
It would be proper English to call it Responsive Menu, not Menu Responsive.

looks nice.

Re: [Alpha] Responsive Menù

Posted: Mon Mar 02, 2015 8:27 am
by Holger
Very nice menu!

Re: [Alpha] Responsive Menù

Posted: Mon Mar 02, 2015 8:13 pm
by thecaretaker1
It is a very nice looking menu.

- It needs some skills in working out how to personalise it for your own site.
- I had to change the colour scheme to get it to look nice with Prosilver.
- It doesn't work for all pages, admin login I get the mobile version show. Not sure if the same happens on any other pages.
- It should be Choose Page (not choise page) but maybe should be in a language file to make it compatible with how phpBB extensions should work

It would need an admin configuration like the other navbar extension to make it useable for all users.

But I do like it as you can have too many prosilver style boxes for each extensions and this one does break away from that.

Image

Re: [Alpha] Responsive Menù

Posted: Mon Mar 02, 2015 8:19 pm
by cece74
Thank testing! To make all those changes it takes time unfortunately. Thanks again! (Please do not remove my credit-link or one only if you use more than one of my extensions, thanks!)

Re: [Alpha] Responsive Menù

Posted: Mon Mar 02, 2015 9:02 pm
by Lumpy Burgertushie
I installed it here on my testboard:
http://phpbbusers.com/testboard/index.php
however, I made some changes, one of which is not going to be supported.

I changed the html and the css for a differnet menu.
then, in order to make it show up under the headerbar, I moved the event up a little in the code:
from here:

Code: Select all

		</div>

		<!-- INCLUDE navbar_header.html -->
	</div>

	<!-- EVENT overall_header_page_body_before -->
to here:

Code: Select all

		</div>
<!-- EVENT overall_header_page_body_before -->
		<!-- INCLUDE navbar_header.html -->
	</div>
I added a bit to the css to change the bottom margin and border of the headerbar.

just showing what can be done with the extension.

by the way, I was not meaning to say there was anything wrong with this extenstion in my first post above.

good work,
robert

Re: [Alpha] Responsive Menù

Posted: Mon Mar 02, 2015 9:08 pm
by cece74
No problem! Make any changes you want! We can achieve together. Will be a great job! Thank you very much!

Re: [Alpha] Responsive Menù

Posted: Thu Mar 05, 2015 12:46 pm
by cece74
Version: 1.0.1
- Bug fix
- Style menù prosilver

Re: [Alpha] Menù Responsive

Posted: Sun Mar 15, 2015 10:43 pm
by vipaka
Lumpy Burgertushie wrote:other than the css what is different from this one:
viewtopic.php?f=456&t=2270121

what I would like to see is the ability to put the menu bar right under the headerbar.
currently there is no event in the overall_header.html file for this.

robert
This ext has no ACP for managing the links on the menu, for one thing. No additional options for alternate styles/css either, just the built in one. I'm pretty sure this ext could be accomplished with the custom code ext, since it requires nothing but html/css.
The CSS they've used is nice, and I might add something similar as an option for my ext or pretty up the phpbb-style css.

Re: [Alpha] Responsive Menù

Posted: Sun Mar 15, 2015 11:13 pm
by Jessica
Keep up the great work!

Re: [Alpha] Responsive Menù

Posted: Thu Mar 19, 2015 6:39 pm
by Joost01
Is it possible to make some one links only for administrators and moderators ?
I have tried to this codes thats not working.. :cry:

<!-- IF U_MCP -->
<!-- ENDIF -->

I have one staff menu. xD :)

Re: [Alpha] Responsive Menù

Posted: Thu Mar 19, 2015 7:58 pm
by Lumpy Burgertushie
I think this should work:

<!-- IF U_MCP or U_ACP -->

Re: [Alpha] Responsive Menù

Posted: Thu Mar 19, 2015 8:21 pm
by Joost01
Lumpy Burgertushie wrote:I think this should work:

<!-- IF U_MCP or U_ACP -->
It works, thank you very much! :D