Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • milk Friend
    #163884

    How can I delete the the word “ANY” before the extrafield name in a dropdown???

    khoand Friend
    #390859

    Hi,
    What page do you mention? Could you give me a link to your website or a snapshot?

    milk Friend
    #391000

    http://www.vickygiraldo.com

    The search button is not working and the default text in the textbox y not showing up. i already sent my ftp information.

    Sherlock Friend
    #391072

    <em>@milk 239902 wrote:</em><blockquote>How can I delete the the word “ANY” before the extrafield name in a dropdown???</blockquote>

    hi milk,

    Open the file pluginssearchjak2_filter.php ,look for this
    [PHP] if ($all==1)
    {
    $objects[]= JHTML::_(‘select.option’,””, JText::_(‘Any’) .” “.$name);
    }[/PHP]

    change to
    [PHP] if ($all==1)
    {
    $objects[]= JHTML::_(‘select.option’,””, ” “.$name);
    }[/PHP]

    I think that would help !

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Sherlock 13 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum