MyBB Community Forums

Full Version: Post Edited By
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks to Dale's code for an attachment, I worked around that and made a template edit for posted by.

Replace
Template Set your using -> PostBit -> postbit_editedby
with
<br><br>

<table cellspacing="0" cellpadding="0" border="0" width="$theme[tablewidth]" align="center">
<tr>
<td class="tborder">

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" width="100%">
<tr>
<td class="thead" colspan="2"><small><b>Post Edited</b></small></td>
</tr>

<tr>
<td class="trow1" width="100%"><small>
<b></b>
<b>User</b> who edited: <a href="member.php?action=profile&uid=$post[edituid]">$post[editusername]</a><br /><br />
<b>Date</b> of edit: $editdate<br /><br />
<b>Time</b> of edit: $edittime</td>
</tr>
</table>

</td></tr></table>

EDIT: Removed the font colour tag - see below |
Thanks for the mention Wink

Thanks for the code Big Grin

*NOTE* You might want to change the font colour:

DEMO
And you've succeeded in bumping this after "6" years. Toungue