Announcement

#1 2013-05-30 00:13:32

hkdigit
Translation Team
Hong Kong
2013-05-23
89

[resolved] Trun off "Contact webmaster" on page footer

Is there any option to turn off / disable "Contact webmaster" on page footer?

Piwigo 2.5.1 + elegant theme (default).

Regards,
Chris Lee

Offline

 

#2 2013-05-30 06:10:08

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

Re: [resolved] Trun off "Contact webmaster" on page footer

Hi :-)

you ca remove "Contact webmaster"  for all user ?


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

 

#3 2013-05-30 06:16:47

hkdigit
Translation Team
Hong Kong
2013-05-23
89

Re: [resolved] Trun off "Contact webmaster" on page footer

ddtddt, can you kindly tell me how to remove it for all users? Is there any admin option or need to change the template files?

Offline

 

#4 2013-05-30 06:54:11

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

Re: [resolved] Trun off "Contact webmaster" on page footer

Hi :-)

1/ Go to Administration -> Plugins -> Manage
activate [extension by Piwigo Team] LocalFiles Editor

2/ Go to Administration -> plugins -> Local File Editor -> tab Plugin Personnel


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 2013-05-30 06:57:02

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

Re: [resolved] Trun off "Contact webmaster" on page footer

<?php
/*
Plugin Name: Plugin Personnel
Version: 1.0
Description: Plugin Personnel
Plugin URI: http://piwigo.org
Author:
Author URI:
*/
add_event_handler('loc_end_page_tail', 'removecontact');

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




?>


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

 

#6 2013-05-30 06:57:26

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

Re: [resolved] Trun off "Contact webmaster" on page footer

3/Go to Administration -> Plugins -> Manage
activate 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

 

#7 2013-05-30 07:04:08

hkdigit
Translation Team
Hong Kong
2013-05-23
89

Re: [resolved] Trun off "Contact webmaster" on page footer

It's work! Thanks!

Offline

 

Board footer

Powered by FluxBB

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