XOOPS / XoopsCore25

XOOPS Core 2.5.x (current release is 2.5.11: https://github.com/XOOPS/XoopsCore25/releases)
GNU General Public License v2.0
71 stars 59 forks source link

Icons for admins and members in the user managment page #936

Open alain01 opened 3 years ago

alain01 commented 3 years ago

Admin theme / transition

User Managment : Why groups used gender icons in this page?

I mean like https://fontawesome.com/icons/user-shield?style=solid and https://fontawesome.com/icons/user?style=solid

If you agree with this principle, I can look for 2 new free icons and suggest modifying the code (transition + default).

Let me know !

geekwright commented 3 years ago

I agree!

alain01 commented 3 years ago

Here my drafts (Ok ok lol, I'm not a designer, but you know that) 2 versions : group_1 group_2

group_1-v2 group_2-v2

I can change color.

Group_3.png for anonymous ? Please confirm

geekwright commented 3 years ago

Looks good to me. I'll let others critique the colors.

I don't see group_3.png used anywhere, so I'm not certain. Anonymous sounds correct based on the defines in mainfile.php.

Since it looks like it matches the group_1 and group_2 in the existing style, I would say update group_3.png to look like it belongs in the set. Maybe a question mark over the figure?

alain01 commented 3 years ago

Yes i thought i would do that

alain01 commented 3 years ago

group_3 group_3-v2

alain01 commented 3 years ago

Then we have /modules/system/images/icons/transition/edituser.png edituser

/modules/system/images/icons/default/edituser.pngedituser

geekwright commented 3 years ago

Isn't it interesting how a simple thing keeps growing? ;)

In modules/system/images/icons/default (also transition) we have anonymous.png user_add.png
user_delete.png
user_edit.png

All of these are themed like the ones we are removing.

alain01 commented 3 years ago

Ok I will do it but I will work with which icon ? The color is not a problem, i can change it, But the form ? Body A group_2

Or body B ? group_2-v2

geekwright commented 3 years ago

Personally, I prefer the B style.

alain01 commented 3 years ago

ok, Just an idea ! We can keep both styles, B style for transition A style for default

alain01 commented 3 years ago

First step, here A style system_user system_auth user_edit anonymous edituser edituser_small user_add user_delete group_1-v2 group_2

mambax7 commented 3 years ago

These colors seem to be too a little bit too vibrant, especially the orange, and might not work well with some of the themes.

For the Suico module, I've added some avatars there, maybe something could be used from there. These two are quite neutral: image

https://github.com/mambax7/suico/tree/master/testdata/uploads/avatars

alain01 commented 3 years ago

Member (group 2) group_2

Better color ?

mambax7 commented 3 years ago

That's better How about these? g12 g7 g8 g9 g10 g6

g15 g13 g14

alain01 commented 3 years ago

it's msn messenger icones so, no, but i can use theses colors

mambax7 commented 3 years ago

these icons are from the Crystal set of icons and its various derivatives, and they are Open Source: https://commons.wikimedia.org/wiki/Category:Crystal_Project_Actions_Icons image

There are also SVG versions of some of them: https://commons.wikimedia.org/wiki/Category:Crystal_SVG_apps image

alain01 commented 3 years ago

ok but i read the license :

GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007

Copyright © 2007 Free Software Foundation, Inc. https://fsf.org/

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

changing it is not allowed Changing license or changing icons ?

mambax7 commented 3 years ago

This is about the license, not about the icons. You're not allowed to change the license. XOOPS is also released under GPL, and you're allowed to make changes to the code, but you can't change the license.

alain01 commented 3 years ago

Ok ! Could you tell me if we can modify icons (private and commercial use) without backlink or credit for : https://github.com/PapirusDevelopmentTeam/papirus-icon-theme and https://www.elegantthemes.com/blog/freebie-of-the-week/beautiful-flat-icons-for-free

I could work on these elements for the whole theme (Crystal is nice but old school for me) Sorry, I'm not familiar with licences (GNU, CC...)

mambax7 commented 3 years ago

Both are released under GPL, so you can modify them, but you have to include the GPL license in your distribution (if you distribute them as a pack). If you use them individually, you don't need to include a backlink, but it's customary to give credits. For example, in every module we include /docs/credits.txt file, to give credit to original authors and contributors. And the same for the themes: https://github.com/mambax7/xbootstrap5/tree/master/docs

alain01 commented 3 years ago

Ok, So I can work on it and we will add a link for credits in a file (on system module) It's ok ?

mambax7 commented 3 years ago

Yes, if the icons are approved/accepted, then we would add credit for them

alain01 commented 3 years ago

Ok, that's clear for me. Thank you !

alain01 commented 3 years ago

Ok, I got the source images so I can modify all elements in theses icones : (vectoriels source so any size) ;-)

What about this background (XOOPS color) : bitmap

Let me know if i should start with this background color base or if it's too vibrant. I can use the original blue background on this icons set too or another background color.

all icones

alain01 commented 3 years ago

What about to open a thread on XOOPS forum to get different opinion and may be open / create survey ?

Background : Yes / No If yes :

mambax7 commented 3 years ago

Yes, absolutely, please open a thread on the Forums, and also share on Facebook. The blue background looks nice

alain01 commented 3 years ago

New thread on the forums: https://xoops.org/modules/newbb/viewtopic.php?post_id=365648

mambax7 commented 1 year ago

@alain01 Are you going to submit the icons with the blue background? image

mambax7 commented 11 months ago

Any progress, or should we close it?