Gergely, on 30 September 2011, 07:12, said:
Yes, these 4 modules (at now 6) and others can use. I hope as soon as possible other developers will do extra modules. It is very easy to add a new thing and Breadcrumb line can implemented by this way too.
At this moment I need more information to build templates for Header Footer Content Modules. I think it would be great to select more templates for header or footer.
Which modules would you like to use in breadcrumb line and how separate them?
I saw your new file with the 6 addons and i ve updated my installation. Thanks.
On the other matter this is what i am trying to do:
1) Totally remove the breadcrumb text - --> done
2) Place a search box with a small search button on the far right side of the bar ---> done
3) Place only the language flags on the far left side ---> not done
I am not using your code for the search box, but this one :
Quote
<script type="text/javascript">
$("#headerShortcuts").buttonset();
</script>
</div>
<?php include_once(DIR_WS_INCLUDES . 'sub_header.php'); ?>
<div class="grid_24 ui-widget infoBoxContainer">
<div class="ui-widget-header infoBoxHeading "><ul id="breadcrumb"><?php //echo $breadcrumb->trail(' » '); ?></ul>
<?php // Search
echo tep_draw_form('quick_find', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', $request_type, false), 'get') ,
' <div style="text-align: right;">' .
' ' . tep_draw_input_field('keywords', '', 'value="Search...." onFocus="javascript:this.value=\'\'" size="20" id="search" maxlength="30" style="width: ' . (BOX_WIDTH-90) . 'px; background: #c0c0c0; color: #000000;font: tahoma; font-size:9;" ') . ' ' . tep_draw_hidden_field('search_in_description', '1') . tep_hide_session_id() . tep_image_submit('button_quick_find.gif', BOX_HEADING_SEARCH, 'align="top"') . '</form>';
// Search ?>
</div>
</div>
Now, my problem is that i cannot keep into the same line the flags and the small search box without doubling the head navigation bar height.
Thats why i hoped your addon would had one more placement.