My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
118 stars 47 forks source link

Idea: Change the behaviour of the box "Currently available release" #676

Open auge8472 opened 1 year ago

auge8472 commented 1 year ago

Currently there are two boxes in the main page of the admin area, that inform the administrators about the currently installed version and the currently available version. These boxes shows their content independently from each other and from the possible status, that the currently installed and available versions are the same.

My idea is, to show the box with the currently available version only in the case, that this version is newer than the installed version. Additionally this information could also be displayed in the sidebar as an additional box or as additional item in the moderation options box.

joeiacoponi1 commented 2 months ago

Quick comment: If you do make this change, which I like, consider changing the text on both to: Current installed version Latest available version (and when the versions match, say “This forum is currently up to date” or similar.)

I would also consider making the boxes attached, so there is no space between them and which shows correlation.

auge8472 commented 2 months ago

Quick comment: If you do make this change, which I like, consider changing the text on both to: Current installed version Latest available version (and when the versions match, say “This forum is currently up to date” or similar.)

I would also consider making the boxes attached, so there is no space between them and which shows correlation.

Sounds reasonable.