Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fismpn Friend
    #203953

    Hello,
    I want to remove “Send e-mail to Job Seeker” (“Invia e-mail al richiedente lavoro”) button from Resume view. How can I do it?
    Here is the screenshot: http://i.imgur.com/8dqxcrk.png
    If you need I can give you personal details by private message.

    Thank you,
    Andrea

    Thanh Nguyen Viet Friend
    #560470

    Hello Andrea,

    To remove that link, please open the file

    components/com_jajobboard/views/jaresumes/tmpl/jaview.php

    Find and remove code snippets below:

    [PHP]<img title=”<?php echo JText::_(‘SEND_MAIL_TO_JOBSEEKER’); ?>” src=”<?php echo JURI::base().’components/com_jajobboard/images/Mail-16×16.png’ ?>” alt=”<?php echo JText::_(‘SEND_MAIL_TO_JOBSEEKER’); ?>” /> 
    <a href=”javascript:show_div_content(‘feedback_<?php echo $this->item->id; ?>’,'<?php echo $item->id; ?>’);” >
    <span style=”vertical-align: top !important;”><?php echo JText::_(‘SEND_EMAIL_TO_JOBSEEKER’); ?></span>
    </a>[/PHP]

    And

    [PHP]<img title=”<?php echo JText::_(‘SEND_MAIL_TO_JOBSEEKER’); ?>” src=”<?php echo JURI::base().’components/com_jajobboard/images/Mail-16×16.png’ ?>” alt=”<?php echo JText::_(‘SEND_MAIL_TO_JOBSEEKER’); ?>” /> 
    <a onclick=”alert(‘<?php echo JText::_(‘PLEASE_LOGIN_OR_REGISTER_BEFORE_DOING_THIS_ACTION’, TRUE)?>’)” href=”<?php echo JRoute::_( ‘index.php?option=com_users&view=login’ ); ?>” >
    <span style=”vertical-align: top !important;”><?php echo JText::_(‘SEND_EMAIL_TO_THIS_USER’); ?></span>
    </a>[/PHP]

    fismpn Friend
    #560556

    Thank you!!! ^_^

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

This topic contains 3 replies, has 2 voices, and was last updated by  fismpn 9 years, 2 months ago.

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