Bionic Rooster

Registered
Before submitting a bug report we usually recommend trying to replicate the problem on a default XenForo style(if applicable) to eliminate the possibility of it being a bug related to our styles.


Website address(optional):
Bug Report Details:This combination adds an extra search in the menu bar that extends to the right. It also populates it with content that's weird.
See attached
Screenshot_1.jpg
Screenshot_2.jpg
 
Finally found it.
After upgrading to xf 1.5.0. RC 1 it change search_bar template by adding second input type code. Removing it, removed the duplicate search bar.
Code:
<div class="primaryControls">
                <!-- block: primaryControls -->
                <input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />              
                <!-- end block: primaryControls -->
                <input type="search" name="keywords" value="" class="textCtrl" placeholder="{xen:phrase search}..." results="0" title="{xen:phrase enter_your_search_and_hit_enter}" id="QuickSearchQuery" />              
                @xb_quickSearch_helper <!-- end block: primaryControls -->
            </div>
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back