Bootstrap 4 is in alpha, news are exciting however it is still a long time to go till the final release. We have downloaded the first alpha version and we can't wait to build our first software for you on ...
Read moreCMS 1.5 is now available, major improvements and a lot of bug fixes. As we grow quick, support questions, suggestions and feedback coming in on a daily base and of course we want to give you the best ...
Read moreAfter our release of HelpDesk 1.1 we gained so many new customers and received a lot of new feedbacks, suggestions and bug reports. It makes us really happy to see our product live on many different domains ...
Read moreThe best release since we launched Live Chat Business has arrived. Version 2.0 is now available in our download area for license holder or in our shop for new customers.Change logAdded auto answer ...
Read more29.02.2016You will remember that date because it changed the way how we build and manage websites in the future.CMS 2.0We are pleased to announce the availability of CMS 2.0. The best and easiest way to build ...
Read moreThe little things that makes life easier.This update is all about little features and improvements in code and security. Please check the change log below.Change Log News are not limited to only show three ...
Read moreWe are happy to officially announce the availablity of Gustos. The one and only Restaurant and Bar Guide for Switzerland.The development of Gustos has been started over 2 Years ago and after testing the ...
Read moreToday we will share some really useful PHP functions that will make your life easier and faster when creating new code.PHP functions are great to reduce and simplify your code. As soon you use a code more then ...
Read moreWe are proud to announce the availability of HelpDesk 1.8. The complete support solution has now an integrated Chat Bot. We have also added a wilcard engage (proactive) feature, that allows you to fire the ...
Read moreWe are happy to announce the new version for Live Chat Business. Version 2.6 will come with a lot of new features, like wild card proactive (engage) and a brand new chat bot. Wildcard Engage / ProActive ...
Read moreCMS is very lightweight and super fast! It is straight forward and does not contain any unnecessary files or blown up functions. In fact CMS packed as a ZIP file is only around 4MB, have you every seen a ...
Read moreUse this hook to execute PHP code in the search.php file.For example:if ($SearchInput) { echo Your search term: .$SearchInput; }if you like to include a file:APP_PATH.'plugins/yourplugin/file_to_include.php';
Read moreUse this hook to execute PHP code in the tags.php file.For example:if ($cleanTag) { echo Your tag: .$cleanTag; }if you like to include a file:APP_PATH.'plugins/yourplugin/file_to_include.php';
Read moreUse this hook to execute PHP code in the sitemap.php file.For example:if ($cat) { echo Categories: .$cat; }if you like to include a file:APP_PATH.'plugins/yourplugin/file_to_include.php';
Read moreUse this hook to execute PHP code in the index.php file before anything else.For example:define('MY_VAR', cool);if you like to include a file:APP_PATH.'plugins/yourplugin/file_to_include.php';
Read moreUse this hook to execute PHP code at the very end in the index.php file.For example:if (isset($page3)) { echo CMS is ready...; } else { echo CMS is always ready...; }if you like to include a ...
Read moreUse this hook to execute PHP code in the rss.php file.For example:if ($displayRSS) { echo My RSS: .$displayRSS; }if you like to include a file:APP_PATH.'plugins/yourplugin/file_to_include.php';
Read moreUse this hook to execute PHP language code in the index.php file.For example:if (file_exists(APP_PATH.'plugins/yourplugin/lang/'.$jkv[lang].'.ini')) { $tlt = ...
Read moreUse this hook to execute PHP code in the index.php and news.php file.This hook is used in pages and news, the same php code will be executed.For example:if (!empty($PAGE_ACTIVE)) { $myplugin = 1; }if you like ...
Read moreUse this hook to execute PHP code in the admin/usergroup.php file.For example:if (isset($defaults['jak_download'])) { $insert .= 'download = '.$defaults['jak_download'].', downloadpost = ...
Read moreThe forgot password function in Light, Business and Websocket is not working when used with other than the english language.That bug has been fixed and will be included within the next release.If you can't ...
Read moreHi Jerome,Small correction in admin english language from[cform]c = New formto [cform]c = New Form
Read moreHi Jerome,Other small fix please.I am preparing a translation into Czech language for you. I have file cs.ini . But If I choose file cs.ini in General Settings > Settings than links to php.net is bad ...
Read moreHi Jerome,Last question for today and Good night.If I create new page, so I have 'Name' and 'Url' items.I add in 'Name' thisSystémová anténní řešeníand in URL I have ...
Read moreHow can I translate some plugin? I need translate plugin FAQ to czech language.I copy file from 'faq/admin/lang/en.ini' to 'cs.ini' and I translated all words but not works lang.ini files in FAQ and other ...
Read moreBLOG plugin TinyMCE for comments.Language pack does not work.Init TinyMCE is in 'usreditor.js'. Config for language islanguage: jakWeb._lang,but still not work.
Read moreSmall correction in 'admin/template/header.php'from<html lang=en>to<html lang=<?php echo $site_language;?>>
Read moreHi Jerome,How can I set the encoding in theof pageNow we have this in Czech languageANTÉNY, SATELITY, CENTRÁLNÍ TELEVIZNÍ SYSTÉMY pro obytné ...
Read moreHi,I bought the CMS, everything is great, but when I click Edit Language an error:Warning: is_dir(): open_basedir restriction in effect. File(../lang/gr.ini/) is not within the allowed path(s): ...
Read moreHi,we have some problems, but the chat is fantastic.1- the chat in our site made with Adobe Muse doesn't appear, but is shown in subdomain in php and opencart site such as map.travelcardinternational.uk - ...
Read more