Featured Companies
From Smart Job Board help
Featured Companies block displays the logos of the Employers set to be featured.
In each Theme Featured Companies block differ by number of columns / rows and location.
E.g. GenerationX Featured Companies block:
To modify the design of the Featured Companies block - you need to edit the featured_profiles.tpl
(Edit Templates -> Users -> featured_profiles.tpl)
- Number of rows / columns
Go to Edit Templates > Main > main.rpl
There find the following part of the code:
{module name="users" function="featured_profiles" number_of_rows="4" number_of_cols="1" count_listing="4"}
number_of_rows="4" - set the needed number of rows
''number_of_cols="1" - set the needed number of columns
- Move Feature Companies block
To move the Featured Companies block to another place – cut the code and paste it to the needed place in the main.tpl template code.
{module name="users" function="featured_profiles" number_of_rows="4" number_of_cols="1" count_listing="4"}

