MyBB Community Forums

Full Version: {Solved}scroll bar for portal announcements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
To add a scroll bar to portal news announcements use this

portal_announcemments template
find:
{$message}{$post['attachments']}</

replace with:
<div style="height: 175px; overflow: auto;">{$message}{$post['attachments']}</div>

Thanks to Kodaks,realwx for pointing me into the right direction and code...
Bump...
Why did you bump?