Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • stellacadente Friend
    #693678

    Hi,

    As you can see in the screenshot:
    http://i.imgur.com/aOR1fOg.png

    There is a variable in the 1st line that does not fit, in fact there is the name of the web site’s owner.

    Is there a way to put another variable instead, like the Job Seeker’s user name?

    Tx in advance

    Luna Garden Moderator
    #694108

    Hi,

    The first line is the subject of the application, it was save to DB so we can’t change for old appliaction.
    This subject was created when the JobSeeker applied to the Job, and this subject could be changed by the JobSeeker before apply.

    The subject in the application you show is the default text added.
    <blockquote>Is there a way to put another variable instead, like the Job Seeker’s user name?</blockquote>
    In order to change the subject, go to file:
    componentscom_jajobboardviewsjajobstmplapplytojob.php
    line 130

    if ($this->application->subject=='') {
    $this->application->subject = JText::_('APPLICATION_FOR').' '. $item->title. ' '. JText::_('VIA').' '. $jbconfig['emails']->get('sitname');
    }

    Change above code to this.

    if ($this->application->subject=='') {
    $this->application->subject = JText::_('APPLICATION_FOR').' '. $item->title. ' '. JText::_('VIA').' '. $user->name;
    }

    Luna Garden Moderator
    #750279

    Hi,

    The first line is the subject of the application, it was save to DB so we can’t change for old appliaction.
    This subject was created when the JobSeeker applied to the Job, and this subject could be changed by the JobSeeker before apply.

    The subject in the application you show is the default text added.
    <blockquote>Is there a way to put another variable instead, like the Job Seeker’s user name?</blockquote>
    In order to change the subject, go to file:
    componentscom_jajobboardviewsjajobstmplapplytojob.php
    line 130

    if ($this->application->subject=='') {
    $this->application->subject = JText::_('APPLICATION_FOR').' '. $item->title. ' '. JText::_('VIA').' '. $jbconfig['emails']->get('sitname');
    }

    Change above code to this.

    if ($this->application->subject=='') {
    $this->application->subject = JText::_('APPLICATION_FOR').' '. $item->title. ' '. JText::_('VIA').' '. $user->name;
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Luna Garden 8 years, 7 months ago.

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