Page 1 of 1

Cronjob on panel

Posted: Tue 24. May 2016, 15:19
by info@eurhosting.net
At the moment the only way to create a cronjob is using SSH

Would be great to be able to have the opportunity to create them via panel.

Re: Cronjob on panel  [SOLVED]

Posted: Tue 24. May 2016, 15:49
by Alexander
Hello,

i'm happy to inform you, that we will release a new version of KeyHelp tomorrow
and the cron job feature ('scheduled task', as it is called in KeyHelp) is part of it.

This update will be automatically deployed on your KeyHelp server.

Re: Cronjob on panel

Posted: Thu 26. May 2016, 15:16
by info@eurhosting.net
That's great, I even saw the news, but I still can not locate it on the panel

Do you have a screenshot to where have I to look for? (I have 14.6.3 ad KH version)

Re: Cronjob on panel

Posted: Thu 26. May 2016, 15:53
by info@eurhosting.net
Found it

I had to clean the whitelabel, but I really don't get why this is happening.

I'm applying a very soft js to hide some menu

Code: Select all

$('document').ready( function () {
	
	var url      = window.location.href;
  
  	// il link whitelabel lo nascondo da tutte le pagine
  	$("div#overallwrapper div.nav ul li a:contains('White label')").closest('li').hide();
  	$("div#overallwrapper div.nav ul li a:contains('Брендирование')").closest('li').hide();
  	$("div#overallwrapper div.nav ul li a:contains('Whitelabel')").closest('li').hide();
  

	if (url.indexOf("admin_index") >= 0)
	{
		// remove news 
		$("div.page div.content th:contains('News')").closest('div').remove();
		$("div.page div.content th:contains('новости')").closest('div').remove();
		
		
		// rimuovo link changelog
		$("div.page div.content a:contains('See history of changes')").remove();
		$("div.page div.content a:contains('Änderungsprotokoll anzeigen')").remove();
		$("div.page div.content a:contains('История изменений')").remove();
	}
		
});

According to this code it simply remove the news and the white label menu, but I don't have the "scheduled Task" in the user interface

Re: Cronjob on panel

Posted: Fri 27. May 2016, 08:43
by Alexander
Hello,

You have to make sure that the user limits of 'Scheduled Tasks' is greater than 0.
After that, the 'Scheduled Task' menu item will appear in the user area of the panel.
The whitelabel settings you have in place do not interfere with the visibility of the 'Scheduled Task' menu item.
user_limits.png
user_menu.png
user_menu.png (21.16 KiB) Viewed 12095 times
-----------

By the way, some spelling changed with KH 14.6.3, so please replace the following line:

Code: Select all

$("div#overallwrapper div.nav ul li a:contains('White label')").closest('li').hide();
with

Code: Select all

$("div#overallwrapper div.nav ul li a:contains('White Label')").closest('li').hide();

Re: Cronjob on panel

Posted: Fri 6. Jan 2017, 08:49
by Tobi
*can be deleted*
*wrong language*

Re: Cronjob on panel

Posted: Fri 6. Jan 2017, 09:07
by b0snaX
Tobi wrote:Ist dieses Feature auch für den User "keyadmin" geplant, so daß man im Frontend root-Cronjobs anlegen kann?
Der Übersicht zu Liebe Poste bitte dein Anliegen im Deutschen Bereich, da wir hier im Englischen Support bereich sind.

Re: Cronjob on panel

Posted: Fri 6. Jan 2017, 10:37
by Tobi
Is this feature in a future release planned for the user "keyadmin"?
I would like to manage root cronjobs in the KeyHelp webfrontend.

Re: Cronjob on panel

Posted: Fri 6. Jan 2017, 10:40
by Tobi
b0snaX wrote:
Tobi wrote:Ist dieses Feature auch für den User "keyadmin" geplant, so daß man im Frontend root-Cronjobs anlegen kann?
Der Übersicht zu Liebe Poste bitte dein Anliegen im Deutschen Bereich, da wir hier im Englischen Support bereich sind.
Sorry, I did not know there is a strict seperation.
I will remember this for further posts in this section.