MyBB Community Forums

Full Version: MyShoutbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am currently using MyShoutbox.

I removed the time of each shout

Now the format of each shout is like this: ยป (hide) (report) Raper - -- I love it


How do i change it to this?
October 06, 2013, 09:07:23 am [Hide] [Report] Raper: I love it.


And possible to move it to top of boards? right now its at the bottom ;/
for the first requirement, you have to put back removed code and modify plugin file
(and also change Date & Time display setting for MyShoutbox)
see this reply for the second requirement
doesn't work

<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{myshoutbox_abcd}
{$forums}
{$boardstats}

<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>

	<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>
this is mine.

bumpp
hhelp me!!!1

bump11