Wednesday 04 February 2009 6:29:40 am
Yep, it's recommended always to clean cache after any serious changes. You can do it manually, purging folders:
var/cache/ (...) (especially var/cache/ini) var/ezwebin_site/cache/template/compiled/ As for my working routine, I usually copy override and siteaccess folders from settings folder before making any significant ini changes. If it breaks the site, then it's enough to copy these folders again (or corresponding ini files only) and purge the ini cache. In addition, edit the site.ini.append.php file in your override folder (if you set ForceVirtualHost as override) or in siteaccess/your_siteaccess folder, and set ForceVirtualHost to false. As for changing GET to POST, you have to edit a template, either in your own design, or by making template override, or if you plan using only ezwebin design, change it in:
extensions/ezwebin/design/ezwebin/templates/pagelayout.tpl (for search in the site banner)
extensions/ezwebin/design/ezwebin/templates/content/search.tpl (for search) extensions/ezwebin/design/ezwebin/templates/content/advancedsearch.tpl (for adv. search) There are also admin search tpls, these are located in design/admin folder, do a little search please, don't have time to check that out. ^^
Shiki soku ze ku...
|