I'm not sure if I should ask here, but since I have a user here, I thought I just as well might. :3
I have a .css stylesheet, basically a dropdown menu with links to various pages of my website. It's a user-based community, and I'd like a link to each user's profile, so a user can click on a "profile" link and be taken directly to their own profile page. Is this possible? I am using the phpbb board v. 2.? (something high).
The URL for a user profile is http://websitename.com/profile.php?mode=viewprofile&u=XX
Removing the &u=XX part doesn't work, and neither does removing ?mode=viewprofile&u=XX. I have no clue what to do, I suppose it should fetch the user's name from the database and make the link using that, but... I don't know how to do that.. o.o Any help would be appreciated.
Again, please let me know if this doesn't belong to this forum, or this board even.
Thank you.