Forums
-
- Forum
- Posts
-
- Installation
- 28,421
- Troubleshooting
- 62,412
- Themes
- 10,409
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,254
-
You must edit bb-includesfunctions.php. Insert as last statement before return following line to replace backslash into slash:
$r = str_replace(‘\’, ‘/’, $r);