Jump to content

Leaderboard

Popular Content

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

  1. I like this idea. I also like the idea of showing a maintenance-specific page, instead of the login. CORE-1395 Please +1 this.
    3 points
  2. the way upgrade/downgrade - change term - cancel options is not well done , i prefer if this option rendered as a buttons under or inline with the active status . that is better and make visiblity sense for clients . the more button is shown directly the less "How todo ...." questions by clients .
    3 points
  3. Hello All . we bring exclusive content , this time is the Announcement plugin . A very clean and simple Announcement plugin for Blesta , allows you to post announcements , and make them , Publicly for all or based on clients groups and service's packages. the plugin can : add/edit/delete Announcement. List All Announcements Restriced Announcement based on client Group And packages . Show widget announcement in client side . Option to enable/disable widget in client side. Setting to show announcement in full or mixed views. Set how much announcement should be displayed in widget client TODO LIST : - show widget announcement in client side . Done - option to enable/disable widget in client side Done - set how much announcement should be displayed in widget client Done - allow share buttons or announcement - allow client to ignore announcement message . - hide announcement in widget after X days . - Add RSS announcements (just the public announcements) - add setting to show announcement in full or mixed views Done Some screenshoot : Admin Side : Client Side : client widget : This Plugin is tested in our test server , no bugs at the moment , in this weekend we will add support for client widget . as always the installtion steps is : 1 - download the file http://blesta-addons.com/plugin/store/main/item/22/ 2 - upload the announcements folder inside plugin directory . 3 - goto plugins , and install Announcements Plugin . 4 - enjoy the free content . If anyone wants to have it on their portal you can use this code: (thanks to @Licensecart) {% if plugins.announcements %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/announcements/client_main/"> <div class="well"> <i class="fa fa-info fa-4x"></i> <h4>Announcements</h4> <p>You can see all the latest news here.</p> </div> </a> </div>{% endif %} It will only show up if the module is installed. This plugin require Basic (Bronze) subscription
    2 points
  4. May we be able to use Markdown on the Maintenance mode please guys. So we can Bold / add Links etc.
    2 points
  5. Cody

    Release 3.3.0-B1

    Version 3.3.0-b1 is now available. You can download it in the Client Area. This is a BETA feature release. This release is not considered stable enough for production use. Please report any bugs in the 3.3 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 3.3.0-b1. For older releases see all Change Logs.
    2 points
  6. Looks great, awesome work! Very useful plugin.
    2 points
  7. I dunno about the colors (probably wouldn't use red for upgrade/downgrade) but I like it. Can we get any +1's here on the additional 2 buttons on the info page, for upgrade/dowgrades and change term?
    2 points
  8. I have noticed similar behavior on occasion and I wonder if there is a bug with the slider javascript.
    2 points
  9. Settings > Currencies > "Automatically Update Exchange Rates" check that box, and then uncheck "Use Package Pricing for New Services Only"
    2 points
  10. @Paulov have you this option ticked in currency setup ? Use Package Pricing for New Services Only . try untick it . and test again .
    2 points
  11. PauloV

    Whmblesta Theme

    Here is the anouther ideia for Admin/Staff WHMBlesta for Admin/Staff (Admin Download Theme Here) ScreenShot 1: WHMBlesta for Client (Client Download Theme Here) ScreenShot 1: more comming soon
    1 point
  12. Hi, If you have noticed the wizard slider Is kind of slow in responding compared to other new wizard list. If a client clicks insteads of sliding It gives wrong information (unless the client double clicks). I have uploaded a video showing an example of how the slider can be deceiving http://youtu.be/WehrQo4A9Dg
    1 point
  13. the textparser not rending well the html output , to reproduce : add/edit package , in package description add the flallowing Basic 1 (return to new line) Html is alloweded inthe orderbox wizzard , the textparser render this in html as <p>Basic 1</p> <code> Html is not cpanel </code> the correct way is <p>Basic 1</p> <p>Html is not cpanel</p> this bug wasn't exist in v 3.2.X
    1 point
  14. we need a option to make admin template select like the client side . we are working in a new admin template and we don't need to override the default view .
    1 point
  15. Paul

    [Order] Addons Not Shown

    CORE-1397
    1 point
  16. -(-1) = +1!
    1 point
  17. We would need to make some changes to allow multiple fraud detection options to be used simultaneously. It's also possible that some fraud options in the future may not play nicely together, so this is something that will need to be considered.
    1 point
  18. Paul

    Observium Module

    We actually use observium here, and are planning an integration, haven't spent much time looking at it yet though, do they have an API? If they make it easy to obtain the data and graphs that would be awesome.
    1 point
  19. Let me go tell my clients to upgrade.... lol... 3.3.0 has some minor changes in template that was the case;
    1 point
  20. Thanks, that solved it For anyone that has not yet solved It, just replace all the content in announcement/views/client_main_view.pdt with the bellow codes; <?php // Don't show this container when only rendering the widget section if (!$this->Html->ifSet($render_section)) { ?> <div class="col-md-12"> <?php } echo $this->Html->ifSet($message); $this->WidgetClient->clear(); $this->WidgetClient->setStyleSheet($this->view_dir . "css/styles.css", array('id' => "announcements_styles")); $this->WidgetClient->create($this->_("ClientMain.view.boxtitle_announcement", true, $this->Html->ifSet($announcement->title)), array('id'=>"announcements_client_main_article"), $this->Html->ifSet($render_section, null)); $this->WidgetClient->startBody(); ?> <div class="announcement"> <!--- <aside> <div class="col-md-3 "> <div class="panel panel-default" id="accordion"> <ul class="list-group"> <li> <a href="<?php echo $this->Html->safe($this->base_uri . "plugin/announcements/client_main/");?>" > <?php $this->_("ClientMain.view.root_directory");?> <span class="pull-right"> <span class="glyphicon glyphicon-home"></span> </span> </a> </li> <li> <a href="#" > <?php $this->_("ClientMain.view.date");?><?php $this->Html->_($announcement->date_added);?> <span class="pull-right"> <span class="glyphicon glyphicon-time"></span> </span> </a> </li> </ul> </div> </div> </aside> --> <div class="col-md-12 "> <ol class="breadcrumb"> <li> <a href="<?php echo $this->Html->safe($this->base_uri . "plugin/announcements/client_main/index/");?>"> <?php $this->_("ClientMain.view.root_directory");?> </a> </li> <li class="active" > <?php $this->Html->_($announcement->title);?> </li> </ol> <div class="well well-sm"> <h2><?php $this->Html->_($announcement->title);?></h2> </div> <?php if (!empty($announcement)) { ?> <div class="well well-sm"> <div class="article_view"> <?php echo $this->Html->ifSet($announcement->body);?> </div> </div> <?php } else { ?> <div class="col-md-12"> <h3><?php $this->_("ClientMain.view.announcements");?></h3> <div class="alert alert-info"> <p><?php $this->_("ClientMain.view.no_announcement");?></p> </div> </div> <?php } ?> </div> </div> <?php $this->WidgetClient->endBody(); $this->WidgetClient->end(); // Don't show this container when only rendering the widget section if (!$this->Html->ifSet($render_section)) { ?> </div> <?php } ?>
    1 point
  21. 1 point
  22. Thanks Tyson , I have removed the Order From and created a new one and now is almost perfect only two anoying things: 1º- On Domain, there is no Currency Select Box. 2º- If you alredy have in cart a saved package with one of the currency, for exemple a domain in "EUR", you cannot change currency to "USD", only if you empty the cart and start again.
    1 point
  23. I think that setting is the source of the original problem. Your issue sounds identical to what was fixed in CORE-1345. I suspect "Use Package Pricing for New Services Only" led to a misconfiguration problem. As described in that setting's tooltip, "This option requires package pricing to be set in the specified currency to be available for creating new services." It sounds as if you had that setting checked and only 1 or 2 currencies defined for the package, but additional currencies were defined for the order form. The other currencies available on the order form are not supported by the package, but are required based on the aforementioned setting. No conversion takes place because the setting "...requires package pricing to be set in the specified currency...". So this particular issue wouldn't be a bug, but rather the result of a configuration conflict. In this case, you would need to be sure the currencies set on the order form are all supported by the package(s) on the order form.
    1 point
  24. Clients can only change packages (upgrade/downgrade) if "Allow Clients to Change Service Package" is checked under [settings] -> [Company] -> [billing/Payment], or if being overridden by the client group, this is checked under [settings] -> [Company] -> [Client Groups] -> (edit) The client has a service The package for the client's service is in the same package group as at least one other package The two (or more) packages have similar pricing periods (i.e. both are recurring, or both are one-time) and belong to the same group type (addon or standard) The two (or more) packages belong to the same module row Clients can only change terms if "Allow Clients to Change Service Term" is checked under [settings] -> [Company] -> [billing/Payment], or if being overridden by the client group, this is checked under [settings] -> [Company] -> [Client Groups] -> (edit) The client has a service The package for the client's service has multiple recurring pricing periods I think that should be it.
    1 point
  25. a HUGE plus one, Bill.
    1 point
  26. Cody

    Backups Not Running

    Blesta assumes the mysqldump binary is in the system path (e.g. executable from anywhere). Try the following command (replacing HOST, USER, PASSWORD, and DATABASENAME) with their appropriate values. mysqldump --host="HOST" --user="USER" --password="PASSWORD" DATABASENAME > dump.sql
    1 point
  27. If we keep the modal, my suggestion is to add a button next to the status button on the information page. I prefer this over the left nav also, because it leaves more real estate for modules to create additional management pages.
    1 point
  28. Cody

    Textparser Encode Bug

    See my reply to your plugin thread here. Not a bug. You should only use the Textparser to parse markdown text, not plain HTML. In 3.3.0-b1 we made a change to ensure that HTML content is not allowed in the markdown parser for security reasons.
    1 point
  29. Just a quick tip: <?php echo $this->TextParser->encode("markdown", $announcement->body);?> Should only be called if $announcement->body is markdown text. If it's already HTML (and you trust this HTML because you entered it into the system from a WYSIWYG editor) then just use: <?php echo $this->Html->ifSet($announcement->body);?>
    1 point
  30. If it were listed this way, then they could only use the credit if it covered the balance in full. The way we implemented it, with a checkbox is similar to the way Amazon.com allows you to apply gift card balances. CORE-1394 for the OPs request
    1 point
  31. Would this be better guys?
    1 point
  32. I agree 100% . Just by the way the I saw on the video Michael provided, It's hard for the client to figure out how to do it.
    1 point
  33. i prefer if the apply credit added to the select payment option rather than make it under the form . so the client will select wich methode he want to pay with it , exemple : - Available Credit - Offline Payment - paypal satandar.... - bitpay .... - stripe
    1 point
  34. 1 point
  35. http://www.blesta.com/forums/index.php?/topic/3195-textparser-encode-bug/
    1 point
  36. On the manage page you see Status > Active. On that you get 3 options: Upgrade / Downgrade | Change Tier | Cancel (Depending on what you've enabled) If you don't see this like in this video: http://screencast.com/t/JTM9pHqMu You must go to: Settings > Company > Billing / Payment > Invoice and Charge Options And tick any of the following boxes: - Allow Clients to Cancel Services - Allow Clients to Change Service Terms - Allow Clients to Change Service Package
    1 point
  37. i think this releated to blesta upgrade v3.3 , is like the TextParser class is not making his role ... i will make frther investigations and tests this night . Found IT , as i have expected , the textparser has changed the way he work . tonigh the fix will be released , for knowledge base also . Finnaly is a Textparser bug in v 3.3
    1 point
  38. I thought I tested this such that if the credit is enough to cover the invoice entirely that a separate payment method did not need to be selected. I guess this is not the case? Having automatic application of loose credits checked would mean that the credit option would rarely, if ever appear to a client paying an existing invoice. More often, they may have credits but no open invoices, and can use the credits to apply towards new orders. The setting is useful both enabled or disabled in different circumstances.
    1 point
  39. Michael

    We're Back!

    Haha woo! Beta is soo close..
    1 point
  40. MemoryX2

    We're Back!

    Yay!
    1 point
  41. Would there be a way to have a option work if the credit matches the invoice amount? But if it isn't going to cover the full amount they'd have to select an option above as-well as the credit box. Because that's confusing to the customer and us, as Paul informed me that it would be best to disable the automatically apply credits to invoice if we was allowing the customers to use the credit as they want?
    1 point
  42. Fixed in Github .... download the plugin and go to plugin , then update . thanks for the bug discovery .
    1 point
  43. PauloV

    Install Error

    For anyone facing the same problem, if you alredy have openssl installed but blesta fails to detect, just enable openssl on you php.ini adding this line ate the end: extension=php_openssl.dll
    1 point
  44. hostu_ops

    An Intro

    I am new here ,,Glad to stay here ..
    1 point
  45. What I did a while ago (and thanks for reminding me to redo this on my new install) is just to remove the option of selecting a username. That way it forces people to use their email as their username...and would then catch this issue if it happens again. Remember though, you'll have to redo this edit for any update that replaces this file since it's editing a core file. Edit this file: /plugins/order/views/templates/standard/types/registration/signup.pdt Find and [either remove or comment out]: <div class="radio"> <label> <?php $this->Form->fieldRadio("username_type", "username", ($this->Html->ifSet($vars->username_type) == "username"), array("id"=>"username_type_username")); $this->_("Signup.index.field_username_type_username"); ?> </label> </div>
    1 point
  46. 80%? wow, If I were making a test account i would also setup and use a test email address. It is a simple matter to cancel the services in one account and then add them back in the duplicate account. Nonetheless, there is not a simple way to delete the account where the services have been cancled and moved. That requires going in to the database. However, the account ID's in the database do not match the Blesta's ID numbers in the admin control panel for invoices, etc. So someone could accidently delete the wrong item. We at least need a way to delete account items, and ultimately the account itself, without having to do data base changes. When is the ability to "merge" accounts going to be available?
    1 point
×
×
  • Create New...