PDA

View Full Version : Members list profile link no working ?


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 :(

g-force2k2
09-08-2002, 06:29 PM
it looks right to me? what does the link do? and can you paste the exact url that it shows? regards...

g-force2k2

chad777
09-08-2002, 08:00 PM
The link goes to a user profile from the memberlsit

http://www.snarfproductions.com/forums/member.php?action=getinfo&userid=


Its missing the userid when you click on it

?