I would really like for there to be a { username } code in one of my HTML pages. Is there any possible way I could make it work? When I try, it just says { username } it doesnt say Crum98 or anything. It is a slightly necessary feature, but I CAN work around it.
Im using it to link to another website which all users have registered to as well. It goes to their profile.
I use Iframes to display it on a forum page.
So it would be something like
Im using it to link to another website which all users have registered to as well. It goes to their profile.
I use Iframes to display it on a forum page.
So it would be something like
- Code:
<iframe src="www.website.com/{ username }"></iframe>
Last edited by crum98 on October 19th 2012, 5:25 pm; edited 1 time in total