MyBB Community Forums

Full Version: [F] search_results_inlinemodcol Template Oversight [C-Chris W B.]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It's currently:
<td class="tcat">&nbsp;</td>

It should be:
<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>

This adds the check all box which is currently absent in search results pages.
I have this

<td class="tcat" align="center">&nbsp;</td>

so is this still an issue?
(2009-06-27, 09:01 PM)John Briggs Wrote: [ -> ]I have this

<td class="tcat" align="center">&nbsp;</td>

so is this still an issue?

Depends if you want the checkbox or not.
The question should be, is this supposed to have a check box?
Probably. Keeps everything uniform.
Looking for something from devs if possible on this. Thanks Bobbit.
It would be good to have it there, to be honest.
Technically this is the "search_results_inlinemodcol" template...that's a moderator only column so it should be there. Let's just wink wink and you can add it to next maintenance release.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group