chad777
09-08-2002, 06:13 PM
OK here is the thing the memberlist works great.
But when I click on a name to view a profile
it doesn't insert the id number so I went into the meberlistbit template and looked to see if the link was right and it is.
<td bgcolor="#13486D" align="center"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo">$userinfo[username]</a></normalfont></td>
which is correct.
The problem is when I click the link in the memberlist
it seems like the bold underlined part of this isn't working.
<td bgcolor="#13486D" align="center"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=[u]$userinfo[userid]">$userinfo[username]</a></normalfont></td>
does anyone have any ideas why this is not inserting the userid ?
and if so how to fix it ?
Actually I looked at it again and it is doing the same for find post in memberlist :(
But when I click on a name to view a profile
it doesn't insert the id number so I went into the meberlistbit template and looked to see if the link was right and it is.
<td bgcolor="#13486D" align="center"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo">$userinfo[username]</a></normalfont></td>
which is correct.
The problem is when I click the link in the memberlist
it seems like the bold underlined part of this isn't working.
<td bgcolor="#13486D" align="center"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=[u]$userinfo[userid]">$userinfo[username]</a></normalfont></td>
does anyone have any ideas why this is not inserting the userid ?
and if so how to fix it ?
Actually I looked at it again and it is doing the same for find post in memberlist :(