Skip to content

Commit 78c6d6c

Browse files
committed
Chg: Profiles embeddable on third party sites: expand to include full text - https://helpdesk.transition-space.org/conversation/291?folder_id=23
1 parent 920d94b commit 78c6d6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1314
2.0 (July 12, 2024)
1415
--------------------

views/embed/profile.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use humhub\assets\AppAsset;
1515
use humhub\components\View;
1616
use humhub\helpers\Html;
17-
use humhub\libs\StringHelper;
1817
use humhub\modules\cleanTheme\assets\CleanThemeAsset;
1918
use humhub\modules\user\widgets\Image;
2019
use humhub\widgets\bootstrap\Badge;
@@ -50,7 +49,7 @@
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>

0 commit comments

Comments
 (0)