Lack of interest getNodeBreadCrumbs $includeSelf should be an ACP option

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Sadik B

Well-known member
At the moment on forum_view, the call to getNodeBreadCrumbs has the second parameter hardcoded to be false. Some people may want to show the self node in Breadcrumb, specially in a situation where there is no parent category.

That is in Xenforo_ControllerPublic_Forum, we have

PHP:
'nodeBreadCrumbs' => $ftpHelper->getNodeBreadCrumbs($forum, true),

It's simple to extend the Xenforo_Model_Node::getNodeBreadCrumbs method, but having it as an ACP option is more desirable.

Regards
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom