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