MyBB Community Forums

Full Version: Remove Website from memberlist search
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i remove this? (in red frame)

[Image: 63f7.jpg]
Remove:
<td class="trow1" width="33%" style="vertical-align: top;">
		{$lang->contains}<br />
		<input type="text" class="textbox" name="website" id="website" style="width: 99%; margin-top: 4px;" value="{$search_website}" />
	</td>
and:
<td class="tcat"><strong><label for="website">{$lang->website}</label></strong></td>

Then change:
<td class="thead" colspan="3">
to:
<td class="thead" colspan="2">

The codes may be different in your theme, that's for the default one.