Hello, I'd like to add a link to "My Blog" to another location. The link I use is
Like this I would expext it to pull the userid of the according member and show their blog. And the link displayed in the URL should be
What is happening to me is that the URL is displayed as
and when you click on it you always get forwarded to the most recent blogs instead of "My Blog".
I am doing the same with e.g "Blog Settings"
and here it works as intended. Although it's also displayed as =['userid'] at the end of the URL instead of =1234. But at least it works.
Any ideas what I am doing wrong and how to do better? Thanks a lot!
Code:
blog.php?u=['userid']
Code:
www.domain.com/blog.php?u=1234
Code:
www.domain.com/blog.php?u=['userid']
I am doing the same with e.g "Blog Settings"
Code:
blog_usercp.php?u=['userid']
Any ideas what I am doing wrong and how to do better? Thanks a lot!
Comment