Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/04/2014 in all areas

  1. Maybe the client could rely the information to the developer and developer's boss? Whose to say that the content of the ticket may not contain confidential information that the client doesn't wish to share with the developer? It could then be easy to accidentally send confidential information to third parties! No, I'm not kidding. It would be trivial to create an email that CC'd 10,000 people. Now you want Blesta to log all 10,000 CC addresses and email each one whenever the ticket is updated? That would clearly cause a denial of service that could effect not only your server, but also your mail service. It's a security concern because it allows a multitude of users to reply to a single ticket. Blesta verifies the integrity of a ticket reply by evaluating the subject line. Allowing multiple people to reply to the same ticket can be a security concern as the reply is associated with the client and may not have necessarily come from the client. Maybe a feature request to allow ticket replies to be CC'd to other contacts that are already set for the client account? I wouldn't say this is an incredibly simple feature. Like I said, it has inherit problems. Those could probably be dealt with in some way to mitigate their effects. I don't know. There are a lot of things in Kayako that Blesta doesn't do, but it's easy to use Kayako with Blesta.
    2 points
  2. Concentrate on Blesta 3.3 leve the rest for later Blesta 3.3 will be a "Blast" with the new upcomming features there is no room for mistakes or for distractions
    2 points
  3. Yeah, that's correct. All of these extensions would be able to be listed on the marketplace, and free ones could be installed and upgraded easily. There's a lot to the marketplace, and I wish it were already completed but we have so much on our plate.
    2 points
  4. There are things that are better implemented as an extension, and others better implemented into the core. In general, we prefer adding something as an extension, especially if it's not something everyone will want or need. And, if we implemented everything people in the community contributed, then they would stop contributing.
    2 points
  5. Paul

    Rename "offline Payment"

    You probably want to update the language for the payment gateway under components/gateways/nonmerchant/offline/language/en_us/offline.php. Be sure to edit and save the file as UTF-8.
    2 points
  6. Tyson

    Minor Spelling Error

    Thanks. CORE-1355
    2 points
  7. Tyson

    Automatic Auto Debit

    I think that problem has been resolved in CORE-1354.You can wait for the next version for the fix, or add the autodebit setting with a value of 'true' to that clients' settings. I think you can simply click the link on their profile page to enable auto debit, or instead add that setting to the `client_settings` table.
    2 points
  8. 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 customization
    1 point
  9. Shyuan

    Minor Spelling Error

    Hi, While I was helping translating from Eng (US) to Eng (UK), I saw the below, though minor but I thought it would help. It should be "deletion" rather than "deleteion".
    1 point
  10. if i'm not wrong from database i think .
    1 point
  11. PauloV

    Webhostingtalk

    Sorry, I cannot resist. Lol im loving this at WebHostingTalk specially the bear responses: http://www.webhostingtalk.com/showthread.php?s=196adfd0fc36c5f0d543f50901fae458&t=1399716
    1 point
  12. I believe that's going to be on Blesta itself in the Marketplace, we have a section on the new Licensecart website but it's not accessible at the moment.
    1 point
  13. I suppose Blesta could consider adding them as part of Blesta like the Proxmox and Order plugins
    1 point
  14. Paul

    Order Notification Emails

    For order notifications, go to Billing, then click the cog/gear icon in the order widget window. If the Orders widget doesn't appear here, then you need to install the widget. Click Manage Widgets on the left, and drag it from the right to the left side to add it.
    1 point
  15. If you mean an installation guide for Blesta, sure! Docs and a video for that are here -- http://docs.blesta.com/display/user/Installing+Blesta
    1 point
  16. Paul

    How Do I Change Path Name

    If you move your installation directory, don't forget to re-issue your license key in the client area. If it's a trial, PM me the trial key after you move it and I'll do the re-issue for you.
    1 point
  17. I sent you a new trial key via PM. The problem is that we only allow a trial key to be issued to a domain once (in an undisclosed period of time). "localhost" usually, is the first to go. So, as Mike stated, you can edit your hosts file and use a domain/subdomain you own and point it to 127.0.0.1, or you can request a new trial key from us directly. We have to do this to prevent people from getting new trial keys every 30 days and using Blesta for free forever. The key I PM'd you, should work.
    1 point
  18. Paul

    Proxmox Module

    It's not abandoned, Proxmox ships with Blesta. We'll be circling back to it and making some changes in the future. Are you waiting on some changes discussed in this thread?
    1 point
  19. 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
  20. by the actual code we need to add another column for shared note , the better way to work with your feature request we need to make a separate table for notes . note_id - unique key note_body - varchar (255) note_share - (array) Ok , i will ad it to my todo list , but i have no guaranies to work on it now ... we have to finish testing the cpanel manage2 and begin the work on softacoulus reseller module . but your idea is perfect and more usefull than current one , any one can contrubute to this plugi are welcome , he is hosted in github and is free and open for all .
    1 point
×
×
  • Create New...