File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Unreleased
99- Chg: Rename theme to ` Transition `
1010- Enh: Migration to BS5 and HumHub 1.18
1111- Enh: Content sub-menu: Move "Report" entry to the top - https://helpdesk.transition-space.org/conversation/1661?folder_id=23
12+ - Chg: Profiles embeddable on third party sites: expand to include full text - https://helpdesk.transition-space.org/conversation/291?folder_id=23
1213
13142.0 (July 12, 2024)
1415--------------------
Original file line number Diff line number Diff line change 1414use humhub \assets \AppAsset ;
1515use humhub \components \View ;
1616use humhub \helpers \Html ;
17- use humhub \libs \StringHelper ;
1817use humhub \modules \cleanTheme \assets \CleanThemeAsset ;
1918use humhub \modules \user \widgets \Image ;
2019use humhub \widgets \bootstrap \Badge ;
5049 <?= Html::encode ($ user ->getDisplayName ()) ?>
5150 </div>
5251 <div style="padding-bottom: 10px;">
53- <?= Html::encode (StringHelper:: truncate ( $ user ->profile ->about , 50 ) ) ?>
52+ <?= Html::encode ($ user ->profile ->about ) ?>
5453 </div>
5554 </div>
5655 </a>
You can’t perform that action at this time.
0 commit comments