Leaderboard
Popular Content
Showing content with the highest reputation on 08/19/2014 in all areas
-
Invoices are unsent unless they have been queued and delivered via cron. Sending them manually would not update this status. The list of tags are generally a subset of those available, usually showing those most-likely-to-be-used. We haven't yet updated the tag listing to better list each tag in the UI. Users Address - The address information is available in the {contact} tag, i.e. {contact.address_1}, {contact.address_2}, {contact.city}, {contact.state}, {contact.zip}, {contact.country} Last Invoice Amount - Blesta doesn't include information on the 'last invoice'. I'm not sure what the 'last invoice' would be, however, the included list of {invoices} have a "previous_due" amount available for each invoice. But since {invoices} is a list of 1 or more invoices, you would likely loop over them to show the amount. e.g. ---- {% for invoice in invoices} When this invoice was created, this amount was still outstanding: {invoice.previous_due | currency_format invoice.currency}. {% endfor %} ---- Payments/Adjustments (payments since last invoice) - Maybe you should clarify this one, but it sounds like all transaction data should be available, which could be an extraordinary amount of information, and I don't see why that would be useful. However, each invoice in the given {invoices} contains the amount that has already been paid toward it. e.g. ---- {% for invoice in invoices} This invoice already has already had {invoice.paid | currency_format invoice.currency} paid toward it. {% endfor %} ----2 points
-
Better Display Of Pending Status In Client Area
domaingood and one other reacted to Michael for a topic
There's going to be a notice staying there's 5 services pending review or something. like the Make payment alert. CORE-12282 points -
Hello Blestars UPDATED 25-07-2014 Fixed: bug found by user lodoit that images were not being loaded wen blesta in on a sub-directory. Once again we bring you "Free Content" New Order Form added: Curve Slider Cloud Just see the instruction below, how to download and install. This Order Forms are for Cloud Hosting and Cloud Dedicated buisnesses Curve Slider Cloud Order Form (now 100% responsive) Float Cloud Order Form (now 100% responsive) Exclusive LisenceCart Style Added Multi Cloud (Box) Order Form (now 100% responsive) Multi Cloud (Rack) Order Form (now 100% responsive) How to Install/Ugrade: 1º- Download the Cloud Order Forms: Download Here (updated 25-07-2014) 2º- Uncompress, and upload the folder "cloud" to your blesta instalation in /plugins/order/views/templates/ directory. 3º- Go to Blesta Admin, and click on Packages->Order Forms, now Add an Order Form or Edit your Order Form and you will see the new Order Forms, just select, and save. 4º- Now give it a trie If you like it, and want to donate, please use this PayPal link: Donate Here! Any bugs, or problems please tell us. We hope you like it Regards, PV1 point
-
Found a small bug while editing my reseller packages. The state of the shared/reseller radio button is not saved when editing a package. It looks like the correct settings are applied (I tested this and it does create the correct reseller package in Nodeworx), it just doesn't save the state in Blesta, so every time you edit the package you have to remember to reselect this. I decided to pull a page from Mike's book and include a video . http://screencast.com/t/BL4z1h388v0W1 point
-
This is something I noticed a while ago, and just ran into again while importing a bunch of existing accounts I have. After a client orders a service, the service only shows up as pending after the invoice is paid and the order is approved. While this is sometimes instant, there are many times when things need to be manually processed, so for these cases, there is nothing that shows the status of the actual order to the client via their panel. In my opinion, services that have been ordered should show up somewhere under their services tab...but right now, services that have not been paid, or that have not been approved just don't show up at all. This isn't a huge issue, but it does sometimes result in wasted work when the client emails/chats/opens a ticket to ask about the status...when it could easily just be displayed as pending. As an example, the below image shows what I just setup in my system. This client currently has 10 services (5 active, 4 pending payment, 1 paid awaiting approval), but in the client area...in only shows 5 services, rather than 5 active and 5 pending.1 point
-
Not sure about this one, as the reseller can make their own packages and their own account as what package would you apply to the reseller's siteworx and use their reseller space? Eg: http://screencast.com/t/SMxvF3o95mXP1 point
-
Best to open a feature request for such tags as they need to some how be made into the core.1 point
-
I suppose it would lol1 point
-
1 point
-
I hadn't tested out my reseller packages yet, so I just did so, and I am having the same issue. It looks to me like it is trying to create the reseller in interworx with a reseller_id of 0, and interworx doesn't like that (unless I'm reading this wrong). Module Log Input: hostname.server.com|modifyReseller a:5:{s:8:"password";s:10:"XXXXXXXXXX";s:16:"confirm_password";s:10:"XXXXXXXXX";s:5:"email";s:23:"email@gmail.com";s:8:"nickname";s:8:"email";s:11:"reseller_id";s:1:"0";} Module Log Output: hostname.server.com|modifyReseller O:8:"stdClass":3:{s:6:"status";s:5:"error";s:8:"response";s:147:"reported_error There was a problem validating the form. Please see details below. reseller_id: "0" This is not a valid option Usage: reseller_id ";s:3:"log";s:2658:"DEBUG LOG: Array ( [parameters] => Array ( [apikey] => -----BEGIN INTERWORX API KEY----- SNIP -----END INTERWORX API KEY----- [ctrl_name] => /nodeworx/reseller [action] => edit [input] => Array ( [password] => xxxxxxxxxx [confirm_password] => xxxxxxxxxxxxxx [email] => email@gmail.com [nickname] => email [reseller_id] => 0 [perms] => Array ( [0] => RESELLER ) ) ) [response] => Array ( [status] => 11 [payload] => There was a problem validating the form. Please see details below. reseller_id: "0" This is not a valid option Usage: reseller_id ) ) ";}1 point
-
Nope, you can run the cron manually (/settings/system/automation/). Why would you have the cron off?1 point
-
you need to turn the service creation email back on. The welcome email in the package will override the default one.1 point
-
I don't really think the fact that he's been a member so long is what makes it rude (I've banned people on my forums that have been members for 5+ years, rules are rules)...I think the rude part is just the bias and power-trips by the mods/admins of WHT. /shamelessplug - Feel free to checkout the new forum in my sig1 point
-
There is no reason to recompile the server, using EasyApache to enable the required module is all that is required. EasyApache will then automtically recompile php/apache and restart those services with no server downtime at all.1 point
-
Nope, I'm a piping fan myself as it goes threw instantly, instead of waiting for the cron.1 point
-
Blesta Ingore App_Controller.php For Client's Language
PauloV reacted to Blesta Addons for a topic
is ignoring the app_controller.php file if the default language is not as the client's language . the system load the app_controller.php for the default language instead of the user's language .1 point -
Wow, I'm going to try this soon. It sounds great!1 point
-
wow, that is rude of them to ban you after being a member for so long. sheesh....1 point
-
I just wanted to thank the high level of support on these forums for making my job easier. I am an entry level application developer with little knowledge of API usage, yet many members like Tyson have been quick to help me implement different features seamlessly. Thank you!1 point
-
x3 I take it is cPanel. Go to cpanel, easyapache enable mbhash, mbstring, mailparse (if it's there). Then go to the pecl modules install mailparse and job done. However I've not used cPanel for a year and forgot most of it.1 point
-
Are you looking for how to install PHP Mailparse? cPanel: MailParse via Module Installers section on whm Non cPanel: yum install php-mbstring php-pecl-mailparse php-mcrypt -y1 point
-
Invoice Attachements
aceric reacted to Blesta Addons for a topic
Solution for your case : 1 - install client document plugin. 2 - in client profile add the document you want to attach in invoice (copy the document id/url). 3 - create invoice with puplic note , then add the ID/link for the file in text area . the client will recieve invoice with a note at the buttom that tell more detail about the 123 hours of webdesign/development/other work . That's all .1 point -
I Need Help Solving A Problem With Installing The Program Blesta
wfitg reacted to Blesta Addons for a question
can you paste the config in /etc/my.cnf . it will help us to se some config of your mysql . or just empty this file and restart mysql, then try installing .1 point -
Blesta relates to cPanel/WHM on the basis of the cPanel username. The cPanel password is irrelevant for API requests. If there are any problems with communication for a cPanel service and the cPanel server, the first thing to check is that the username is correct. It can be updated by clicking Manage for the service, and setting the correct username. Be sure to uncheck "Use Module", unless you are trying to change an already correct username.1 point
-
The outstanding balance is not carried forward to the new invoice. However, the previous balance IS available to the PDF.. the data is there, so you could modify the PDF to include that if you want to. There was some debate in the past about this, and I think making it an option would be the best way to go.1 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
-
Statistics Not Showing Un User Control Panel
wfitg reacted to Blesta Addons for a question
is tested and tested and tested by me . you can test by a simple way , goto cpanel , change the password for the account , and test .1 point -
The URL shouldn't really matter, because Blesta tells PayPal where to send it via the payment button code. To enable IPN though, PayPal requires a URL.. Please let us know if that works for you.1 point
-
Closing this thread at the request of the OP.1 point
-
Hello, here is de discloser of the helpdesk chat with Bear for you to judge: Ticket Details Ticket ID: YOY-194388 Department: Suspended Users Status: Closed Priority: Normal Created On: Feb 07 2014 8:29 PM Last Update: Feb 09 2014 4:15 PM Edit Properties Status: Priority: Member Information Username: * Your Web Hosting Talk user name Conversation Paulo Vidal Posted On: Feb 07 2014 8:29 PM Hello, Im a member since 2006 why im suspended? Im not associated with blesta im a user and have bought a licence from blesta and i also have a license from whmcs and clientexec. I only post the blesta chat to see what webhostingtalk members have to say about the new chat plugin that for exemple whmcs and clientexec charge . Can you please explain why and please unsuspend? Thanks in advance. bear Posted On: Feb 07 2014 9:26 PM > Im not associated with blesta im a user You are also the author of that live chat application you were asking others about while pretending to just be interested in it. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Paulo Vidal Posted On: Feb 07 2014 9:55 PM Hello, I didnt say I was not the author I only ask what people think about the Live Chat just to see the feedback I was looking for ideas and touts. I dont want to sell anything im a opensource person thats why im offering the chat plugin and outhers future plugins or extensions I whant to ear what people say and whant to help them. Every single day i go to webhostingtalk foruns since 2006 but im not a talk or posting user im like a listener and only post something i realy whant to know. You can check my history logins or posts. Can I reformulate my post and instead of making a subject "Blesta Live Chat coming soon" change to "Blesta Live Chat - your touts needed" and then ask the comunity what they think about the plugin and ask for ideas? Thanks in advance, Paulo Vidal -------- Mensagem original --------De : bear Data:08/02/2014 02:26 (GMT+00:00) Para: vidal@weblx.pt Assunto: [#YOY-194388]: unsuspend qlpqlp > Im not associated with blesta im a user You are also the author of that live chat application you were asking others about while pretending to just be interested in it. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Ticket Details Ticket ID: YOY-194388 Department: Suspended Users Priority: Normal Status: On Hold bear Posted On: Feb 07 2014 10:09 PM > I didnt say I was not the author I only ask what people think about the Live Chat just to see the feedback I was looking for ideas and touts. You also didn't say you *were* the author. You then made it sound like you also wanted to know about other mods for Blesta in what appeared to be done to draw attention away from the script you'd created. We've seen this many times. Had you mentioned something like "this new script we've made" or "my script", it would have been simply removed with an alert letting you know it's unacceptable. By omitting you wrote it and making it sound like you were just interested in it, that's now shilling. > Every single day i go to webhostingtalk foruns since 2006 2004, actually, but you don't participate much if you do visit daily. 21 posts in all those years, 4 of which were counted. > Can I reformulate my post and instead of making a subject "Blesta Live Chat coming soon" change to "Blesta Live Chat - your touts needed" and then ask the comunity what they think about the plugin and ask for ideas? I'm afraid not. Even if you were allowed back, to post that would run into problems with several other rules here. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Paulo Vidal Posted On: Feb 07 2014 10:40 PM Hello I was not clarified about that rules (didn't read). My intetions was just to get a reaction from the community and not to break the rules. I will be more careful in the future if you unsuspend my account. Im truly sorry if you get me rong In hopping of getting the unsuspended account , thanks in advance. Paulo Vidal Enviado de Samsung Mobile -------- Mensagem original --------De : bear Data:08/02/2014 03:09 (GMT+00:00) Para: vidal@weblx.pt Assunto: [#YOY-194388]: unsuspend qlpqlp > I didnt say I was not the author I only ask what people think about the Live Chat just to see the feedback I was looking for ideas and touts. You also didn't say you *were* the author. You then made it sound like you also wanted to know about other mods for Blesta in what appeared to be done to draw attention away from the script you'd created. We've seen this many times. Had you mentioned something like "this new script we've made" or "my script", it would have been simply removed with an alert letting you know it's unacceptable. By omitting you wrote it and making it sound like you were just interested in it, that's now shilling. > Every single day i go to webhostingtalk foruns since 2006 2004, actually, but you don't participate much if you do visit daily. 21 posts in all those years, 4 of which were counted. > Can I reformulate my post and instead of making a subject "Blesta Live Chat coming soon" change to "Blesta Live Chat - your touts needed" and then ask the comunity what they think about the plugin and ask for ideas? I'm afraid not. Even if you were allowed back, to post that would run into problems with several other rules here. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Ticket Details Ticket ID: YOY-194388 Department: Suspended Users Priority: Normal Status: On Hold bear Posted On: Feb 08 2014 8:26 AM > My intetions was just to get a reaction from the community When you posted at the Blesta forum you made it very clear you were the author, yet when you posted on WHT you acted like you thought Blesta was great because they offered something free like this, and asked what everyone thought about it. Someone looking to get a reaction about a script or addon they made generally posts "hey, what do you think of this addon I created?" or something similar to that. When you posted, it looked to us like you were deliberately acting like an innocent bystander that was just interested in hearing if anyone liked it and other addons for Blesta. This was not a matter of just not knowing our rules, this appeared to be someone deliberately setting out to deceive our members. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Paulo Vidal Posted On: Feb 08 2014 11:05 AM Hello, Is there anything I can do for you unsuspend my account? I dont want to lose my account just because i was stupid and didn't read the rules since 2004. I will be a more active member because im a computer/server tecnition and also a software developer. I manage a ISP in Portugal called weblx and i know some of all solutions/answers in hosting/server/programming/security/domains foruns but since 2004 i just like to read what all people have to say. I realy love WHT i realy don want to lose the account. This will be my las reply to this ticket because i dont want you thinking im pressure you in anyway and get me rong again If i get the unsuspended account will be great and one more lesson learned in this life , if i dont get my account unsuspend, i just have to say sorry to all and it was a great run having an account on WHT and i will still visit the foruns but this time like a visitor and not a member Anyway many thanks to all and sorry bear for what i did but truly wasn't for breaking the rules trust me. Best regards, Paulo Vidal bear Posted On: Feb 08 2014 11:08 AM > didn't read the rules since 2004. It really wasn't about reading our rules, but it does bring up the same question. When you posted, why did you make it a point to make sure you didn't mention anything about being the author of it? You had no problem doing so on the Blesta forum posts where it was very clear, it was only when posting here you disguised/avoided that. Why? 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Paulo Vidal Posted On: Feb 08 2014 2:30 PM Hello, (breaking my rule that was my last response ) I didnt say because i didnt whant to people say that I was promoting my plugin like i said i only whant to see a reaction like for exemple: Great plugin... Whmcs is better Hostbill is better Blesta dosent have this and that... Just to see what the comunity whant and then i listening than build what people whant and then offer. So simple, i was not promoting just getting a simple reaction from people to my post If you see on blesta forum i post in the same day i post on WHT because i was excited about the feedback of my work and wanted to do more Regards Paulo Vidal -------- Mensagem original --------De : bear Data:08/02/2014 16:08 (GMT+00:00) Para: vidal@weblx.pt Assunto: [#YOY-194388]: unsuspend qlpqlp > didn't read the rules since 2004. It really wasn't about reading our rules, but it does bring up the same question. When you posted, why did you make it a point to make sure you didn't mention anything about being the author of it? You had no problem doing so on the Blesta forum posts where it was very clear, it was only when posting here you disguised/avoided that. Why? 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Ticket Details Ticket ID: YOY-194388 Department: Suspended Users Priority: Normal Status: On Hold bear Posted On: Feb 09 2014 8:46 AM > i was not promoting just getting a simple reaction from people to my post But it was promoting, and doing so as if you had nothing to do with it. Simply put, it was shilling. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Paulo Vidal Posted On: Feb 09 2014 9:08 AM Hello, Thinking that way, you where right i was promoting/shilling but it was not thinking that way. I see that i will never be able to get my qlpqlp account back thats ok i diserved. In the future can i open a new account but with outher email address and username? Thanks in advance, Paulo Vidal bear Posted On: Feb 09 2014 9:18 AM > In the future can i open a new account but with outher email address and username? You're permitted only one account on WHT. You can't make a new one. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Paulo Vidal Posted On: Feb 09 2014 2:52 PM Sorry to reopen this ticket again, but now that I have read (for the firts time) the forun rules to defend myself when it says on forum rules: "...A shill is an owner, employee or associate of a seller of products or services who pretends (or purposefully omits) any association with the product or service.." Im not the owner, or employee or associate of a seller. The owner of the LiveChat is "Remigijus Kiminas" from this website: http://livehelperchat.com/ I only made a simple plugin that conects the LiveChat and Blesta, like we use on my company on WHMCS also. Also when it says "...or purposefully omits...", I didnt purposefully omited, like I said I ask one question to the comunity what they think, if so you could move my post to the "Software & Scripts Offers & Requests" because you where the first person to read/respond, and after you had visited the Blesta Foruns you could warning me because I have been a good member since 2004 (ok I didnt pay any money for advertising or membership), but you could have that in consideration, it is 10 years and not one or two months member. then the rules say: "..while pretending to be a satisfied customer or interested bystander..." I was not pretendig, and I was not interesting, I was asking from people what they think, and not acting as interested. for the rest of the rules, i was not paid, I have paid one week ago for a full unbranded license of blesta, if you whant proof, I also have a license from WHMCS active and actualy using on my company www.weblx.pt, and also have purchase 2 weeks ago a full licence from ClientExec, because I was looking for a new billing solution and thats wy i got Blesta. If you see on Blesta foruns, I also made a internetbs module because we use on WHMCS and nedded to work on Blesta, and then we made it, after that we had made a "bridge" betwin LiveHelperChat and Blesta, but we dont own none of them, or be associeted with any of that company. I was upset wen I ask if I could regist a new account, and you said no because the foruns rules, but you could also ask or even counseling, like for exemple: I will suspend you for 2 months or even 6 months for this, and also tell me to be carful in the future. You also could tell me, because the EU laws, I could ask you to delet my qlpqlp account and any personall data, and after that I could register again, and also tell me to be carful in te future. I didnt know you "bear" I have research a litle and I do know now that you are one of the administrator of WHT and you are a very respectfull person. Can you please advise me what to do to get my 10 years account unsuspended, or atlest a new account, deleting the qlpqlp account because I can only have one account? Sorry abou my english, and some of the hard words, but I think you understand Best regards, Paulo Vidal bear Posted On: Feb 09 2014 3:03 PM > I only made a simple plugin that conects the LiveChat and Blesta Yes, *you* made something that you then posted here about, which associates you with *your* creation. Your creation, your post, and it was shilling because you purposefully left off the fact you wrote it. The rule can't possibly cover every possible permutation of this, but posting here as if you were only interested in the product you made is hiding your association. By your own admission, you didn't want to be seen as advertising it, so left that off. Intentionally. > I could register again, and also tell me to be carful in te future. You are permitted one account *only*. We don't delete any accounts, and don't allow more than one under any circumstances. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Paulo Vidal Posted On: Feb 09 2014 3:23 PM Hello, Ok thanks for the reply. I will trie to swallow this frog and forget. Just a small note: In EU laws you are obligated to delet an account if a user asks I hope in the future you can be more open in helping people. Thanks again for everything. Regards, Paulo Vidal bear Posted On: Feb 09 2014 4:15 PM > Just a small note: In EU laws you are obligated to delet an account if a user asks This forum is owned and operated in the United States. 'bear' WHT Community Leader [I may close your ticket after responding. If you feel there was more that needed discussion, replying will reopen it.] Anouther thing, Why WebHostinTalk, or even WHMCS wants to do such a thing, like moderating outher billing systems like Blesta? that's not make any sence since I think Blesta has helped WHMCS in th past: http://blog.whmcs.com/?t=81890 https://twitter.com/blesta/status/403561979165425664 or Im seeing rong? Regards, PV1 point
-
Please post 1 feature request per thread, and include as much information about the feature as possible. Having 1 feature request per thread allows the thread to focus entirely on that feature. One of our goals is to gauge community interest in a particular feature, which helps us prioritize the feature if we decide to add it. If we do add the feature to our project management system, we will usually post a task ID associated with it. The feature can then be tracked in the thread to completion. Posting multiple feature requests in a single thread waters down the request, and it will usually receive fewer responses. So, sticking to 1 request per thread increases the odds of it being implemented!1 point