![]() |
the forum and main site's members should share the same IDs - I had to do some edits, but everything should be lining up now.
|
I thought so too, but then I put it on my site and a member from the site doesn't match the ones on the forum. Mine does.... hmmm
|
I guess mine is messed up somehow but you can try it on yours. Add this to the query:
Code:
, ".constant("PREFIX")."users.uid Code:
<a href='http://www.ratties.x10.mx/forum/member.php?action=profile&uid={$row->uid}'>{$row->username}</a> |
Okay, it's like 12:30 here and I think I found the query but I have no idea if I did - where do I put this? :c
Code:
// We did not specify a user, so show the memberlist |
I was looking at the wrong page. What you have now should work. Try this
Code:
// We did not specify a user, so show the memberlist |
Still not working. :/ I don't know how hard it is fetch the id.
|
It should already be fetching it.
|
It's probably fetching, it just isn't inserting it into the URL.
http://www.ratties.x10.mx/forum/memb...n=profile&uid= <-- this is what I've been getting every time. I removed the quotes around the id thing, and for some reason it was kinda working then - the ids were showing up, but everything went wonky. |
Show me it again... what you have now?
I have this and it works Code:
$stmt = $adopts->select("users", array(), "1 ORDER BY uid ASC LIMIT {$pagination->getLimit()},{$rowsperpage}"); |
Code:
} http://www.ratties.x10.mx/profile.php member list I can remove the quotes again and show you how it went. |
All times are GMT -5. The time now is 11:58 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.