Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Hola :),
You can do that, no problem:
1. _templates/publish_write.tpl — hide the fields or remove them, as well as the javascript validation in the bottom.
2 page_write.php, find where you capture the POST request (search for “escape($_POST)”), take out the location & job type validation and simply initialize those variables with 0 or something. Or, if you want to take them out completely, then you need to mess around in _includes/class.Job.php, edit and create methods (remove the $city_id and $type_id params from the function param list and from the queries).
1 to 3 of 3