2
dean,
Yes this can be done by adding blocks to the module. This will require some coding since this block doesn't currently exist (at least not in the version of Jobs that I looked at).
There's a category block very similar to this that was created for the MX-Directory module. It should be relatively straight forward to modify that code to create the block you're looking for. What you'll need to do is:
- Modify ./jobs/xoops_version
- create ./jobs/blocks/jobs_cats.php (or a similar name you prefer)
- create ./jobs/templates/jobs_blocks_cats.html (or a similar name you prefer)
- probably add a few defines to the ./jobs/language/english/blocks.php file