LetoDMS Community Forum
group and users views - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: Customization (https://community.letodms.com/forumdisplay.php?fid=5)
+--- Forum: Addons/Mods (https://community.letodms.com/forumdisplay.php?fid=14)
+--- Thread: group and users views (/showthread.php?tid=45)



group and users views - matteo lucarelli - 04-07-2010

This adds two functions to the "account" menu:
- a page thet shown the user list with email, description and images
- a page that shown the configured group with members list

The addon can be applied to the 1.7.3 version of the DMS.

both function must be enable from inc.Settings adding this line:
var $_enableUsersView = true;

in the style.css one can add:

table.userView {

border-collapse: collapse;

width: 100%;

}

table.userView th {

text-align: left;

}

ul.groupView{
list-style: none;
font-weight: bold;
}

ul.groupView ul{
margin-top: 5px;
margin-bottom: 20px;
border-top: 1px solid #000;
list-style-image:url("../../out/images/usericon.gif");
font-weight: normal;
}

========================================
In addition:

- out.UserDefaultKeywords and out.EditUserData fix a disuniformity in the menu structure


RE: group and users views - alekseyn - 08-02-2010

please also indicate if this can be applied to version 1.9


RE: group and users views - matteo lucarelli - 08-10-2010

Is yet applied in the main tree starting from 1.8 version