PDA

View Full Version : include person reading post's username as a variable in the post?


rrr
05-16-2005, 10:12 PM
How would I create a post (as the vbulletin forum admin) that included the person's username who was reading the post?

For example, if I wanted to track who clicked a link, I would send them to myurlhere.com/?forumusername

I tried myurlhere.com/?[username] and myurlhere.com/?$post[username] and myurlhere.com/?$session[username], but the variable didn't get parsed in the post.

Any suggestions?

I saw this thread asking a similar question which had an answer by Erwin, but I can't seem to find the user firefly:
https://vborg.vbsupport.ru/showthread.php?t=48429

paul41598
07-21-2005, 03:14 AM
I want this too!