activar [extension by Piwigo Team] LocalFiles Editor
tab css
Offline
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
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
Offline
Thanks, I will try that.
-d
While I have you here, is there a way to hide the image file names in the galleries?
... and if so, how?
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 ?
Offline
In the album gallery view where you see the image thumbnails, I want to hide the filenames under the thumbnails.
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;
Offline
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.
with the contact form plugin, the link would point to that form, and so your email would not be visible.
Offline
Thank you, the remove contact was exactly what I needed and it worked perfectly.
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
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/
please open a new thread (see forum rules)
and tell us how you added you copyright
Offline
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