2017-01-15, 06:24 PM
How you did it in your first post should be working - if you make sure to insert:
after this in index.php:
Otherwise the language string "Forums" isn't loaded for the breadcrumb.
add_breadcrumb($lang->nav_index, "index.php");
after this in index.php:
// Load global language phrases
$lang->load('index');
Otherwise the language string "Forums" isn't loaded for the breadcrumb.