Tigga - unfortunately this doesn't seem to affect it at all. I can change that setting to anything I like and it doesn't use it. For example if I changed it to:
<smallfont><form action="/forum/anything-i-like/member.php"
it will still use
http://mysite.com. I've checked my vB options and they all look ok. 'URL' is set to
http://mysite.com/forum and 'URL of Homepage' is set to
http://mysite.com.
When visiting the homepage all links on the login box (register, forgot password etc. all point to my main site root, i.e.
http://mysite.com and it tries to find the member.php as
http://mysite.com/member.php. As my forum is
http://mysite.com/forum it doesn't work. If I go to the forum and logout there and hover over any of the links, they are all correct, i.e.
http://mysite.com/forum/register.php etc. Its only if I do this from the myvbindex page there is an issue, i.e.
http://mysite.com/home.php.
BTW: If I move my home.php page from the webroot into /forum then it works fine, but I guess that's obvious because that's where member.php is.
Thx.
Quote:
Intex - It *should* already work perfectly in your root directory as that's where it's designed to be placed. If you look in your index_logincode template for this code:
<form action="$bburl/member.php" method="post">
Change $bburl there to the full path to your forums and that should fix the problem. It *should* already work with $bburl there assuming you have the URL to your forums set correctly in your Admin CP, but I guess computers can be weird like that at times. [/B]
|