Results 1 to 2 of 2

Thread: remove the submit a job button from log in page

  1. #1
    Thread Starter
    facultyoc's Avatar
    Join Date
    Oct 2011
    Location
    United States
    Posts
    229
    Thanks
    2
    Thanked 1 Time in 1 Post

    remove the submit a job button from log in page

    I am using 1.7 and would like to remove the submit a job button from the login page only.
    PHP Code:
    <?php if ( JR_Job_Submit_Page::get_id() ) : ?>

        <li class="widget widget-submit">
            
            <?php if (!is_user_logged_in() || (is_user_logged_in() && current_user_can('can_submit_job'))) : ?>

                <?php if (!is_page(2692)  ) : ?>
                <div>
                    <a href="<?php echo jr_get_listing_create_url() ?>" class="button"><span><?php _e('Submit a Job',APP_TD); ?></span></a>
                    <!--<?php echo jr_get_submit_footer_text(); ?>-->
                </div>
    <?php endif; ?>

            <?php endif; ?>

            <?php if (is_user_logged_in() && current_user_can('can_submit_resume')) : ?>

                <?php if (get_option('jr_allow_job_seekers')=='yes') : ?>
                    <div>
                        <a href="<?php echo get_permalinkJR_Dashboard_Page::get_id() ); ?>" class="button"><span><?php _e('My Dashboard',APP_TD); ?></span></a>
                        <?php if ($text get_option('jr_my_profile_button_text')) echo wpautop(wptexturize($text)); ?>
                    </div>
                <?php endif; ?>

            <?php endif; ?>

        </li>

    <?php endif; ?>
    This is the sidebar-sjob file and I am sure it is in here somewhere..thanks

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,696
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Remove Submit a Job button
    By markmc21 in forum Jobright
    Replies: 5
    Last Post: May 21st, 2014, 07:19 PM
  2. Jomark Remove price from submit button
    By waiterstocater in forum Help Using JobRoller
    Replies: 1
    Last Post: March 30th, 2013, 09:47 AM
  3. [TUTORIAL] Signup button on Submit Page [FIX]
    By jackv in forum JobRoller General Discussion
    Replies: 1
    Last Post: November 2nd, 2012, 08:27 AM
  4. Remove submit job button on submit pages
    By thebaht in forum JobRoller General Discussion
    Replies: 2
    Last Post: February 6th, 2012, 07:15 AM
  5. Remove submit job button on submit pages
    By thebaht in forum Report JobRoller Bugs
    Replies: 1
    Last Post: February 6th, 2012, 06:36 AM