diff --git a/css/swad18.66.css b/css/swad18.66.css index 2a951733..7bb49086 100644 --- a/css/swad18.66.css +++ b/css/swad18.66.css @@ -3394,7 +3394,7 @@ a.PAG:hover, .PAG_CUR .RANK_USR { box-sizing:border-box; - max-width:48px; + max-width:40px; text-align:left; vertical-align:middle; white-space:nowrap; diff --git a/swad_changelog.h b/swad_changelog.h index 3fb0121d..db6a015a 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -428,10 +428,11 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.66 (2019-03-06)" +#define Log_PLATFORM_VERSION "SWAD 18.66.1 (2019-03-06)" #define CSS_FILE "swad18.66.css" #define JS_FILE "swad18.64.js" /* + Version 18.66.1: Mar 06, 2019 Changed order of figures in user's profile. (238671 lines) Version 18.66: Mar 06, 2019 Number of social posts is added as a new column in users' ranking. Only figures greater than 0 are shown in users' ranking. (238671 lines) 8 changes necessary in database: diff --git a/swad_profile.c b/swad_profile.c index 8d81c5d6..d07e9c38 100644 --- a/swad_profile.c +++ b/swad_profile.c @@ -387,10 +387,41 @@ void Prf_ShowDetailsUserProfile (const struct UsrData *UsrDat) unsigned NumPublicFiles; char IdFirstClickTime[Frm_MAX_BYTES_ID + 1]; + /***** Get figures *****/ + Prf_GetUsrFigures (UsrDat->UsrCod,&UsrFigures); + /***** Start left list *****/ fprintf (Gbl.F.Out,"
" "" "
");