I really don't want to use countries on my website. I can remove all instances of country from the site with the exception of the browse page. Does anyone know how I could remove Countries from the Browse page, and possibly add my own options?
I really don't want to use countries on my website. I can remove all instances of country from the site with the exception of the browse page. Does anyone know how I could remove Countries from the Browse page, and possibly add my own options? |
Yeah its a pain in the butt to remove all country stuff, but for what your looking its in admin/builders/profile fields/search. then just drag country out of the menu! HTH Derrick Back to pulling my hair out! (ouch, ouch,ouch) |
How to Delete Country from Browse!! Try this, open file templates/base/scripts/BxBaseBrowse.php and find this code // gen County section ;
Hide this code by edit it to this // gen County section ; |
It Worked. Thank you... |
Any way to change this to something else, for instance a user defined field like their state? |