Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/05/2014 in Posts

  1. Cody

    Release 3.2.0-B2

    Thanks! We appreciate the positive feedback.
    2 points
  2. Zoltan

    Release 3.2.0-B2

    Yes, you guys rock! I feel like I always just write when something is wrong or not working properly. But I have to tell you, that the new Blesta was worth the wait. It is awesome!
    2 points
  3. As Licensecart mentioned, this isn't a bug with Blesta. This is how your browser renders textareas--it removes both the first and last line break. This is so that you can write something like the following in HTML: <textarea name="input"> This sentence has a line break before and after it, which are both automatically removed by the browser. </textarea> ..and it will display it as one line, which is identical to: <textarea name="input">This sentence has no line breaks</textarea> The work-around, as you already discovered, is to use two line-breaks at the beginning or at the end of your text in the textarea, which will display one line-break before or after the text, respectively. I'll close this thread as not a bug.
    2 points
  4. Zoltan

    Release 3.2.0-B2

    Don't hurt my Transmit! The upgrade went fine the 2nd time. I am not sure what was it at first. Thanks for looking into it!
    2 points
  5. pcfacility

    Resend Mail

    Hello, I think it will be good to have an option like in whmcs where we can send many type of mail like account creation module, domain creation, password... http://www.blesta.com/forums/index.php?/topic/1476-resend-mail-like-cpanel-account-creation/
    1 point
  6. Myself and Paul was talking about the demo and I ended up buying a cool domain, which now will allow users to see both 2.5 and 3.2 in action. I'll keep an eye on it and will update the 3.2.x to any beta's that come out so you can try them out if you don't have a license direct with Blesta. visit: http://licensedemo.com/
    1 point
  7. Alexander Orlov

    Resend Mail

    Hi You can do this already, please see the attached screenshot
    1 point
  8. Anouther update We have added Tabs (Client Side Only) to Whois fields like LicenseCart and evolvewh sugested here: http://www.blesta.com/forums/index.php?/topic/2524-logicboxes-whois-info/#entry17886 Just download and replace files in first post
    1 point
  9. RebornWebs

    Release 3.2.0-B2

    I love this release
    1 point
  10. Cody

    Blesta Vs Whmcs

    I do hope you let us know about those aspects, as there may be things we can do.
    1 point
  11. ChrisB

    Blesta Vs Whmcs

    Security matters to me and that's why I am with Blesta. I will be the first to admit that there are certain aspects that are frustrating when compared to WHMCS or ClientExec. The lack of features vs WHMCS doesn't bother me too much as the only "must have" (in my opinion) feature that appears to be missing is the knowledge base. That frustration could come from a place of just knowing WHMCS because I've used it / set it up so many times. Blesta is by far the easiest to develop for and it's extraordinarily well coded and well documented. The staff and dev team are much more responsive to questions and receptive to ideas/suggestions than any other competitor out there. Add that to the security of the product and I think you've got a winner.
    1 point
  12. Paul

    Release 3.2.0-B2

    There is no blesta.php in the download zip. When you upload beta 2 overwrite your existing files, but make sure config/blesta.php is still in place. If your FTP program deletes config/blesta.php instead of overwriting your files (Since there is no config/blesta.php in the zip) then it's a bad FTP program and should be punished.
    1 point
  13. Paul

    Release 3.2.0-B2

    During install blesta-new.php is renamed to blesta.php and populated with your database information. So, when upgrading, you should have a blesta.php file in the config directory. If you don't it was deleted and you'll need to recover it in order to upgrade.
    1 point
  14. Yes I was talking about if the Support Manager Pro replaced the Support Manager, I don't want everything you have in it. I personally liked the old one maybe the add client but everything else is clutter for myself who likes basic However you've got a nice module which loads use .
    1 point
  15. We will add in the new version (Maybe be released today or tomorow if things go well) an option to migrate/clone all tickets from "Support Manager" to "Support Manager Pro"
    1 point
  16. I've been playing around with load balancing and port sharing using mod_proxy, which may help you out here too? I'd recommend testing it out before sticking it in production use! Assuming you've set up either a CNAME or A record for the support sub domain you want to point it to your server, you'd append something like this to your httpd.conf file: <VirtualHost 10.1.0.101:80> ServerAdmin admin@domain.com ServerName support.domain.com ProxyRequests off <Proxy *> Order deny,allow Allow from all </Proxy> <Location /> ProxyPass http://blesta.domain.com:80/client/plugin/support_manager/client_main/ ProxyPassReverse http://blesta.domain.com:80/client/plugin/support_manager/client_main/ </Location> </VirtualHost> Which would proxy [forward] http://support.domain/something to http://blesta.domain.com:80/client/plugin/support_manager/client_main/something
    1 point
  17. Just a curios question ? why not to add this Fantastic/Incredible feature to the support manager core , and send it to blesta staff , i believe this will be great to have 1 solid support module than 2 separated support module . (this is just a question) finnally your support module is better than the native support module
    1 point
×
×
  • Create New...