Title: Application tab ?
Last modified: August 30, 2016

---

# Application tab ?

 *  Resolved [sdechomets](https://wordpress.org/support/users/sdechomets/)
 * (@sdechomets)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/application-tab/)
 * Hello,
 * I can’t any application tab in UM profile even though it is marked as supported.
   Do I miss something ?
 * [https://wordpress.org/plugins/ultimate-member-job-manager/](https://wordpress.org/plugins/ultimate-member-job-manager/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Kishores](https://wordpress.org/support/users/kishores/)
 * (@kishores)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/application-tab/#post-6795730)
 * There is no application tab.
    job dashboard [http://yoursite/user/admin/?profiletab=job_manager](http://yoursite/user/admin/?profiletab=job_manager)
 * Here you can edit application.
 *  Thread Starter [sdechomets](https://wordpress.org/support/users/sdechomets/)
 * (@sdechomets)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/application-tab/#post-6795754)
 * Do candidates see only the jobs they applied for in job dashboard ? I disabled
   job dashboard for candidates because they do not publish jobs, they only apply
   for.
    I’d like to have an application dashboard for candidates in other words
   🙂
 *  [PetrP](https://wordpress.org/support/users/petrp/)
 * (@petrp)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/application-tab/#post-6795901)
 * sdechomets: how did you disable job dashboard for a certain UM role? Thanks!
 *  Thread Starter [sdechomets](https://wordpress.org/support/users/sdechomets/)
 * (@sdechomets)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/application-tab/#post-6795902)
 * It’s quite simple, if you want to remove the “resume” tab or job_alert subnav
   for employer for ex., in your function.php (or in an included file in it):
 *     ```
       add_filter('um_user_profile_tabs', 'um_job_dashboard_user_remove_tab', 1000 );
       function um_job_dashboard_user_remove_tab( $tabs ) {
            if ( current_user_can('employer')) {
               unset( $tabs['resume_manager'] );
               unset( $tabs['job_manager']['subnav']['job_alerts'] );
            }
       }
       ```
   
 * Be careful when removing a “default” tab or surbnav, you’ll have to define a 
   visible tab as default.
 *  [PetrP](https://wordpress.org/support/users/petrp/)
 * (@petrp)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/application-tab/#post-6795905)
 * you’re too kind! However, of course for me it didnt work out 😉
 * I’m trying to remove the subtabs ‘post a job’ and ‘job dashboard’ from the UM
   role i created with name ‘Buyers’.
 * When i ‘try’ to edit your code to my needs, the only result is that the whole
   naviagtion bar of member’s profile will dissapear for all UM roles.
 *  [apfotos](https://wordpress.org/support/users/apfotos/)
 * (@apfotos)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/application-tab/#post-6795954)
 * How do I make the user go to your login page instead of the wordpress login page
   when they hit “login” link — saying user must be logged in to apply?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Application tab ?’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member-job-manager/assets/icon-256x256.jpg?rev=
   2047412)
 * [Ultimate Member & Job Manager](https://wordpress.org/plugins/ultimate-member-job-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member-job-manager/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [apfotos](https://wordpress.org/support/users/apfotos/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/application-tab/#post-6795954)
 * Status: resolved