AnzahTools submitted a new resource:
Lastest Activity Widget - Lastest Activity Widget
Read more about this resource...
Lastest Activity Widget - Lastest Activity Widget
Read more about this resource...
I got that already on the to-do list.it should be simplified
I'll take a look at it.Any chance of ajaxifying it and having it update without refresh (poll every 30 secs or something)?
I don't understand right now.not the same activities displayed when you are logged or not.
Weird that there is not the same activities displayed when you are logged or not.
The latest activity is not displayed when i log-out...
| WIDGET as member |
| activity A |
| activity B |
| activity C |
| activity D |
| WIDGET as guest |
| activity B |
| activity C |
| activity D |
| activity E |
| WIDGET as member |
| activity A answered |
| activity A |
| activity B |
| activity C |
| WIDGET as guest |
| activity A answered |
| activity B |
| activity C |
| activity D |
You're right ! That was it, thanks @DL6Maybe is related to user privacy settings
View attachment 187707
How are things coming along? I've had a look myself but couldn't quite get the desired result.I got that already on the to-do list.![]()
Here's some CSS that might help you out whilst waiting for an updateHow are things coming along? I've had a look myself but couldn't quite get the desired result.
.block[data-widget-definition="at_law_widget"] .contentRow-snippet {
display: none;
}
.block[data-widget-definition="at_law_widget"] .contentRow-title {
font-size: 13px;
}
.block[data-widget-definition="at_law_widget"] .label {
display: none;
}

Thank you so much for pointing me in the right direction Gemma. I tried to unnecessarily re-invent the wheel not thinking about css manipulation.Here's some CSS that might help you out whilst waiting for an update
Remove the preview
Code:.block[data-widget-definition="at_law_widget"] .contentRow-snippet { display: none; }
And if required, resize the text and/or remove the prefix label
Code:.block[data-widget-definition="at_law_widget"] .contentRow-title { font-size: 13px; }
Code:.block[data-widget-definition="at_law_widget"] .label { display: none; }
I've modded mine a little to remove unwanted details
View attachment 187970

<div class="contentRow-figure">
<xf:avatar user="$item.User" size="s" defaultname="{$item.username}" />
</div>
<div class="contentRow-main">
{$item.render()|raw}
</div>
.block[data-widget-definition="at_law_widget"] .contentRow-snippet { display: none; }
.block[data-widget-definition="at_law_widget"] .contentRow-figure--fixedMedium { display: none; }
.block[data-widget-definition="at_law_widget"] .contentRow-figure .avatar.avatar--s { width: 24px; height: 24px; }
.block[data-widget-definition="at_law_widget"] .listInline--block { display: none; }
.block[data-widget-definition="at_law_widget"] .p-body-sidebar .block-row { border: 0px; }
.block[data-widget-definition="at_law_widget"] .contentRow-title { font-size: 13px; margin-left: -6px; }
.block[data-widget-definition="at_law_widget"] .contentRow-title a { font-style: italic; }
.block[data-widget-definition="at_law_widget"] .contentRow-minor { margin-left: -6px; }
.block[data-widget-definition="at_law_widget"] .label { display: none; }
.block[data-widget-definition="at_law_widget"] .at_law_block { padding: 11px 0px; margin: -1px 0px; }
.block[data-widget-definition="at_law_widget"] .block-body.block-row { padding-top: 0px; padding-bottom: 0px; }
New Functionalities
Bugfixes & Changes
- none
- hide attachments
- hide label space
</xf:foreach>
</ul>
<div class="block-footer js-newsFeedLoadMore">
<span class="block-footer-controls"><xf:button href="{{ link('whats-new/latest-activity', null, {'before_id': $oldestItemId}) }}"
rel="nofollow"
data-xf-click="inserter"
data-append=".js-newsFeedTarget"
data-replace=".js-newsFeedLoadMore">
{{ phrase('show_older_items') }}
</xf:button></span>
</div>
We use essential cookies to make this site work, and optional cookies to enhance your experience.