Forums
-
- Forum
- Posts
-
- Installation
- 28,499
- Troubleshooting
- 62,617
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,257
-
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?