Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • jamenagemonjardin Friend
    #165415

    Hello all,

    I have a problem with the search module, using the mesolite ii template, like you can see here :

    http://www.jmj-test.com/

    I use css the tip written here ;
    http://www.joomlart.com/forums/topic/the-search-button-is-blacked-out-and-the-search-button-appears-on-the-left/

    But it’s not really well for the moment. I would like to see this :

    http://oakfloors.sway-search.co.uk/index.php

    Thank you for your help 🙂

    Olivier

    khoand Friend
    #397224

    Hi,
    You login backend Extensions > Module Manager > Search.Set Show Title is No, Search button is No, Box Width is 20.

    jamenagemonjardin Friend
    #397226

    Thank you…I did it, and when i do a research, i have

    Fatal error: Cannot redeclare pg_keydensesort() (previously declared in /homez.356/jmjtest/www/plugins/search/virtuemart.search.php:212) in /homez.356/jmjtest/www/plugins/search/vmxsearch.plugin.php on line 214

    Have you got an idea?

    And just to know, I have to use the search module, and not the virtuemart search module…Will it work to find a product?

    I wait your answer 🙂

    jamenagemonjardin Friend
    #397229

    Ok, i understand…You use the default search module. It works, but we can’t make a real product search.

    In order to not get this error, just publish one virtuemart search plugin (we have two).

    Is it possible to use the virtuemart search module in this position, please?

    Olivier

    khoand Friend
    #397243

    Yes, it is.
    – You set position of vm_search module is search
    – You replace this code from modulesmod_virtuemart_searchmod_virtuemart_search.php

    <p><label for="keyword"><?php echo $VM_LANG->_('PHPSHOP_SEARCH_LBL') ?></label></p>
    <p>
    <input name="keyword" type="text" size="12" title="<?php echo $VM_LANG->_('PHPSHOP_SEARCH_TITLE') ?>" class="inputbox" id="keyword" />
    <input class="button" type="submit" name="Search" value="<?php echo $VM_LANG->_('PHPSHOP_SEARCH_TITLE') ?>" />
    </p>

    with

    <input name="keyword" type="text" size="12" title="<?php echo $VM_LANG->_('PHPSHOP_SEARCH_TITLE') ?>" class="inputbox" id="keyword" />

    jamenagemonjardin Friend
    #397248

    Waou….You’re really really strong….

    Eventually, maybe you know how to enlarge the text-box to 20px? Where is the css for this module…?

    And, as I see you’re on the top, maybe you could help me for a 1456th problem 🙂

    If you go here :

    http://www.jmj-test.com/index.php?page=shop.browse&category_id=10&option=com_virtuemart&Itemid=1

    You can see every link toward a product or a category ends with
    &option=com_virtuemart&Itemid=1

    The “1” at the end doesn’t change, and I don’t understand why…

    i.e. :
    http://www.jmj-test.com/index.php?page=shop.product_details&flypage=vmj_ritz.tpl&product_id=225&category_id=10&option=com_virtuemart&Itemid=1
    http://www.jmj-test.com/index.php?page=shop.product_details&flypage=vmj_ritz.tpl&product_id=384&category_id=10&option=com_virtuemart&Itemid=1
    http://www.jmj-test.com/index.php?page=shop.browse&category_id=23&option=com_virtuemart&Itemid=1

    etc…I can create a new thread if you prefer…

    Thank you very much again for all your help, php master 🙂

    Olivier

    khoand Friend
    #397251

    Eventually, maybe you know how to enlarge the text-box to 20px? Where is the css for this module…?

    You replace

    <input name="keyword" type="text" size="12" title="<?php echo $VM_LANG->_('PHPSHOP_SEARCH_TITLE') ?>" class="inputbox" id="keyword" />
    with

    <input name="keyword" type="text" size="20" title="<?php echo $VM_LANG->_('PHPSHOP_SEARCH_TITLE') ?>" class="inputbox" id="keyword" />

    jamenagemonjardin Friend
    #397252

    Super, it’s working 🙂

    You’re great

    Concerning my url problem, you got an idea…?

    Thank you again 🙂

    khoand Friend
    #397417

    ItemId is menu_id. When a link contains “ItemId=3”, it means menu has id is 3 is actived.

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

This topic contains 9 replies, has 2 voices, and was last updated by  khoand 13 years, 5 months ago.

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