Any help or pointing in a certain direction is greatly appreciated.
I would like to load the member.php file as my homepage. I was thinking of copying the member.php page and renaming it to index.php.
However, I can't get my personal profile to pull up automatically for me. What I would like is to have everyone's own profile page pull up as their home page and then build around that.
The problem i'm having is fetching the page automatically. in vb3.7, you can click to yoru profile by doing this:
PHP Code:
<a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]>
However, i've tried to cut and paste this into the address bar and obviously, it doesn't work. Does anyone know how to bring up this page as a default or if need be, to automatically redirect to this page?
Please help. Thanks!