Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Increasing Box - Title Calendar Event Name and Post a new Thread

Increasing Box - Calendar Event Name / Thread Subject - Post a new Thread


Increasing Box - Calendar

Admin CP > Templates & Style > Templates > Your Templates > Calendar Templates > calendar_addevent

search

Code:
<td class="trow1"><input type="text" class="textbox" size="50" name="name" maxlength="120" value="{$name}"/></td>


Change

Code:
<td class="trow1"><input type="text" class="textbox" size="110%" name="name" maxlength="120" value="{$name}"/></td>


Increasing Box - New Topics

Admin CP > Templates & Style > Templates > Your Templates > Calendar Templates > New Thread Templates > newthread

Search

Code:
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>


Change

Code:
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="110" maxlength="85" value="{$subject}" tabindex="1" /></td>

Previews:Preview Image 6525 Preview Image 6526 Preview Image 6527 Preview Image 6528