What do you need help with?

We are here and ready to help.

Forum Breadcrumb Object

The forum_bread_crumb object is a list of forums in the given forums heirarchy. The forums that appear are based on the forum you are in displayed in the URL.

https://support.supportbench.net/forum/1005

If no forum id is supplied, then the default forum is retrieved in the list.

To itterate through each breadcrumb, you would loop through each item in the list similair to the code below.

 {% for breadcrumb in sb.forum_bread_crumb %}
 {{ breadcrumb.name }}
 {% endfor %}

id

Returns the id of the forum.

 

name

Returns the name of the forum.

 

selected

Returns true if the forum is currently being viewed on this page, else is false.

Facebook Share Tweet

Was this article helpfu?

Yes No

Thank you for voting

×
Select company

You are related to multiple companies. Please select the company you wish to login as.