Sorry to keep posting before you respond back but I am trying to play around with this to start understanding how things work. I read your message for "how to move search bar to primary navigation bar."
I took what you show in that message and tried my own thing with it. What I did was moved the line you talk about in that message below the following line:
<if test="navigationlink:|:$data[1]"><a href='{parse url="{$data[1]}" base="$data[4]" seotitle="$data[2]" template="$data[3]"}' title='{$this->lang->words['nav_return_to']} {$data[0]}' itemprop="url"></if><span itemprop="title">{$data[0]}</span><if test="closenavigationlink:|:$data[1]"></a></if>
</li>
<!-- ::: MOVED LINE FOR SEARCH BELOW ::: -->
{parse template="quickSearch" group="global" params=""}
This moved the search box after the Breadcrumb like I originally asked, but for some reason, I have two search boxes...how did I do that and how do I fix it? If I keep this change can it cause other problems for me?
Actually after a little more checking, while I am in a subforum, I have 2 search boxes, one is after the breadcrumb like I wanted, and one is indented below the breadcrumb. But if I back out of the subforum one position (I think to the category) I only see one search box that is indented below the breadcrumb.
Like I said I am still learning, this is very new to me, so by all means, let me know if I am doing something wrong.
Bob