MyBB Community Forums

Full Version: Found 2 unneeded templates?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

MyBB has

1) error_maxpostimages
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->error_too_many_images}</strong></td>
</tr>
<tr>
<td class="trow1">{$lang->error_too_many_images2}<br /><span class="smalltext">{$lang->error_too_many_images3} {$mybb->settings['maxpostimages']}.</span>
</td>
</tr>
</table>
<br />

2) error_maxsigimages
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$lang->too_many_images}</strong></td>
</tr>
<tr>
<td class="trow1">{$lang->too_many_sig_images}<br /><span class="smalltext">{$lang->too_many_sig_images2}</span>
</td>
</tr>
</table>
<br />

Sorry if this question might be stupid but what are those templates for? I deleted them both and I still get warnings if I post too many images in signature and post.
I think you may be right.

[root@office svn]# grep -r -n "error_maxsigimages" .
./install/resources/.svn/text-base/mybb_theme.xml.svn-base:2571
[root@office svn]# grep -r -n "error_maxpostimages" .
./install/resources/.svn/text-base/mybb_theme.xml.svn-base:4313

Please open a ticket on the dev site.

http://dev.mybb.com/