Leaderboard
Popular Content
Showing content with the highest reputation on 09/08/2014 in Posts
-
CORE-1396 has been added for beta 2. Instead of appearing under "Status", they'll be in their own section.4 points
-
Billing - Transactions - Missing Refunded Status
Blesta Addons and 2 others reacted to Paul for a topic
Ok, let's add it back then. CORE-14113 points -
As a developer, and someone who has conversing with you via e-mail, I want to address some things you mentioned. There's a reason, as expressed via e-mail, that developers don't really like other people reselling their work. We do the programming and hard work for $xx, and you resell it for $yy (or even free). Some of us make a living out of developing for Blesta, and some don't. Whatever the case may be, however, that is still profits that we won't be seeing. I personally have asked numerous clients for different projects if they would mind me sharing whatever it is I've done for them, and the answer has 99.9% of the time been "no". Usually with the statement of "we paid you $xx for this, we don't want others to be paying $zz or getting it for free." That is how it is for us as well. If developers were to start allowing others to resell their work, then there would have to be measures in place such as ionCube encoding and licensing to help protect their IP. Personally I don't like locking down my code like that. I'm a firm believer of open source. Say the person who developed your code for you yesterday is no longer reachable the day after, what are you going to do? Even worse, then the support goes down the pipe to you to people you resold it to. It just becomes an ugly mess no matter how you look at it. I've had other people offer to resell stuff I've made before and I've turned them down stating these reasons. In some aspects is more of a liability for you than it would be for me. Its very rare to find a developer who will support someone else's work. Especially if they're not going to see a profit from it and have a massive work load as it stands. Heck, I had to modify Blesta's SolusVM for some specific needs a client wanted as the Blesta team was very busy. I'm not speaking on behalf of every other developer out there, as some will do more than another. But, as a developer business, we are in it to make money. Freely supporting products we didn't create essentially takes a separate team since coding style alone is never the same.3 points
-
Free Services Shouldn't Continue To Gateway Page When Ordering
FoxDenHosting and one other reacted to niyo for a topic
I'm not sure if this is a bug report or feature request. If someone places an order totalling 0.00 it shouldn't forward to the gateway page. "Your order has been received, pending your payment below." Instead it should just have some sort of order confirmation. Also invoices totalling 0.00 should be marked as paid automatically and not have the option to be paid. This should also allow free services to provision automatically if the order form doesn't require manual approval. In fact I may even go as far as saying that invoices shouldn't even be generated at all for orders totalling 0.00 in some cases (i.e. freemium). Perhaps an option whether to generate invoice for free services under packages?2 points -
Thanks, but this has already been fixed for beta 2 in CORE-1392. I encourage you to check the dev tracker as mentioned in How to Report a Bug before opening a new bug thread, just to make sure the issue you have hasn't already been created.2 points
-
I just look Whsuite,damn it looks like blesta copy I had 3 valid licence seven months ago,first WHMCS which I used before(I have it even now and using for free hosting clients ,it is valid till end of year,after that I will move free cliets also) ,second licence was Blesta and third Client E. ,to be honest didn't look for other billing software and I got Blesta and C.exec VAR licences as addons when buy two dedicated servers,After one month testing I migrate to Blesta,and it suits all my needs.When it comes to security and reliability there is no better option,I tryed almost every billing software that is worth to look.2 points
-
How To Show The Page Header With Logo On The Client Login Form?
flangefrog and one other reacted to Nelsa for a question
Well content about she talk is edited in companies settings ,even if she use always show header , it will still show mydomain.com...etc because it is default content in companies settings and it is not in header but in section content,she will have to edit those sttings to get own content.2 points -
How To Show The Page Header With Logo On The Client Login Form?
tenaki and one other reacted to flangefrog for a question
You can use this vQmod. Visit https://account.orangehost.co.nz/ to see this in action. If you don't want to use a vQmod you can make the changes manually: In /app/views/client/bootstrap/structure.pdt replace if ($this->Html->ifSet($show_header, true)) { with if (true) { Or just remove the if block altogether. always_show_header.xml2 points -
Billing - Transactions - Missing Refunded Status
PauloV reacted to ctalkington for a topic
1 point -
Hi, Finally I've managed to make the custom order page design by applying a hack to order form controller that let me to assign an specific blesta template for this order page without changing the template of any other page. Maybe this would apply for a feature request, because with the current system we can't do a full order page customization1 point
-
For those who like to keep everything updated and patched: Security Fix: Swiftmailer 5.2.1 released http://blog.swiftmailer.org/ These days Spammers troll the Internet looking for venerabilities.1 point
-
Weird how it vanished *poof* lol1 point
-
Config options should display in the order they are set. Go to Packages > Options > Groups. Click to expand your configurable option group to display all the options. Hover over and you'll see an icon on the left of the options, you can drag and drop to sort them here into the order you prefer.1 point
-
The todo refers to checking the input fields contained in $vars to ensure the fields required by the module are defined and valid for use when adding the service.1 point
-
How To Show The Page Header With Logo On The Client Login Form?
flangefrog reacted to Michael for a question
You're very creative mate and it looks amazing .1 point -
How To Show The Page Header With Logo On The Client Login Form?
Michael reacted to flangefrog for a question
1 point -
How To Show The Page Header With Logo On The Client Login Form?
flangefrog reacted to Nelsa for a question
Is that your site ,looks very nice .1 point -
Thanks flangefrog! This is what I was looking for. I wanted the clients to see my website header when they are logging in, and replacing the first PHP code with the second worked! I may also try to edit some of the rest of the page too with everyone else's other comments. Thank you everyone!!!1 point
-
[Plugin] Blesta Live Chat Rc 1.0.7 - 4ºrc
Blesta Addons reacted to PauloV for a topic
Thanks for appreciate our work and for the donation Didier I have added you to my signature We use custum rules also but dont have any trigger on Mod_Security and/or CSF Tanks for the tip on the fix We have alredy a new verion updated done and ready to be released wen Blesta 3.3 goes Stable, with alot of optimised code, stay tune The new version will only work on Blesta 3.3 or above because some of the new functionality are only trigger by the new Events that are available on Blesta 3.3 Regards, PV1 point -
Did'nt work, but thanks. However, adding this did, I used it as a workaround, for those people searching: structure.pt <a href="index.html"> <img src="https://wfitg.com/img/small-logo3.png" alt="logo" class="emailImage" /> </a> the css: @media only screen and (max-width: 480px) { .emailImage{ height:auto !important; max-width:600px !important; width: 100% !important; } }1 point
-
Well for that you don't need adit any files just fill fields in company settings ant it will show you company name,address,contact e-mail... Go settings--->sistem---companies and click edit Here is my example ,just replace content with yours Here is result,this is different theme,but content is same.1 point
-
Ideas About Server Status Plugin
domaingood reacted to FoxDenHosting for a topic
Something that looks similiar to http://status2k.com would be amazing!1 point -
Hopefully their last update fixed this ey Paulov mate lol https://twitter.com/mwulftange/status/499592430346571776 $1,000 for a very bad security vulnerability such as a remote code execution, can't be worth much to them.1 point
-
Hi, Great work! For sure it deserves a donation (I'll do it in a moment) ;-) Just a little thing about "bare metal security" webserver with mod_security, mod_evasive and WAF : 2 (important) rules are fired each time livechat refresh itself... - on admin side, the only collateral damage is on the Blesta Menu: "bchat_badge" ($online function) fire the rules... that's easy to fix - on other hand, if we've put a widget on a website, every visitor is blacklisted at very next ajax call (a few seconds visit)! On our server, we blacklist IP for 20 mn !! Ouch! These 2 mod_security rules are quite important and we'd better try to keep them as they are... 1) Uniencoded possible Remote File Injection attempt in URI (AE) 2) URL detected as argument, possible RFI attempt detected These 2 rules are fired because of the URL argument in GET variable ("Pattern match "=(?:ogg|gopher|data|php|zlib|(?:ht|f)tps?)://" at REQUEST_URI" for $refferer & $location). There's nothing we can do to quickly fix this problem, apart from disable these rules for the domain where LiveChat is installed. Not fair, not secure It seems that your original code* dates january but LiveHelperChat updated his code, especially on May 11 : mod_security fix #286 May be, you could have a look? Thanks ;-) Have a nice day Didier Edit : sorry, not "your" original code (that is well updated) but "vendor/blc" code ;-)1 point
-
Billing - Transactions - Missing Refunded Status
PauloV reacted to ctalkington for a topic
i've patched this on my install. https://gist.github.com/ctalkington/fb28c2a1d47d0c3ead83/revisions1 point -
We use and recommend Jira by Atlassian. It's likely there will be a project management plugin for Blesta in the future, but it's not a very high priority at the moment.1 point
-
Apply patch, and change: if (!filter_var($email, FILTER_VALIDATE_EMAIL)) to: if (!filter_var($email, FILTER_VALIDATE_EMAIL) || !preg_match('/\.ac\.uk$/i', $email) )1 point
-
Hi and welcome. Blesta is already 30% off, no coupon neccessary. I'm not sure how much longer this discount will last though, it's a ridiculously good deal.1 point