TIP: Composr ShoutBox compact design mod
Posted: Fri Jul 13, 2018 1:39 pm
TIP: Composr ShoutBox compact design modification by stevyn
edit your new custom template:
templates/BLOCK_SIDE_SHOUTBOX_MESSAGE.tpl
delete all code and only have this:
Visitor can see post date when hovering over the message. Clean compact design.
edit your new custom template:
templates/BLOCK_SIDE_SHOUTBOX_MESSAGE.tpl
delete all code and only have this:
Code: Select all
<div title="{!POSTED_TIME_SIMPLE,{TIME*}}"> <blockquote class="shoutbox_message">{MEMBER}: {$TRUNCATE_LEFT,{MESSAGE},92,1,1}<P></blockquote>
</div>