1

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!

Re: Need to force a break in the breadcrumbs, what do I do?

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?

Looking for a certain modification for your forum? Please take a look here before posting.

3

Re: Need to force a break in the breadcrumbs, what do I do?

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"

http://i15.tinypic.com/54bngww.png

Re: Need to force a break in the breadcrumbs, what do I do?

try adding an

 echo '<br />';

not sure on the code.. but that sound like what you need..

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

5

Re: Need to force a break in the breadcrumbs, what do I do?

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?

6

Re: Need to force a break in the breadcrumbs, what do I do?

Paul wrote:

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

7

Re: Need to force a break in the breadcrumbs, what do I do?

in admin options, X = <br /> where X is the place in the links list.
or directly in functions.php, in generate_nav_links()

8

Re: Need to force a break in the breadcrumbs, what do I do?

yemgi wrote:

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!!