MyBB Community Forums

Full Version: breaking thread when replying with attachment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello i just installed mybb 1.8 and i was testing when i found a bug. when someone reply with attachment it breaking attachment design .  i am attaching screenshot.
[attachment=39327]

lol now you dont need screenshot.

i have fixed this myself.  you have to edit template 'postbit_attachments_thumbnails_thumbnail' . replace code with following code. 

<a href="attachment.php?aid={$attachment['aid']}" target="_blank"><img src="attachment.php?thumbnail={$attachment['aid']}" class="attachment" alt="" title="{$lang->postbit_attachment_filename} {$attachment['filename']}
{$lang->postbit_attachment_size} {$attachment['filesize']}
	" /></a>&nbsp;&nbsp;&nbsp; </br> {$attachdate}
This has been reported before: https://github.com/mybb/mybb/issues/2751