Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.1.x Extensions Database 3.1 / 3.2 ⇒ Button menu
- 
				DB1953
 - Users

 - Posts: 14
 - Joined: 16 Mar 2015, 19:49
 
Re: Button menu
I'm having problems being able to move "sub button" around (the order).
hey just won't go. (sometimes they will, but mostly they won't.
This program works great except for this problem. I can't get them in the order I want unless I delete them and add them back in in the order I want. That's a lot of trouble.
D
			
			
									
						
										
						hey just won't go. (sometimes they will, but mostly they won't.
This program works great except for this problem. I can't get them in the order I want unless I delete them and add them back in in the order I want. That's a lot of trouble.
D
- 
				Sniper_E
 - VIP

 - Posts: 1157
 - Joined: 14 Oct 2014, 19:01
 
Re: Button menu
Nope. Put them in the order you want them in and walk away.
I installed it on 3.2.1 with no problems except for not being able to re-ordering them.
[ Post made via Samsung Galaxy S5 Active ]

- 
				Exabot
 - Users

 - Posts: 46
 - Joined: 22 Mar 2020, 12:59
 
Re: Button menu
What needs to be changed in CSS to remove it?
			
			
						You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						- 
				martin
 - Admin

 - Posts: 5106
 - Joined: 06 Apr 2014, 16:12
 
Re: Button menu
Images and video's are no good a link and detailed info of what you want is needed.
			
			
									
						
										
						- 
				Exabot
 - Users

 - Posts: 46
 - Joined: 22 Mar 2020, 12:59
 
Re: Button menu
Remove it with a shadow or similar. To prevent the button from flashing.
			
			
									
						
										
						- 
				Xxxbennyxxx
 - Users

 - Posts: 74
 - Joined: 30 Dec 2014, 22:23
 
Re: Button menu
Will there be updates for 3.3?
I would also like to change the button menu.
			
			
						I would also like to change the button menu.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						- 
				Xxxbennyxxx
 - Users

 - Posts: 74
 - Joined: 30 Dec 2014, 22:23
 
Re: Button menu
ERROR
Code: Select all
phpBB is een foutmelding tegengekomen tijdens het bouwen van de container, veroorzaakt door een geïnstalleerde extensie. Om deze reden zijn alle extensies tijdelijk uitgeschakeld. Probeer de cache van je forum te legen. Alle extensies worden automatische ingeschakeld als de foutmelding is opgelost. Als deze foutmelding zich blijft voordoen, bezoek dan ons support forum via phpbb.nl.
Uitzondering: The file "/home/deb78240n4/domains/zelfbeschadiging.be/public_html/ext/dmzx/buttonmenu/config/services.yml" does not contain valid YAML: The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 7 (near "- @service_container").
#0 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php(117): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->loadFile('/home/deb78240n...')
#1 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/phpbb/extension/di/extension_base.php(99): Symfony\Component\DependencyInjection\Loader\YamlFileLoader->load('services.yml')
#2 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/phpbb/extension/di/extension_base.php(63): phpbb\extension\di\extension_base->load_services(Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#3 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php(71): phpbb\extension\di\extension_base->load(Array, Object(Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationContainerBuilder))
#4 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php(39): Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#5 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/vendor/symfony/dependency-injection/Compiler/Compiler.php(140): Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#6 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/vendor/symfony/dependency-injection/ContainerBuilder.php(789): Symfony\Component\DependencyInjection\Compiler\Compiler->compile(Object(Symfony\Component\DependencyInjection\ContainerBuilder))
#7 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/phpbb/di/container_builder.php(203): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
#8 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/common.php(115): phpbb\di\container_builder->get_container()
#9 /home/deb78240n4/domains/zelfbeschadiging.be/public_html/adm/index.php(23): require('/home/deb78240n...')
#10 {main}- 
				martin
 - Admin

 - Posts: 5106
 - Joined: 06 Apr 2014, 16:12
 
Re: Button menu
My bad i was thinking of the buttons ext.
but yes its a simple change to make it work.
			
			
									
						
										
						but yes its a simple change to make it work.
- 
				Xxxbennyxxx
 - Users

 - Posts: 74
 - Joined: 30 Dec 2014, 22:23
 
Re: Button menu
These changes can be found on phpBB.com. But unfortunately this gives the same mistake. Also emptying cashe does not help
Edit: Fixed
Delete date and reinstall
But how do I get the button menu above the header ?
			
			
													Code: Select all
imports:
    - { resource: tables.yml }
services:
    dmzx.buttonmenu.listener:
        class: dmzx\buttonmenu\event\listener
        arguments:
            - '@service_container'
            - '@config'
            - '@template'
            - '@user'
            - '@dbal.conn'
            - '%dmzx.buttonmenu.table.menu_buttons%'
            - '%dmzx.buttonmenu.table.menu_colors%'
        tags:
            - { name: event.listener }Code: Select all
    dmzx.buttonmenu.table.menu_buttons: '%core.table_prefix%menu_buttons'
    dmzx.buttonmenu.table.menu_colors: '%core.table_prefix%menu_colors'Delete date and reinstall
But how do I get the button menu above the header ?
					Last edited by Xxxbennyxxx on 03 Aug 2020, 12:38, edited 1 time in total.
									
			
						
										
						- 
				martin
 - Admin

 - Posts: 5106
 - Joined: 06 Apr 2014, 16:12
 
Re: Button menu
works on 3.3 and 3.3.1 tried and tested well the install anyway.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
			
						
										
						
