Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,321
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
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.