1
Hey,
I searched for a question like mine, but I could only find something close, and this is kind of urgent.
I was wondering how I would put a user's name into a url for some of the files in my downloads section on my website. I use wmpdownloads, which is exactly the same as mydownloads except it has a permission feature built in, which shouldn't matter. I want to do this because of a download tracker script I have, and I need to have the username in it to track downloads correctly. The syntax of the file is something like:
http://website/download.php?user=(USERNAME HERE)&file=(FILE HERE). and I need to know how to make XOOPS automatically insert the username into the url. I tried to make the url ""?username={xoops_uname} like someone said in another topic, but it didn't work? Does anyone have any suggestions? Thanks so much ahead of time.