Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,514
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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?