1
Hello, everyone.
I'm building a site that allows for users to have their own space and url to their posted content.
Here's what I'm trying to do, in short: I want to add a menu item that, once selected, will go to the URL of the registered users content home page.
I've tried to have a tag inserted to capture the current users username, which is equal to the name of his/her web page (plus '.php', of course), but I'm not having any luck getting it to work out.
Can anyone show me the proper sytax for accomplishing such a task? Here's what I need, in a nutshell, where 'username' would be equal to the user clicking the link:
http://www.my_site/directory/'username'.phpThank you everyone.
Brian