Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,513
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
Look in topic.php and forum.php in your template files, line 3 in the version I checked. Find this:
<?php bb_forum_bread_crumb(); ?>
Make it look like this with your separator in place of ***
:
<?php bb_forum_bread_crumb(array('separator' => ' *** ')); ?>
That will change the character for you.