We are committed to safeguarding your privacy online. This Privacy Policy applies to your information that we collect and receive on and through this Site; it does not apply to practices of businesses that we do not own or control or people we do not employ. At no time will we ...
In addition to providing a quick and convenient way to purchase the Gecko CMS software (the Software), provide you with information, education and communication regarding the Software. We reserve the right to modify, add or remove all services and features of ...
Refer new users to Gecko and you’ll receive 30% of their first purchase! Every user automatically has a referral code. Simply paste a link or image button on your site using that code. If a new user clicks your referrer link and proceeds to sign up an account and purchase a ...
This is a good question and people ask me that all the time. The most question I receive is: Why you not build this plugin for WordPress or Joomla? The answer is simple, I dont like WordPress or Joomla. Since 2007 Im building content management systems, every time it got better, ...
Typography Code Tables Buttons Images Icons by Glyphicons Typography Headings ...
Overview Transitions Modal Dropdown Scrollspy Tab Tooltip Popover Alert Button Collapse Carousel ...
A new way to give fast and professional support. The Gecko Ticketing plugin has just been finished. Giving professional support to my customers has never been easier! Customize your ticket system from scratch, user-group based and easy and secure form for your ...
Gecko has gone far in the past two month. I released Gecko 1.1, two new plugins (Forum and Event) and a new premium template (temper) has been released. I would like to say thank you to all my customers, thank you for submit bugs, requests and being a part of the ...
Latest version available 2.0 Create your own Guestbook with this easy to use plugin. Let visitors leave a comment on your website in seconds, secure and you choose if they have to answer a security question to verify that they are human. Features Guestbook with unlimited ...
Latest available version: 2.1 Create your very own FAQ database with Gecko. This plugin is installed in seconds and fully integrated in the CMS/Framework Gecko. Features: Unlimited Categories Unlimited FAQ Articles User-group based Visitors/Members can vote each ...
Latest available version: 2.0 Create your very own Support Ticket database with Gecko. This plugin is installed in seconds and fully integrated in the CMS/Framework Gecko. Features: Unlimited Categories Unlimited Tickets User-group based Visitors/Members can vote each ...
Turn your Gecko into a professional blog. The blog plugin is installed in second and you can start blogging right after. The blog plugin: Unlimited Categories Unlimited Blog articles User-group based Visitors/Members can vote each article Visitors/Members can post ...
Latest Version available: 2.0 The gallery for Gecko is finally available, turn your Gecko into a beautiful gallery within seconds. Download the plugin, install and you can upload thousands of images to your websites. The gallery has everything you can imagine: Unlimited ...
The NivoSlider plugin for Gecko is finally available, create slide-shows in minutes. Download the plugin, install and you can create unlimited slide-shows and connect them to any page or news created on your website. The NivoSlider plugin has everything to create professional ...
Give your user the possibilities to login with there Facebook or Twitter account. What you get: Facebook Login Twitter Login Fully integrated into JAKCMS Gecko It will still create a user account and even grab the email when login in with Facebook! What you have to do ...
The RoundAboutSlider plugin for Gecko is finally available, create fantastic slide-shows in minutes. Download the plugin, install and you can create unlimited slide-shows and connect them to any page or news created on your website. The RoundAboutSlider plugin has everything to ...
Latest available version: 2.0 Let your members pay for certain services this plugin for Gecko is completely user-group based and controls everything from moving the member into a certain user-group after successful payment or moving it back after the membership has ...
Latest available version: 2.0 Display all your valuable work with the Portfolio Plugin for Gecko CMS. The portfolio plugin Unlimited Categories Unlimited Portfolio entries User-group based Visitors/Members can vote each work Visitors/Members can post comments Social ...
Fixed a bug in the contact forms. The form uses now the email from the settings and not from the user. This fix will prevent emails going into the spam folder. Open include/jakcontact.php and find: $mail = new PHPMailer(); // defaults to using php mail() ...
The sub menu button on the New User page are missing a li, this bug has been fixed. You can either download the package again and replace the newuser.php template in the admin directory or open the file /admin/template/newuser.php and find: <!-- Submenu ...
I found a bug today in almost all the plugins with user group permission. When you setup a certain user group permission rule the content wont show, this is now fixed in all plugins. If you have any of the plugin installed listed below, please download it again and replace ...
Im currently working on a update for Gecko CMS. Please feel free to drop any suggestion which should be implemented in Gecko CMS 1.1. Version 1.1 also includes all the bugs reported in the last 4 month, plus new features listed below. This features has already be ...
Hi jerôme, I have changed my admin user name and password(stronger one) and now I cannot access ACP anymore even if I copy/paste the new login infos from a file to make sure I have the exact new login infos...So I click on the Forgot password link and received a email with a ...
A bug has been reported within the user search in the administration panel. This bug has been fixed, if you like to use the user search in the acp, please download the Gecko CMS 1.1 again and replace following file: admin/user.php
Hi Jerôme, I was using Gecko in French language but I see it is switch back to English after updating to 1.1?Maybe I am wrong but I tough there was some language selector in ACP in version 1.0 but I dont see it in 1.1.. ?I would suggest that there should be a way in ACP to ...
I just found a security issue within the download plugin, this has been fixed. In the same time I release the Download Plugin Version 1.3, which gives you the possibilities to set download permission for each file, independent from the user-group setting. Please update asap, ...
Fixed two bugs one mentioned in the forum post and another one with the acp navbar/plugin/section permission rules. You can download Gecko CMS 2.0 again and replace following files: admin/template/user.php, admin/template/header.php and admin/template/navbar.php We are getting ...
Hello, I am trying to install Gecko and followed instructions - changed db.php file. Created database in C-panel, assigned user to the database... Dont know how to open port for the database. Put suffix a_ (dont know what it is but just put it there). But when went to ...
Use this hook to execute PHP code in the admin/user.php file. For example: $jakdb->query(UPDATE .DB_PREFIX.faqcomments SET username = .smartsql($defaults[jak_username]). WHERE userid = .smartsql($page2).); if you like to include a ...
Use this hook to execute PHP code in the admin/user.php file. For example: $jakdb->query(UPDATE .DB_PREFIX.faqcomments SET userid = 0 WHERE userid = .$page2.); if you like to include a file: APP_PATH.plugins/yourplugin/file_to_include.php;
Use this hook to execute PHP code in the admin/user.php file. For example: $jakdb->query(UPDATE .DB_PREFIX.faqcomments SET userid = 0 WHERE userid = .$page2.); if you like to include a file: APP_PATH.plugins/yourplugin/file_to_include.php;
Use this hook to execute PHP code in the admin/user.php file. For example: $plugin_user = Display stuff when showing user in admin; if you like to include a file: APP_PATH.plugins/yourplugin/file_to_include.php;
Use this hook to execute PHP code in the admin/user.php file. For example: $plugin_user_edit = Display stuff when edit user; if you like to include a file: APP_PATH.plugins/yourplugin/file_to_include.php;
This hook is located in admin/template/editusergroup.php and will be executed to display your plugin user-group permission. You can include a file, for example: plugins/yourplugin/template/usergroup_edit.php
This hook is located in admin/template/editusergroup.php and will be executed to display your plugin user-group permission. You can include a file, for example: plugins/yourplugin/template/usergroup_new.php
When you install Gecko the first time, please read the installation manual very carefully! Installing Gecko is very simple and the installation wizard will guide you thru in only two steps. Important information about the db.php file. Please open this file in any text or php ...
Use this hook to execute PHP code in the index.php file between the page. For example: // Confirm user if ($page == rf_ual) { if (is_numeric($page1) && is_numeric($page2) && jak_row_exist($page1, DB_PREFIX.user) && jak_field_not_exist($page2, ...
Lets explain how to build the install.php for a plugin. Header: if (!file_exists(../../config.php)) { die([install.php] config.php not found); } require_once ../../config.php; // Check if the file is accessed only from a admin if not stop the script from running if ...