Announcement

#1 2023-02-04 20:42:01

BigIsland270972
Member
Norway
2022-03-15
374

[resolved] How to add item or edit the mbMenu?

Hello/Hi/Greetings,

I want to add a custom item to the mbMenu. HOW?

https://www.fotoarkiv.no//priv/menu.png

BTW. NOT the Specials Menu but MENU.

Thanks

Piwigo URL: http://www.fotoarkiv.no

Last edited by BigIsland270972 (2023-02-05 00:21:51)


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

#2 2023-02-04 22:05:29

BigIsland270972
Member
Norway
2022-03-15
374

Re: [resolved] How to add item or edit the mbMenu?


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

#3 2023-02-04 22:06:30

BigIsland270972
Member
Norway
2022-03-15
374

Re: [resolved] How to add item or edit the mbMenu?


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

#4 2023-02-04 23:06:46

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: [resolved] How to add item or edit the mbMenu?

Hi :-)

Personal plugin

Code:

add_event_handler('blockmanager_apply' , 'add_link_perso');

function add_link_perso($menu_ref_arr){
    $menu = & $menu_ref_arr[0];
    if (($block = $menu->get_block('mbSpecials')) != null){
    array_splice(
      $block->data,
      count($block->data),
      0,
      array(
        '' => array(
      'URL' => 'https://www.temmii.com/',
        'TITLE' => l10n('persolink'),
        'NAME' => l10n('persolink'),
    )));
  }
}

Last edited by ddtddt (2023-02-08 19:45:28)


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#5 2023-02-05 02:12:50

BigIsland270972
Member
Norway
2022-03-15
374

Re: [resolved] How to add item or edit the mbMenu?

Many Thankx for the answer :-) but i cant get it to work.

https://www.fotoarkiv.no//priv/error.png


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

#6 2023-02-08 19:47:08

ddtddt
Piwigo Team
Quetigny - France
2007-07-27
7207

Re: [resolved] How to add item or edit the mbMenu?

Hi :-)

sory no see your post

I delete too line !

I update code

(no possible on piwigo.com)

you can replace mbSpecials by mbMenu


You love Piwigo so don't hesitate to participate, learn more on the "Contribute to Piwigo" page. If you don't have much time for contribution, you can also help the project with a donation.

Offline

 

#7 2023-02-09 07:18:43

BigIsland270972
Member
Norway
2022-03-15
374

Re: [resolved] How to add item or edit the mbMenu?

ddtddt wrote:

Hi :-)

sory no see your post

I delete too line !

I update code

(no possible on piwigo.com)

you can replace mbSpecials by mbMenu

Many thanks for this!


Piwigo 14.0 | https://fotoarkiv.no | https://foto.arki.vet | http://Bergen.gallery  | http://Ålesund.gallery | http://geiranger.gallery | http://fjord.photos | http://foto.oslo.no
Apache | PHP 8.1 | MariaDB

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact