0
Welcome Guest! Login
0 items Join Now

Search box size limitations

  • Search box size limitations

    Posted 15 years 3 months ago
  • Re: Search box size limitations

    Posted 15 years 3 months ago
    • pierek's Avatar
    • pierek
    • Jr. Rocketeer
    • Posts: 37
    • Thanks: 0

    Re: Search box size limitations

    Posted 14 years 7 months ago
    • There is a problem with rockettheme templates which override the joomla core.

      I tried to change the limit of 20 characters and it works on other joomla templates ie. rhuk_milkyway or JA_Purity but does not work on the two RC templates, which I tested: Reaction and Somaxion

      To solvw this you have to go to:

      yourtemplate/html/com_search/search/

      there you will be able to find default_form.php

      change
      <input type="text" name="searchword" id="search_searchword"  maxlength="20" value="<?php echo $this->escape($this->searchword) ?>" class="inputbox" />
      to
      <input type="text" name="searchword" id="search_searchword"  maxlength="[b]ANYNUMBER[/b]" value="<?php echo $this->escape($this->searchword) ?>" class="inputbox" />

Time to create page: 0.119 seconds