#16 2024-02-21 09:44:25

Katryne
Member
2016-12-03
417

Re: Bootstrap Darkroom: Remove "Contact Webmaster" from footer?

You didn't try hard enough. Come on, try harder!

Use the Local File Editor plugin, language tab and add :

Code:

$lang['Contact webmaster'] = '';

for any language you are using.


https://album.chauvigne.info/ v.15.1.0  PHP: 8.2.25
https://balades.comoni.org/  v.15.1.0 PHP: 8.2.25
Système d'exploitation: Linux - Hébergeur 1&1-Ionos - MySQL: 5.7.42
Bibliothèque graphique: External ImageMagick 6.9.11-60

Offline

 

#17 2024-02-21 09:57:19

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

Re: Bootstrap Darkroom: Remove "Contact Webmaster" from footer?

Hi :-)

It's better use personal plugin


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

 

#18 2024-02-21 10:17:05

Katryne
Member
2016-12-03
417

Re: Bootstrap Darkroom: Remove "Contact Webmaster" from footer?

Hi ddtddt ! I do what I can and I can do little. (Je fais comme je peux et je peux peu.)


https://album.chauvigne.info/ v.15.1.0  PHP: 8.2.25
https://balades.comoni.org/  v.15.1.0 PHP: 8.2.25
Système d'exploitation: Linux - Hébergeur 1&1-Ionos - MySQL: 5.7.42
Bibliothèque graphique: External ImageMagick 6.9.11-60

Offline

 

#19 2024-02-21 14:58:15

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

Re: Bootstrap Darkroom: Remove "Contact Webmaster" from footer?

Hi :-)

Katryne wrote:

Hello !
There is something about it in the Theme documentation : https://github.com/tkuther/piwigo-boots … kroom/wiki It says :


To remove that link, use a custom plugin:

Code:

add_event_handler('loc_end_page_tail', 'removecontact');
function removecontact() {
  global $template;
   
  $template->clear_assign('CONTACT_MAIL');
}

post 2 ;-)


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

 

#20 2024-02-21 22:28:16

Katryne
Member
2016-12-03
417

Re: Bootstrap Darkroom: Remove "Contact Webmaster" from footer?

ddtddt, thank you to remind me that I can find the good answer when I try very hard.


https://album.chauvigne.info/ v.15.1.0  PHP: 8.2.25
https://balades.comoni.org/  v.15.1.0 PHP: 8.2.25
Système d'exploitation: Linux - Hébergeur 1&1-Ionos - MySQL: 5.7.42
Bibliothèque graphique: External ImageMagick 6.9.11-60

Offline

 

Board footer

Powered by FluxBB

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