Leaderboard
Popular Content
Showing content with the highest reputation on 04/08/2017 in all areas
-
Where to Get Customized Blesta Works Done?
Blesta Addons and 2 others reacted to Abdy for a topic
Hi, We are the developers of the cPanel Extended Module, We are working in a new update soon, you can contact us, an we can make a custom version of the cPanel Extended Module for you.3 points -
https://www.blesta.com/development/ -Adam2 points
-
Wow, Really good for me. I have a "PayUmoney India" account and this plugin support it Many many thanks.2 points
-
PayUmoney Payment Gateway
Yogesh Patel reacted to Paul for a topic
Attached is a beta PayUmoney an Indian non-merchant gateway. Please give it a try and let us know if you have any issues with the gateway. To install: Unzip payumoney.zip Upload payumoney directory to ~/components/gateways/nonmerchant/ Access Settings > Company > Payment Gateways > Available, and click to install & configure payumoney.zip1 point -
look here: https://cubedata.net/verifydomain this is using Michael Dance's BlestaCMS to handle the html and returning the output from the backend It is also using javascript as well to make the form submit the request to the backend and then return the output using AJAX from jquery all without "refreshing" or "redirecting" the page like it should not do as during development I didn't want it actually redirecting to the backend on submit but instead to return the response from the backend on the same page with the form If anyone asks the Design of the website and logo & etc are all thanks to Michael Dance Aka @Licensecart who helped us build this design, and also donated to us the new logo & other things as well which I am very thankful for him doing that for me. as you see it actually functions as well:1 point
-
Doh! Apply this patch file. It should work. It will attempt to load from config/blesta.php if a key named 'Session.ttl' exists. Otherwise, defaults to 30 minutes. diff --git a/core/ServiceProviders/MinphpBridge.php b/core/ServiceProviders/MinphpBridge.php index ccefd20..9367ff4 100644 --- a/core/ServiceProviders/MinphpBridge.php +++ b/core/ServiceProviders/MinphpBridge.php @@ -197,9 +197,10 @@ class MinphpBridge implements ServiceProviderInterface { $this->container->set('minphp.session', function ($c) { // Determine the TTLs and which to set for the database session + Configure::load('blesta'); $cookieName = 'csid'; $ttls = [ - 'ttl' => 1800, // 30 mins + 'ttl' => (Configure::exists('Session.ttl')) ? Configure::get('Session.ttl') : 1800, // 30 minutes 'cookie_ttl' => 604800, // 7 days ]; $dbTtl = (isset($_COOKIE[$cookieName]) ? $ttls['cookie_ttl'] : $ttls['ttl']); -Adam1 point
-
Where to Get Customized Blesta Works Done?
Abdy reacted to MineHarvest66 for a topic
Awesome, I will be contacting you guys shortly.1 point -
Can't View Clients
Michael reacted to hostnv_craig for a question
Yeah i'll do a video and upload it to youtube and show what im doing. Hi here is the video.1 point -
Added a feature request: https://requests.blesta.com/topic/pull-request-client-and-contact-create-update-and-delete-callbacks Lets hope the Blesta team acknowledges it and gets it into main branch. Would be a shame to ignore it, seeing how the only thing left for them to do merge + QA it. -Adam1 point
-
PayUmoney Payment Gateway
Michael reacted to Blesta Addons for a topic
So finally the module support India and Colombia ... need a simple tweak to make them officially . and maybe support other countries1 point -
Are any of these coming?
Michael reacted to Blesta Addons for a topic
we have the Ovh module already done and we will release it next week . we think the test period now is enough and has gone smoothly . you can contact us or PM me for the other modules if you want us to develop them .1 point -
We are testing ovh module and xtream codes modules from blesta addons . All off them completed and we don't found any bug at the moment. They have told me the official lunch will be next week .1 point
-
v4 doesn't observe the Session.ttl config value. It is now set in the bridge service provider. It will probably be back as a config value somewhere in the future.1 point
-
Do you record payments that you haven't received yet? Not sure I follow exactly, as that feature is generally used to record payments you've already received, maybe a couple days earlier, and you're just now getting around to marking it received, so the received date would be in the past.1 point
-
PayUmoney Payment Gateway
Blesta Addons reacted to Amit Kumar Mishra for a topic
hi Paul if any one may test this and let me know also use these credentials for the testing ==================== For test server, Please redirect to (https://test.payu.in/_payment), Please use the following test credential: MerchantID: gtKFFx SALT: eCwWELxi Below are the test card details for doing a test transaction in the testing mode. Card Name: Any Name Card Number: 5123 4567 8901 2346 CVV: 123 Expiry: may 2017 ================== kindly let me know payumoney-modified.zip1 point -
You can ask Mobile Money Payments to see if they will do an integration or you can open a feature request on https://requests.blesta.com or you can hire a developer to make you the module exclusively for yourself. @Blesta Addons @cyandark @PauloV1 point