Support Forum
One of the major points about moving to themes and templates is that display options should now be set by the tags - not by hard coded options. The problem - I do appreciate - is that there is no documentation for these as yet but of you want to make this change let me know and I will tell you where and how.
Oh - why wait!
The template is the spHead.php
The tag is:
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=1', __sp('Home'));
Just change the 'tree' parameter from 1 to a zero.
YELLOW
SWORDFISH
|
😉
options in the admin bye bye... now args to template tags... yeah!
just take some getting used to...
Visit Cruise Talk Central and Mr Papa's World
Re Breadcrumbs....
The single line fix worked fine, as above, but I didn't want the Home link to show at the start of the Breadcrumbs...
Changing spBreadCrumbs&tree=0', __sp('Home')); to spBreadCrumbs&tree=0'); in the sphead.php file worked fine, but I'm left with two arrow icons next to the forum name instead of one.....
How do I fix this?
Yellow Swordfish said
Because it's all a part of being theme and template driven.
But then to make changes like breadcrumbs, you have to go into the core template file and do it. This is not good for newbs or people who do not edit core files. The way you guys had it before (make changes in the admin panel) was perfect as it was