web541 Posted January 6, 2016 Report Share Posted January 6, 2016 You can find your captcha key in local.config.php or app.config.php under this Config::Set('RECAPTCHA_PUBLIC_KEY', 'KEY'); Quote Link to comment Share on other sites More sharing options...
Industrialshadow Posted January 7, 2016 Report Share Posted January 7, 2016 Yep thanks. I have found by my self. But where can i change the mapsize on the Frontpage? its a little bit to big for the site. Have you any ideas? Thx Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 7, 2016 Author Report Share Posted January 7, 2016 Its all on the instructions on page one. Open local_config # Google Map Options Config::Set('MAP_WIDTH', '685px'); Config::Set('MAP_HEIGHT', '400px'); Quote Link to comment Share on other sites More sharing options...
ercio Posted February 2, 2016 Report Share Posted February 2, 2016 help , I change it to .tpl !!! all working fine but the registration , once I click submit the registration I got this error RanksData.class.php on line 236. even dough as am I see the pilot is registered. really great skin thank you Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 3, 2016 Author Report Share Posted February 3, 2016 Whats your URL? Quote Link to comment Share on other sites More sharing options...
ercio Posted February 3, 2016 Report Share Posted February 3, 2016 www.virtualvarig.com Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 3, 2016 Author Report Share Posted February 3, 2016 Where do you see this error? When did this error start occurring? Quote Link to comment Share on other sites More sharing options...
ercio Posted February 3, 2016 Report Share Posted February 3, 2016 after you join ! it should appear .... you will get an email when you application is approved or something like that. register your self to my VA and you will see it Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 4, 2016 Author Report Share Posted February 4, 2016 Has it ever worked? Quote Link to comment Share on other sites More sharing options...
ercio Posted February 4, 2016 Report Share Posted February 4, 2016 nope Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 4, 2016 Author Report Share Posted February 4, 2016 remove registration_mainform.tpl and see if that fixes it. So it will read the template from core/templates. If that doesn't work, Switch to crystal and try to register. Quote Link to comment Share on other sites More sharing options...
ercio Posted February 4, 2016 Report Share Posted February 4, 2016 deleting it didn't work . but crystal works! Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 4, 2016 Author Report Share Posted February 4, 2016 The skin is not compatible with tpl version. That's why I do not have a tpl version. tpl version wont work on my server, due to the php requirements. You need to change skins or move to phpvms 5.5. Sorry that I couldn't help. Quote Link to comment Share on other sites More sharing options...
ercio Posted February 4, 2016 Report Share Posted February 4, 2016 Thaksfor trying. but I am on 5.4, how do I change it to 5.5? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 4, 2016 Author Report Share Posted February 4, 2016 Isn't 5.4 php version? Quote Link to comment Share on other sites More sharing options...
ercio Posted February 4, 2016 Report Share Posted February 4, 2016 sorry my server is PHP Version 5.3 just checked changed to 5.5 and got errors I have to reinstall the skinn Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 4, 2016 Author Report Share Posted February 4, 2016 I wasnt referring to your php version, I was referring to your phpvms version. Quote Link to comment Share on other sites More sharing options...
web541 Posted February 4, 2016 Report Share Posted February 4, 2016 I have made a TPL version of this skin for whoever wants it. No guarantees that it will work for you (as this was originally made for 5.5.x), but it does include some changes in order to work with older versions of phpvms (e.g. registration page) Ocean_Blue_TPL.zip 1 Quote Link to comment Share on other sites More sharing options...
manu093 Posted February 5, 2016 Report Share Posted February 5, 2016 Notice: The template file "/home/regionalko/www/regionalva//lib/skins/Ocean_Blue (2)/header.php" doesn't exist in /home/regionalko/www/regionalva/core/classes/TemplateSet.class.php on line 231 help me Quote Link to comment Share on other sites More sharing options...
ercio Posted February 5, 2016 Report Share Posted February 5, 2016 MANU .I belive you install the tpl version . try the php version! WEB thaks but some how still same error , I will keep like this ,not big deal Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 5, 2016 Author Report Share Posted February 5, 2016 Notice: The template file "/home/regionalko/www/regionalva//lib/skins/Ocean_Blue (2)/header.php" doesn't exist in /home/regionalko/www/regionalva/core/classes/TemplateSet.class.php on line 231 help me you have installed on a tpl version. Please not in my original post. I stated this template is for php version. (phpvms 5.5) Quote Link to comment Share on other sites More sharing options...
web541 Posted February 5, 2016 Report Share Posted February 5, 2016 @erico that's interesting, I've never had that error @manu093 you're welcome to try this http://forum.phpvms.net/topic/22886-ocean-blue-v2/page__st__60#entry123052 but it is not official skin so I cannot guarantee it will work with your system. Quote Link to comment Share on other sites More sharing options...
polirom Posted February 10, 2016 Report Share Posted February 10, 2016 This template is 100% operational? we can use in our VA Quote Link to comment Share on other sites More sharing options...
polirom Posted February 10, 2016 Report Share Posted February 10, 2016 I have problems Captcha does not work and does not allow user registration. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 10, 2016 Author Report Share Posted February 10, 2016 https://www.google.com/recaptcha/intro/index.html Than edit the local_config file. /* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */ Config::Set('RECAPTCHA_PUBLIC_KEY', 'your key'); Config::Set('RECAPTCHA_PRIVATE_KEY', 'your key'); 1 Quote Link to comment Share on other sites More sharing options...
polirom Posted February 10, 2016 Report Share Posted February 10, 2016 S O L U C I O N A D O And I have the key public and private instead. But now I have to put this script and DIV, but not within that file.php Pega este fragmento antes de la etiqueta </head> de cierre en la plantilla HTML: <script src='https://www.google.c...---- ( LAYAOUT.PHP) Pega este fragmento al final del elemento <form> donde quieras que aparezca el widget de reCAPTCHA: <div class="g-recaptcha" data-sitekey="6LdP8hcTAAAAABt4y9DooHbMikV3oknABtj2ySKr"></div>--------------------REGISTRATION_MAINFORM.PHP The reCAPTCHA documentation site describes more details and advanced configurations. Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 10, 2016 Author Report Share Posted February 10, 2016 The two keys go in the config file. Quote Link to comment Share on other sites More sharing options...
MichaelKattirtzis Posted February 15, 2016 Report Share Posted February 15, 2016 Hello Exelent work sir I click the register button and it does nothing www.hellenicaviation.com can you help me ? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted February 16, 2016 Author Report Share Posted February 16, 2016 Is that the correct domain? I go there and get a for sale page for that domain. Quote Link to comment Share on other sites More sharing options...
MichaelKattirtzis Posted February 17, 2016 Report Share Posted February 17, 2016 Hello again i fixed it it was my bad i was using a php version on tpl version server .. And the webpage is www.hellenicaviation.net Thank you again for this great work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.