Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,836
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,259
-
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?