Leaderboard
Popular Content
Showing content with the highest reputation on 08/26/2015 in all areas
-
This is a one-time paid plugin with unlimited support and updates. This plugin replaces the one shipped with Blesta so you can't use both. It's created to take the CMS to the next level. The plugin does have a few bugs at the moment which are going to be shipped next week so you can remove pages / blog posts, etc and also so you can add comments on the blog pages. We also have 1.2.0 and 1.3.0 all planned out and you can see the to-do list on our community forum after purchase, you can also state what you would like to see and if we like the idea we will add it to our list. Please note after payment for this plugin it's non-refundable due to the nature of the product in question. Blesta 3.6.2 with v1.1.2: Blesta 4.0.0 with v1.2.0: Pages: Blog posts: Categories: Menus: Settings: Multi-language: Blog posts: Videos: Menu Video: http://screencast.com/t/PAcVeZ8QQ Page Video: http://screencast.com/t/81paso43vd Blog Video: http://screencast.com/t/qXecVGKkox Demo url: https://licensedemo.com How can you get the CMS plugin? We provide it with our Modern Integration+ for free and we sell it on it's own here for $150 or $12 a month: Order form. The plugin is fully editable minus the 4 files used for licensing purposes. We'll only support the plugin if no major changes have been done, that way we know it is our issue and not something you've done to it. It's been tested by three people so far, Doug (Evolve Webhost - Modern Integration+), Mujahed (ModulesBakery - Developer) and myself whilst preparing for the next Licensecart design. PS: If you develop a lot for blesta (free plugins / modules, etc) and would like a copy PM me and I'll issue a free license for your hard work in the community. Free Integrations which work on BlestaCMS out of the box: - Margo4 points
-
Paypal Payment Not Coming For Clients
Blesta Addons and one other reacted to Michael for a question
You can accept the currency on your side go to PayPal: https://www.paypal.com/gb/webapps/helpcenter/helphub/article/?solutionId=FAQ481&topicID=&m=ARA I do that for all the currencies they list. Or you can use Naja7host's paypal gateway which auto converts it.2 points -
Glad you like the plugin mate if you want a license as you've given a lot of free plugins, modules to the community tell me mate and I'll issue you one. You can make your site all on Blesta, etc2 points
-
1 (One) Minute Cron Jobs :)
Blesta Addons reacted to PauloV for a topic
Hello blestars Long time I post in here eheh My request is simple, and me personally and one client that Im working with, asks for CORE implementation, to be able to set, also, Cron Jobs to run in "Interval", by 1 (one) minute and not by the default minimum 5 minutes, that I think is to hight to check for exemple new Incoming Emails on IMAP/POP Support Manager (Pro also) Here is the solution to implement on CORE, only 2 lines of code change in 2 files Edit: [your-blesta-instalation]/app/controllers/admin_company_automation.php Find on line: 160 $intervals = array(5=>5, 10=>10, 15=>15, 30=>30, 45=>45); Change to: $intervals = array(1=>1, 5=>5, 10=>10, 15=>15, 30=>30, 45=>45); Edit: [your-blesta-instalation]/app/controllers/cron.php Find on lines 2087/2088: // The last run date rounded down to the nearest 5 minute interval $last_run_date = date("c", floor($this->Date->toTime($last_run->start_date)/(60*5))*(60*5)); Change to: // The last run date rounded down to the nearest 1 minute interval $last_run_date = date("c", floor($this->Date->toTime($last_run->start_date)/(60))*(60)); Finally, change your server/host blesta CRON task from something like: */5 * * * * /usr/bin/php /home/[path-to-your-blesta-instalation]/index.php cron Change it to: * * * * * /usr/bin/php /home/[path-to-your-blesta-instalation]/index.php cron Thanks in advance Keep it up Regards, PV1 point -
What if we did the following: If there are no past due invoices, show the same message we do now, but instead of yellow make the box blue (Not urgent). If there are one or more past due invoices, show the box yellow (as it is now) and display two buttons. Something along those lines.. so that, if there are any past due invoices, the client can see the total due, and the total past due, and make a decision about which they want to pay. Thoughts?1 point
-
dam you lol that's coming in 1.3.0 in 1.20 we're going to revamp the plugin to prepare it for 1.3.01 point
-
1 point
-
New Plugins In The Road
serge reacted to Blesta Addons for a topic
digital module is done . what do you except that it can do ? as now , you can create package , upload file and asign it to that package . the client can download the file from the service manage tab . next release , assign more than 1 file to a package ( like zip file , file for documentation ect ... )1 point -
Yes it works without issue,I have two active production servers and one test VPS with plesk 12.0.18 ,just chose latest available plesk (it is 11.5) in module drop down menu and it will work without issues.1 point
-
I would be relucant to add columns to Blesta's own tables, as that could potentially give problems with updates, and other third party modules. Safer to create a table of your own for that (like the gateway_sessions table in my example)1 point
-
$redirect_url = Configure::get("Blesta.gw_callback_url") . Configure::get("Blesta.company_id") . "/payzone/".$this->ifSet($contact_info['client_id']); Would append an unique ID for the transaction (like in my example), not client_id. As long as it is using the callback URL you set when initiating the transaction (including the unique id you appended) for notifications I do not see the problem. Or is it using a global notification URL that cannot be set on a per transaction basis?1 point
-
also for me, if we put activation instantly in our website , it should instantly my request goes for activating order and sending email . is a pain wait 5 minute or less to do it .1 point
-
In my case, it's more about get paid service activated quick, my cron is 2 mins frequency by the way.1 point
-
1 (One) Minute Cron Jobs :)
Blesta Addons reacted to PauloV for a topic
They only "pile up" if there isnt any verification for exemple put a key on database that tell its still running, if so, the cron will execute returning/executing "nothing", to finish and not run in background, and they will not "pile up" Isnt the way that is working right now? they check the time/date on the cron database and if is not finish the cron will not run?1 point -
Hello Great work Licensecart + ModulesBakery (the A team eheh) Keep it comming (free or paid), are welcome, the more the best for all P.S- What about a Donation PayPal account ? you deserve (also for ModulesBakery)it also for your hard work on the Forum comunity and also for many, many free stuff you have released Regards, PV1 point
-
I'm not aware of any issues with Plesk 12 and the Plesk module with Blesta. Plesk maintains backward compatibility with its older versions, so even though the Plesk module in Blesta only currently allows you to select a version up to 11.5, this will work for any newer version of Plesk (e.g. 12) as well. If you are looking for the module to support features added in Plesk 12, then these are not available through the module in Blesta. Some people have experienced issues with configuring Blesta/Plesk to work correctly, however, which may be what you were referring to regarding other forum posts. You should make sure Blesta is installed on a server with libxml enabled in php and that your Plesk credentials are set appropriately in Blesta to ensure the API is working correctly. It is also recommended to have Plesk and Blesta on separate servers. If you have them on the same server, you can experience an issue where Plesk will restart itself before it is able to notify Blesta that an account was created. This will result in the account being added in Plesk, but not being synced up with the service in Blesta. See this thread.1 point
-
Transaction Gateway Not Recorded
activa reacted to Blesta Addons for a question
i have fronted this in the past in a custom gateway , and i was enable to resolve this . from what i hav see , the probleme come from processReceived() . this function is not storing any transaction , is just returning a array of data , this data is used just to display a payment confirmation . instead the processNotification() function, is storing the transaction when it get a notification in the callback url . the real problem here , some gateway didn't use the notification system , they only send a returned response when the payment is done . the question here is how we can store the transaction and apply the payment to the invoice(s) ? we chould the notification url as return back url ?1 point -
Extend H2O To Translate Everything With Cms Plugin
Blesta Addons reacted to a.daniello for a topic
I'm playing with the great Admin Tools by naja7host and i need to use in my cms pages something to be translated. So i make this simple extension of h2o. 1. create a file called "translate.php" under "vendors/h2o/ext"; 2. add this code to the file <?php class Translate_Tag extends H2o_Node { var $lang_key; function __construct($argstring, $parser, $pos=0) { $this->lang_key = trim($argstring); } function render($context, $stream) { $stream->write(Language::_($this->lang_key, true)); } } h2o::addTag('translate'); 3. load this tag where do you need (for frontend, in "plugins/cms/controllers/main.php" at line 56) adding this code h2o::load('translate'); It's all! So you can add a simple h2o tag as you need, for example {% translate here_write_language_key_or_your_string_also_with_spaces %} Usually, i'm adding my custom text in languages/[lang]/_custom.php. Hope that this can help someone.1 point -
Yes mate, they use Logicboxes. - ResellerClub - NetEarthOne - Resellbiz1 point