Uhmmm have you used quesoph edit you can look at it in post#29 also if you use that checked all the tabs for this lines?
prontera,155,181,5 script Clahador 757,{function script getPremium {- script login -1,{
Just use TAB button for thoes spaces .
If CAPTCHA is not working try to use reCAPTCHA
application.php in line 81 to 83
'EnableReCaptcha' => false, // Enables the use of reCAPTCHA instead of Flux's native GD2 library (http://www.google.com/recaptcha) 'ReCaptchaPublicKey' => '...', // This is your reCAPTCHA public key [REQUIRED FOR RECAPTCHA] (sign up at http://www.google.com/recaptcha) 'ReCaptchaPrivateKey' => '...', // This is your reCAPTCHA private key [REQUIRED FOR RECAPTCHA] (sign up at http://www.google.com/recaptcha)
@Gepard
Can i ask if Flux CP CMS Addon by CalciumKid is compatible with the theme? well it seems to work fine but the News and Update part are missing its all blank after adding this in the themes/emphaino/main/index.php
<?php if (!defined('FLUX_ROOT')) exit; $this->redirect($this->url('news','view')) ?>
Dont use TortoiseSVN just use the Git follow #2
But if your using Linux its better to use svn checkout instead of using git, because its easier to merge your svn with the current changes even you have custom modifications in it rather using git.