Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • dprasad Friend
    #197880

    Hi,

    I need to have 2 separate template to show the job seeker & employer’s functionality with separate menus in our developing site. If anybody could explain this would be a great help!!!

    Thanx…


    1. Employers_Home-page
    2. main_Home-page
    Thanh Nguyen Viet Friend
    #535606

    Joomla allows you to select specific template style for each menu item, so you can edit menu items of Employer’s menu and Job Seeker’s menu to select differents template style for each.


    1. select-a-template-style
    timmieboy Friend
    #535717

    Wow, looks good your site. Is there a way to share maybe some css styles, I really like the jobs layout, search jobs layout and login layout.

    Thanh Nguyen Viet Friend
    #535786

    <blockquote>Is there a way to share maybe some css styles,</blockquote>
    Could you please explain in details what you want to achieve, I will see if I can give you suggestion.

    dprasad Friend
    #535800

    Thanx for your compliment. Once we completed the site may be we’ll share it here in Joomlart forum.

    dprasad Friend
    #535845

    <em>@Dead Code 428132 wrote:</em><blockquote>Could you please explain in details what you want to achieve, I will see if I can give you suggestion.</blockquote>

    Actually I didn’t want to show any job seeker modules in Employer’s panel and the same way don’t want to show any employer’s module to job seeker pages… I want to keep it separate and simple for both users…. And, the top menu and layout will also must be different for their own experience for both users (Job seekers & Employers). Your explain in this regard would be great help….

    timmieboy Friend
    #535952

    <em>@Dead Code 428132 wrote:</em><blockquote>Could you please explain in details what you want to achieve, I will see if I can give you suggestion.</blockquote>

    If you can help me that would be great. I really love the way the most recently jobs is setup, it is a real eyecatcher on the first page and more than a job title, category, location and small logo is enough. Also the search form is great because it is easy and also an eyecatcher. I am busy with a new site with Magz Joomlart template so it must be easy to adjust.

    timmieboy Friend
    #535953

    <em>@dprasad 428151 wrote:</em><blockquote>Thanx for your compliment. Once we completed the site may be we’ll share it here in Joomlart forum.</blockquote>

    Let me know, maybe I can learn from it

    dprasad Friend
    #535982

    <em>@timmieboy 428335 wrote:</em><blockquote>If you can help me that would be great. I really love the way the most recently jobs is setup, it is a real eyecatcher on the first page and more than a job title, category, location and small logo is enough. Also the search form is great because it is easy and also an eyecatcher. I am busy with a new site with Magz Joomlart template so it must be easy to adjust.</blockquote>

    I got confused over your statement. What kind of help do you need ? Is it the wire frame & design part or you need help of Code part ? We’re trying to achieve the result with massive customization of CSS and back-end itself. Once we finished the site and make it live… I’ll share it in joomlart forum with big thanks to Yuna & Dead Code who is guiding me through the steps. And, Big thanks to Yuriy Povarov a Russian developer who made it success..

    If you want me to design the wire frame or information infrastructure you can say me hello to durga.dhungana6 in skype.

    Thanx.

    Thanh Nguyen Viet Friend
    #535986

    <em>@timmieboy 428335 wrote:</em><blockquote>If you can help me that would be great. I really love the way the most recently jobs is setup, it is a real eyecatcher on the first page and more than a job title, category, location and small logo is enough. Also the search form is great because it is easy and also an eyecatcher. I am busy with a new site with Magz Joomlart template so it must be easy to adjust.</blockquote>

    My apology, I thought that Durga (dprasad – this thread owner) posted that question, and he asked about style of our site.
    I’m afraid we do not provide support on customised template style, you need to handle this task at your side.

    It would be great if you, Durga and other Jobboard member can share your work and help each other 🙂

    timmieboy Friend
    #536068

    I need help with the code part, I see you have made a new recent joblist and that I really like. If you can share that, that would be great. I like the idea of a small list with just the essential part in it like category, small logo, etc. The only thing I mis is the text featured with specific jobs.

    Thanh Nguyen Viet Friend
    #536385

    To get “Recently updated jobs” list, you just need to modify “JA List Job” module with steps below:

    Open the file:
    modules/mod_jalist_jobs/mod_jalist_jobs.xml

    Find this code snippet:
    <field name=”mode” type=”list” default=”a.effected_date desc” label=”MODE” description=”MODE_DESC”>
    <option value=”a.effected_date desc”>LATEST_JOBS</option>
    <option value=”a.is_hotjob desc”>FEATURED_JOBS</option>
    <option value=”a.views desc”>MOST_VIEWS</option>
    </field>

    And replace it with:
    <field name=”mode” type=”list” default=”a.effected_date desc” label=”MODE” description=”MODE_DESC”>
    <option value=”a.effected_date desc”>LATEST_JOBS</option>
    <option value=”a.mod_date DESC”>Recently updated Jobs</option>
    <option value=”a.is_hotjob desc”>FEATURED_JOBS</option>
    <option value=”a.views desc”>MOST_VIEWS</option>
    </field>

    Once done, you can see new option for “mode” setting in Module setting form, select this option to get the list of “Recently updated Jobs”.

    timmieboy Friend
    #537709

    Hi,

    And If I want to make a custom theme, I have changed this line <option value=”custom”>CUSTOM</option>, but nothing is happening, maybe I need something extras.

    Thanh Nguyen Viet Friend
    #538284

    The new sort mode only helps you get the list of jobs which is sorted in Recently updated first.
    <option value=”a.mod_date DESC”>Recently updated Jobs</option>

    If you want to customise theme, you need override template files of JA Job list module in your template as other extensions.

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 3 voices, and was last updated by  Thanh Nguyen Viet 10 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum