Announcement

#16 2012-07-14 08:48:01

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

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?


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

 

#17 2012-07-14 09:49:50

BaiFan
Guest

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

Whenever I try to edit something through the localFiles Editor, I get this...

Current file isn't writeable. Check if a directory "local/" is writeable (chmod).

even though I have checked to see that folders have 777 permissions.

Have you seen this before?
-d

 

#18 2012-07-14 09:58:38

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

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

BaiFan wrote:

Whenever I try to edit something through the localFiles Editor, I get this...

Current file isn't writeable. Check if a directory "local/" is writeable (chmod).

even though I have checked to see that folders have 777 permissions.

Have you seen this before?
-d

See it with your provider to give write permission on the local directory for web 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

 

#19 2012-07-14 10:03:08

BaiFan
Guest

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

Thanks, I will try that.
-d

 

#20 2012-07-14 12:19:57

BaiFan
Guest

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

While I have you here, is there a way to hide the image file names in the galleries?

... and if so, how?

 

#21 2012-07-14 12:47:36

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

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

BaiFan wrote:

While I have you here, is there a way to hide the image file names in the galleries?

... and if so, how?

where exactly ?


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

 

#22 2012-07-14 13:33:50

BaiFan
Guest

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

In the album gallery view where you see the image thumbnails, I want to hide the filenames under the thumbnails.

 

#23 2012-07-14 13:43:03

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

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

BaiFan wrote:

In the album gallery view where you see the image thumbnails, I want to hide the filenames under the thumbnails.

in local config
$conf['show_thumbnail_caption'] = false;


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

 

#24 2012-07-17 09:58:12

AndyF
Guest

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

plg wrote:

Tom Brossman wrote:

I also want to modify this. I am happy to leave 'Powered by Piwigo', I just want the contact option left off. Is it possible to modify the page so that it says 'Powered by Piwigo' and nothing else?

1) activate plugin LocalFiles Editor

2) open screen [Administration > Plugins > LocalFiles Editor > Personal Plugin] and paste the following code:

Code:

<?php
/*
Plugin Name: Personal Plugin
Version: 1.0
Description: Personal Plugin
Plugin URI: http://piwigo.org
Author:
Author URI:
*/

add_event_handler('loc_end_page_tail', 'perso_remove_contact_link_footer');
function perso_remove_contact_link_footer()
{
  global $template;
  
  $template->assign('CONTACT_MAIL', null); // core contact link
  $template->assign('ContactFormLink', null); // ContactForm plugin link
}


?>

3) activate plugin Personal Plugin

This was spot on. I have no objection to the powered by Piwigo link after all it was free but I do object to my email address being open and in the clear for all the good and bad robots out there. Thanks for the solution.

 

#25 2012-07-17 10:17:55

EdwinKort
Translation Team
Rhoon, the Netherlands
1970-01-01
95

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

with the contact form plugin, the link would point to that form, and so your email would not be visible.


My Gallery
Hosted with: Surpass Hosting since 2004

Offline

 

#26 2013-01-21 04:06:26

Gene
Guest

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

Thank you, the remove contact was exactly what I needed and it worked perfectly.

 

#27 2013-03-06 09:42:01

zotek
Member
2013-03-06
1

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

hello..this is my first time using this software..and i was tryingto remove that webmaster logo,
so i apply this code. now i get all WHITE SCREEN.. please HELP..

thank you

<?php
/*
Plugin Name: Personal Plugin
Version: 1.0
Description: Personal Plugin
Plugin URI: http://piwigo.org
Author:
Author URI:
*/

add_event_handler('loc_end_page_tail', 'perso_remove_contact_link_footer');
function perso_remove_contact_link_footer()
{
  global $template;
 
  $template->assign('CONTACT_MAIL', null); // core contact link
  $template->assign('ContactFormLink', null); // ContactForm plugin link
}


?>

EDIT:

even when i right click the page and view source  its empty

Last edited by zotek (2013-03-06 09:48:24)

Offline

 

#28 2013-08-04 00:48:14

tam
Guest

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

hi guys

thanks for the great work.
i dont want to remove powerd by piwigo
i only want to move it... to the end of the page. above my copyrights
http://lionabdo.com/pics/

 

#29 2013-08-04 10:48:13

mistic100
Former Piwigo Team
Lyon (FR)
2008-09-27
3277

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

please open a new thread (see forum rules)
and tell us how you added you copyright

Offline

 

#30 2013-08-11 05:07:36

tegwin
Member
2013-08-08
6

Re: how can i remove "Powered by Piwigo - Contact Webmaster"?

Hey all, if i might make a suggestion... Once I get thing up and running, I would be more inclined to have a page divider where i would display a permanent "advertisement". If a decent ad was developed I think it would have more impact for the org too.

Offline

 

Board footer

Powered by FluxBB

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