This is great! EXACTLY what I wanted!
Thanks.
Actually, it’s not exactly what I need. I’m creating a forum, and so on topic pages, for example I have the url:
http://localhost/topic/view/12/gasdfa
It produces the breadcrumbs:
Home
Topic
gasdfa
which is good. However, I know I can rename Topic to Category, but two things:
1) Can I change the link that Topic/Category links to (such as it now links to localhost/topic but can I have it to localhost/category-of-topic, I’ll need to pass in a variable here) ?
2) How can I pass in a variable to change Topic to the correct category name (such as News and Announcements)?
Because the config is in config/ not a controller, I cannot do any logic on it!
Edit: I would like this to happen:
Home
News And Announcements (with correct link) - this can be decided by logic
gasdfa