Job Board - Unsolicited page

12 Jahre 11 Monate her - 12 Jahre 11 Monate her #2093 von HonzaP
Job Board - Unsolicited page wurde erstellt von HonzaP
Hello,
first of all thank you for the lovely plugin.

I have a question about Unsolicited page in JobBoard 1.5.1 free version.

I little bit modified the file easycalccheckplus.php (see attached) and figured out how to work for Unsolicited page. What I can't find out is, if the calculating result is wrong then the page should reload on unsolicited page with error message, however, at this moment the page reloads on the apply page.

I think the code below is the one that causes the problem, just I don't know how to change :(
// Job Board - 1.5-13
		if ($this->params->get('jobboard'))
		{
			if ($option == 'com_jobboard' AND $task == 'share')
			{
				$job_id = JRequest::getCmd('job_id');
				$catid = JRequest::getCmd('catid');
				$lyt = JRequest::getCmd('lyt');
				$Itemid = JRequest::getCmd('Itemid');

				if (!$this->performChecks())
				{
					$returnURI = JURI::current().'?option=com_jobboard&view=share&job_id='.$job_id.'&catid='.$catid.'&lyt='.$lyt.'&Itemid='.$Itemid.'&essp_err=check_failed';
					$this->redirect($returnURI);
				}
			}
			elseif ($option == 'com_jobboard' AND $view == 'upload')
			{
				$job_id = JRequest::getCmd('job_id');
				$catid = JRequest::getCmd('catid');
				$lyt = JRequest::getCmd('lyt');
				$Itemid = JRequest::getCmd('Itemid');

				if (!$this->performChecks())
				{
					$returnURI = JURI::current().'?option=com_jobboard&view=apply&job_id='.$job_id.'&catid='.$catid.'&lyt='.$lyt.'&Itemid='.$Itemid.'&essp_err=check_failed';
					$this->redirect($returnURI);
				}
			}

Thank you for your help


Dieser Beitrag enthält einen Anhang.
Bitte anmelden (oder registrieren) um ihn zu sehen.

Bitte Anmelden, um der Konversation beizutreten.

12 Jahre 11 Monate her #2095 von Viktor
Viktor antwortete auf Aw: Job Board - Unsolicited page
Bitte anmelden, um die Antwort zu sehen. Achtung: Eine gültige Subscription wird benötigt, um einen Account zu aktivieren.

Kubik-Rubik Joomla! Extensions

Bitte Anmelden, um der Konversation beizutreten.

12 Jahre 11 Monate her #2099 von HonzaP
HonzaP antwortete auf Re: Job Board - Unsolicited page
Bitte anmelden, um die Antwort zu sehen. Achtung: Eine gültige Subscription wird benötigt, um einen Account zu aktivieren.

Bitte Anmelden, um der Konversation beizutreten.

12 Jahre 11 Monate her #2100 von Viktor
Bitte anmelden, um die Antwort zu sehen. Achtung: Eine gültige Subscription wird benötigt, um einen Account zu aktivieren.

Kubik-Rubik Joomla! Extensions

Bitte Anmelden, um der Konversation beizutreten.

Ladezeit der Seite: 0.154 Sekunden