boban
Well-known member
I think I've found a small bug in the latest status updates block. It doesn't respect the word censor.
If someone uses a banned word in their status, it's ****'d or whatever on their profile page, etc but the xenporta block shows the word in full.
Edit Template: EWRblock_StatusUpdates
Find:
Code:
<span class="userTitle">{$update.message} (<xen:datetime time="$update.post_date" />)</span>
and replace with:
Code:
<span class="userTitle">{xen:string censor,$update.message} (<xen:datetime time="$update.post_date" />)</span>