Ok,
I've noticed that in the URL to a user's profile, the reference is the ID:
index.php?action=userinfo&user=225
Would it be at all possible to have the username instead?
index.php?action=userinfo&user=Username
See, I use a script for news on my site where I could link the Name of the author of a piece of news to it's miniBB profile, if I could somehow include the username in the URL.
As I am not a programmer I am unable to hack the news script to add an extra field for the user info where I could place the miniBB User ID number.
Any suggesitons? |