Topic: Need to force a break in the breadcrumbs, what do I do?
I need to force them to split into two rows. What file and what do I need to do please?
Thanks!
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → Need to force a break in the breadcrumbs, what do I do?
I need to force them to split into two rows. What file and what do I need to do please?
Thanks!
It depends on where you want to split them -- between the index link and the forum link or between the forum link and the topic title?
as you can see after the admin link it starts the links entered in "options" I want to split the links in the middle of options so the individual sports will be on a second row. In the pic it starts after "contact us" and before "NCAAF"
try adding an
echo '<br />';
not sure on the code.. but that sound like what you need..
Q
I'm confused. The topic asks about putting a break in the breadcrumbs and now you seem to be talking about the main menu. Which is it?
I'm confused. The topic asks about putting a break in the breadcrumbs and now you seem to be talking about the main menu. Which is it?
I was under the imprssion the links at the top of the board were the breadcrumbs? Thats how Ive seen others refer to them. Anyway I need force the links at the top to split and go to a second row.
Quaker said use this echo '<br />';
but where do I put it? the part where I want to split is part of the admin options to add links
in admin options, X = <br /> where X is the place in the links list.
or directly in functions.php, in generate_nav_links()
in admin options, X = <br /> where X is the place in the links list.
or directly in functions.php, in generate_nav_links()
AWESOME THATS WHAT I NEEDED!!! Thanks so much!!
PunBB Forums → PunBB 1.2 troubleshooting → Need to force a break in the breadcrumbs, what do I do?
Powered by PunBB, supported by Informer Technologies, Inc.