Hiroshimator
12-15-2001, 10:00 PM
one of my members asked for this and I couldn't find it here so I thought I'd add it to the board. If it already exist: my bad :)
I searched for homepage and nothing came up.
in the memberlistsearch template add
<!-- addition_start: member has homepage -->
<tr>
<td bgcolor="#1C5780"><normalfont><b>and member has a homepage: </b></normalfont></td>
<td bgcolor="#1C5780"><normalfont><input type="checkbox" value="0" class="bginput" name="hashomepage" ></normalfont></td>
</tr>
<!-- addition_end: member has homepage -->
right before
<tr>
<td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF"><b>Options</b></normalfont></td>
</tr>
<tr>
(you may have to change the color to keep them alternating :) )
and in the file memberlist.php add
if ($hashomepage!="")
{
$condition.=" AND LENGTH(user.homepage) > 7";
}
right under
if ($usememberlistadvsearch) {
it's little and a bit stupid, I know but just in case anybody needs this... :zzz:
thx
-H-
I searched for homepage and nothing came up.
in the memberlistsearch template add
<!-- addition_start: member has homepage -->
<tr>
<td bgcolor="#1C5780"><normalfont><b>and member has a homepage: </b></normalfont></td>
<td bgcolor="#1C5780"><normalfont><input type="checkbox" value="0" class="bginput" name="hashomepage" ></normalfont></td>
</tr>
<!-- addition_end: member has homepage -->
right before
<tr>
<td bgcolor="#1D6AA0" colspan="2"><normalfont color="#EEEEFF"><b>Options</b></normalfont></td>
</tr>
<tr>
(you may have to change the color to keep them alternating :) )
and in the file memberlist.php add
if ($hashomepage!="")
{
$condition.=" AND LENGTH(user.homepage) > 7";
}
right under
if ($usememberlistadvsearch) {
it's little and a bit stupid, I know but just in case anybody needs this... :zzz:
thx
-H-