Cronjob on panel [SOLVED]
- info@eurhosting.net
- KeyHelp Translator
- Posts: 45
- Joined: Tue 24. May 2016, 15:17
- Location: Brno
- Contact:
Cronjob on panel
Would be great to be able to have the opportunity to create them via panel.
If hosting is not your main focus, I can be of help to mantain your servers
Re: Cronjob on panel [SOLVED]
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.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
- info@eurhosting.net
- KeyHelp Translator
- Posts: 45
- Joined: Tue 24. May 2016, 15:17
- Location: Brno
- Contact:
Re: Cronjob on panel
Do you have a screenshot to where have I to look for? (I have 14.6.3 ad KH version)
If hosting is not your main focus, I can be of help to mantain your servers
- info@eurhosting.net
- KeyHelp Translator
- Posts: 45
- Joined: Tue 24. May 2016, 15:17
- Location: Brno
- Contact:
Re: Cronjob on panel
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
If hosting is not your main focus, I can be of help to mantain your servers
Re: Cronjob on panel
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.
-----------
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();
Code: Select all
$("div#overallwrapper div.nav ul li a:contains('White Label')").closest('li').hide();
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Cronjob on panel
*wrong language*
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: Cronjob on panel
Der Übersicht zu Liebe Poste bitte dein Anliegen im Deutschen Bereich, da wir hier im Englischen Support bereich sind.Tobi wrote:Ist dieses Feature auch für den User "keyadmin" geplant, so daß man im Frontend root-Cronjobs anlegen kann?
b0snaX
Code: Select all
if ($ahnung == 'keine' ) { use ( Handbuecher ) && ( Google | | Suche ) }
if ($antwort == 0 ) { post ( Frage ) }
Thomas Alva Edison wrote:Ich habe nicht versagt. Ich habe mit Erfolg zehntausend Wege entdeckt, die zu keinem Ergebnis führen.
b0snaX wrote:SIDO - Astronaut (feat. Andreas Bourani)
Re: Cronjob on panel
I would like to manage root cronjobs in the KeyHelp webfrontend.
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: Cronjob on panel
Sorry, I did not know there is a strict seperation.b0snaX wrote:Der Übersicht zu Liebe Poste bitte dein Anliegen im Deutschen Bereich, da wir hier im Englischen Support bereich sind.Tobi wrote:Ist dieses Feature auch für den User "keyadmin" geplant, so daß man im Frontend root-Cronjobs anlegen kann?
I will remember this for further posts in this section.
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser