Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,366
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,960
- 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);