Alright, I placed a direct link to where I wanted to point in value=”” and it now works. Thanks!
I tried placing it for value=”” in the login.php of the template and it produced an error that said it has created a loop that will never end.
Thank you much for your reply! So I can just place:
<?php
if ($re == ‘http://#postform’) {
echo $_SERVER.’#postform’;
} else {
$re;
}
?>
in the bb-login.php? Where about? Do I replace somthing with it?