fisharebest / webtrees

Online genealogy
https://webtrees.net
GNU General Public License v3.0
487 stars 301 forks source link

module "Messages" display all messages in one page #4663

Open enes73 opened 1 year ago

enes73 commented 1 year ago

module "Messages" display all messages and we cannot set how much mesaages per page we want to see. (like on webtrees ver 1.xx). I have 81 mesages and my first page are too long because of "messages" module.

Please add feature/option for module "Messages" - display X messages per page

Thanks

ddrury commented 1 year ago

Why not add a scrollbar. put the following in the css & js module (adjust the height value to suit)

#messageform {
  max-height:35vh;
  overflow: auto;
}
enes73 commented 1 year ago

First, HAPPY NEW YEAR to all. Best wishes!

@ddrury: Thanks, This works, messages box are shrinked and page not too long. But, I don't know why module Messages not have this feature - display X messages per page? On webtrees ver. 1.x we have this feature....

@fisharebest: Will you add this feature? I think this feature not too complicated to add it?