News:

Support the VirtueMart project and become a member

Main Menu

Lost mod_virtuemart_search module

Started by LAMF, April 15, 2012, 18:52:08 PM

Previous topic - Next topic

LAMF

I am still new to Virtue Mart so my first version is the 2.0.4.
I have got it up and running and just needed to add the Virtue Mart Search products module to display in the front end.
I went into the module manager and clicked on new but there are no such module.
It is installed as I can find it under modules when checking the root directory of my site.
How can I get it installed again so it is visible in the module manager so I will be able to add it to the shop?
BR
LAMF - R.I.P. Johnny Thunders

lipes

Just try to copy the directory and files again from the VM2 files -> http://dev.virtuemart.net/attachments/download/414/com_virtuemart.2.0.5_rc_extract_first.zip

and put that in your host, or localserver, folder \modules\mod_virtuemart_search
VM V. online: J2.5.14 | VM 2.0.20a | SQL 5.1.70 | PHP 5.3.25

LAMF

I updated the VM to 2.0.6 and now it's there again.
Now another thing, why isn't there any option to choose module class suffix for this module?
I want to style it the same way as the Categories as i have in the left menu but there is no such option in the module settings.
Is this correct or is it a bug with my module?
Look at the screenshot of my module settings:
BR
LAMF - R.I.P. Johnny Thunders

LAMF

Solution to this must have been a bug in the modules/mod_virtuemart_search/mod_virtuemart_search.xml
I changed this code on line 82:
<fieldset group="advanced">
to
<fieldset name="advanced">

And that's all there is to it, works great now.
After upgrading to the latest stable VM 2.0.6 version this error seems to be corrected.
BR
LAMF - R.I.P. Johnny Thunders

roberto250b

thank you, this solution worked out great for me.