Announcement

#1 2020-08-08 02:32:56

executive
Member
2017-08-16
1214

Footer

Greetings

I want to change the way the copyright is displayed. (The bar that shows "Powered by Piwigo").

Right now, it appends itself to the bottom of the page, outside of view. (possibly with javascript?) That means two things:

1) if the user never scrolls down, they will never see it. It doesn't matter how long the content is, the copyright is always outside of view.

2) no matter how long the page/content is, ugly scroll bars will always be shown.


I don't like the way this looks. I would prefer if the copyright were a static element. Short content should appear as a single page and scrollbars should not be visible.

This seems to be integrated in core code, and I can't quite figure out where to change it.

Offline

 

#2 2020-08-11 20:59:50

Zentalquabula
Member
2014-05-10
217

Re: Footer

Use the LocalFiles editor to either create a customized footer.tpl template, or use CSS to remove information:

.pwg_footer {
    display: none;
}

Offline

 

#3 2020-08-11 21:32:57

executive
Member
2017-08-16
1214

Re: Footer

Yeah, I didn't say I wanted to remove it. I was looking for a way to change the behavior.


Anyway, I did some more testing. It seems that the auto-hiding only happens when an admin is logged in, which is actually fine. So I'm leaving it be.

Offline

 

Board footer

Powered by FluxBB

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