Announcement

#1 2011-12-17 14:59:02

tbreaux
Member
tnjphotography.com/piwigo
2011-12-17
11

[resolved] need help Editing ABOUT page

I found where I can Edit (add to) the ABOUT page using FCK, but now I can't seem to remove the default text.

Can someone pls help.

Thanks!

Offline

 

#2 2011-12-17 15:10:38

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

Re: [resolved] need help Editing ABOUT page


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 2011-12-17 15:26:30

tbreaux
Member
tnjphotography.com/piwigo
2011-12-17
11

Re: [resolved] need help Editing ABOUT page

Thanks for the Quick reply, but as I stated, the Default text

- (( this photo gallery is based on piwigo.

piwigo is a photo gallery software for the web, built by an active community of users and developers. extensions make piwigo easily customizable. icing on the cake, piwigo is free and opensource.

visit piwigo website))


is what I am trying to remove.

Offline

 

#4 2011-12-17 17:13:02

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

Re: [resolved] need help Editing ABOUT page

There is no simple way to simply remove this text

This is our pub ;-)

you can delete this text on file about.html in language director


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 2011-12-18 19:35:34

tbreaux
Member
tnjphotography.com/piwigo
2011-12-17
11

Re: [resolved] need help Editing ABOUT page

Can someone at least tell me what the file name is where the default text is? ( in the About section )

Offline

 

#6 2011-12-18 19:38:58

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

Re: [resolved] need help Editing ABOUT page

I gave you the answer!

ddtddt wrote:

you can delete this text on file about.html in language director

for English in en_UK
for French in fr_FR
......


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 2011-12-18 21:20:30

tbreaux
Member
tnjphotography.com/piwigo
2011-12-17
11

Re: [resolved] need help Editing ABOUT page

O my bad :)

Thanks!

Offline

 

#8 2011-12-20 11:15:01

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

Re: [resolved] need help Editing ABOUT page

For delete piwigo message on all page about (all translation)

1) activate [extension by Piwigo Team] LocalFiles Editor from screen [Administration > Plugins > Manage]

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

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


if (script_basename() == 'about')
    {
  add_event_handler('loc_end_page_header', 'nopiwigoabout');
    }

function nopiwigoabout()
{

    global $template;
$template->clear_assign('ABOUT_MESSAGE');
}

?>

3) activate personal plugin from screen [Administration > Plugins > Manage]

------------
This removes the visibility Piwigo.
You can help with 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.


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

 

#9 2011-12-20 19:14:02

tbreaux
Member
tnjphotography.com/piwigo
2011-12-17
11

Re: [resolved] need help Editing ABOUT page

Thank You

This issue is now Resolved :)

Offline

 

#10 2011-12-20 21:19:54

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

Re: [resolved] need help Editing ABOUT page

Can you pass this topic to resolved (link in the first post)


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

 

Board footer

Powered by FluxBB

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