Cookies help us provide better user experience. By using our website, you agree to the use of cookies.

Panda Resort - 4.5.0 (Mar 13, 2017)

Replace the following files and execute the queries in your SQL manager to perform the updates.

NEW FEATURES/IMPROVEMENTS

User geolocation option for currencies (https required)

/js/custom.js
/admin/settings.php
/admin/includes/lang.ini
>> New entries : AUTOGEOLOCATION and AUTOGEOLOCATION_NOTICE
/common/config(-tmp).php
>> New entry: AUTOGEOLOCATE
/templates/default/common/header.php
/templates/default/models/contact.php

Blog navigation buttons

/templates/default/models/article-blog.php
/templates/default/common/get_articles_blog.php
/templates/default/css/colors.css (default-btn color)

Redirection after account confirmation

/common/db.sql
>> Edit entry in the table pm_text (!replace with your translation and lang ids): 

UPDATE pm_text SET value = 'Your account has been created. You will receive a confirmation email. Click on the link in this email to confirm your account before continuing.' WHERE name = 'ACCOUNT_CREATED' AND lang = 1;

/templates/default/common/register/signup.php
/templates/default/models/details.php

Preloader screen

/js/custom.js
/templates/default/css/layout.css (loader block)
/templates/default/css/colors.css (loader block)
/templates/default/common/footer.php

FIXED ISSUES

Bug on the currencies if the template is not the default template

/templates/default/common/header.php
/templates/default/widget/footer_form.php

File label truncated

/admin/includes/fn_actions.php