Jobs by Category, Jobs by City
From Smart Job Board help
To change the design of the Jobs by Category block - edit Classifieds > browse_by_category.tpl
And for modifying the Jobs by City design - edit Classifieds > browse_by_category.tpl
- Move Jobs by Category / Jobs by city blocks
To move Jobs by Category / Jobs by City to the opposite side of the homepage you need to edit the main.tpl
(Edit Templates > Main > main.tpl)
There you need to find the following parts of the code:
{module name="classifieds" function="browse" level1Field="JobCategory" listing_type_id="Job" browse_template="browse_by_category.tpl"}
- This code defines the display of the Jobs by Category block
{module name="classifieds" function="browse" level1Field="City" listing_type_id="Job" browse_template="browse_by_city.tpl"}
- and this code defines the display of the Jobs by City block
If you want Jobs by Category and/or Jobs by City blocks to be moved to another place - you need to cut the reffered above part of the code (including the code which defines the display of the blocks title) and insert it to the desired place in the template code.

