Jump to content

Leaderboard

Popular Content

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

  1. 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.
    4 points
  2. Fixed and updated in GITHUB any other bug found report it here .
    4 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
    3 points
  4. Cody

    Whmcs Migration

    Updates to the WHMCS migrator are coming in 3.3.0. These include client passwords, price overrides, options when importing client credits, and more.
    3 points
  5. If anyone would prefer a full page like this: You can replace /plugins/announcements/views/default/client_main_view.pdt with: <?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->TextParser->encode("markdown", $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 } ?>
    3 points
  6. Well done Well I will remove my task to make a "News Plugin" and help naja7host on his Plugin
    3 points
  7. Blesta Addons

    We're Back!

    i se the structure event is there ::::: yemyem i can't wait to upgrade .
    2 points
  8. Paul

    Release 3.3.0-B1

    Try again. I checked and your license was originally a reseller license (why it didn't show up), but you do have a dev license. I granted access to dev licenses, so you should see it now.
    2 points
  9. That's the 1%, and that could be solved by updating that gateway, allowing users to specify the name for each language. That way they could have it say "Mail in payment" or "Wire Transfer" or whatever they want it to say instead.
    2 points
  10. In the settings table, search for the key root_web_dir, and update the value column. It should begin and end with a forward slash, ie /home/user/public_html/
    2 points
  11. There are a number of things to consider if we were to allow multiple prices per term and period through the order system. I think that it's something that can technically be done, but there are also a lot of potential issues. Obviously, the more people that want this the more likely it is we'll take time away from other tasks to tackle those issues.
    2 points
  12. i will test it again , ... so wait .. EDIT , BUG confirmed, maybe a code has been change ,as the first thng i code is add/edit/delete . i will try resolving it tonight .
    2 points
  13. Great plugin thanks mate, https://licensecart.com/billing/ If anyone wants to have it on their portal you can use this code: {% 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. If you would like a different logo without a background, you can save this and upload it in /plugins/announcements/views/default/img/ It looks like: BUG: It doesn't like spaces. shows up &nsbp;
    2 points
  14. A customer is kindly asked, on the dashboard, to settle his invoice by making a payment. After clicking the button, he sees his invoice, which is already ticked and clicks continue. On the "make payment" page, there are 2 distinct zones one with several "payment options" a tick box inviting the user to use his credits The user ticks the box and clicks on "review and confirm". Blesta does not let him continue and prints the following message
    1 point
  15. Michael

    We're Back!

    Haha woo! Beta is soo close..
    1 point
  16. interfasys

    Release 3.3.0-B1

    Yes, so far, so good . I had forgotten that we had integrated the route changes in the script, so the standard call could not work.
    1 point
  17. Michael

    We're Back!

    Haha Well for members who want the link it's: https://account.blesta.com/client/plugin/download_manager/client_main/index/4/
    1 point
  18. Blesta Addons

    We're Back!

    where is the download link ? who have delete it (Mike or Paulo) ?
    1 point
  19. Michael

    We're Back!

    You know me too well lol I F5'd and was like "YEY!!! BETA FORUMS! so close" haha
    1 point
  20. Cool. Thanks Paul. We'll be happy to test it. We will be using it for our retail service resellers as well as online affiliates, so we are anxious to see how it looks and works.
    1 point
  21. Fixed today the space bug . re-download the plugin again and re-upload all the files .
    1 point
  22. what i have in my note lists for client area , a widget that will show the new or last announcement , with some settng to select how mush days the announcement shold be appear in client side . a popup windows can't be done now , until the v3.3 is realsed to benefict from preaction.structure event. any other suggestion i'm open to it .
    1 point
  23. Sure you can request a feature for this -- though I'm leaning more towards not allowing language definitions at all in config.json files for modules, gateways, and plugins. 99% of modules and gateways are named the same in every language. For example, PayPal is "PayPal" everywhere in the world.
    1 point
  24. On phpMyAdmin, select your blesta database, then select on the leaft the table named "settings", on the right search fot the "key" named "root_web_dir", then edit the "value" changing to the correct root dir Edit: lol Paul was faster than me
    1 point
  25. I was just getting ready to start working on that Mike, thanks for the time saver
    1 point
  26. I was thinking maybe a idea to have a auto reply option on the departments for vacations / out of hours / away from the office etc. Bit like the "no reply for 24 hours" but maybe a check box to enable / disable.
    1 point
  27. Square please lol since I had CubicWebs
    1 point
  28. hostu_ops

    An Intro

    I am new here ,,Glad to stay here ..
    1 point
  29. It is a little bit different, but I think the original one if completed would allow your request to work . It's a paradox, they are the same but different. Do you wanna be the square or the rectangle?
    1 point
  30. I can do some minor edits, but I am sure i will probably break something if i try to do anything more than that. LOL I have a great respect for those that can code. I'll try. Thanks (i'll sign up soon at MyHostingBoard)
    1 point
  31. Wow...you made this fast! So fast I didn't even get a chance to respond to your initial feature ideas thread (though, I did delay a bit in my reply). Having annoucements pop up as alerts under the navbar on the portal or in the client area (setting per annoucement?) would be pretty awesome as well, with an option to close them if you'd like (so once someone sees it once they can close it and not see it again).
    1 point
  32. Take screenshots of all the UI areas you think need to be improved and open feature requests threads about it...the devs are very responsive to these things . In the mean time, every single page of the UI can be modified. Blesta is almost completely open source.
    1 point
  33. the same as this request ? http://www.blesta.com/forums/index.php?/topic/1306-department-level-ticket-auto-replies/
    1 point
  34. the sapce text is fixed for next release now , the same for knowledgebase .
    1 point
  35. Did you have removed any reply of that ticket? Maybe you have deleted all replies, but the the ticket still exists witout any reply. We have alredy detected that bug wen removing all replies and will be fixed in the nex release. Like Mike (Licensecart) said do this: 1- Go to phpMyAdmin, and open your Blesta Database 2- Selet the table on the left "support_ticketspro" 3- On the right see the entry of the ticket that you have deleted the replies, and click on "Delete" Hope that helps you for now until we release the next version (one or two days after Blesta 3.3 that will be out very soon)
    1 point
  36. I have the same problem with the knowledge base plugins spaces shows &nsbp; Another I noticed Is that the delete button does not work. I have uploaded a video here http://youtu.be/mLYnabFtyd0
    1 point
  37. might be a spam email without correct stuff, go to the PHPMyAdmin on your server and check the support_tickets table click status and see if you have any open.
    1 point
  38. I knew I should have saved it...but, +Bacon should always give at least some sort of advantage, that's like a natural law or something...so maybe I'll try again later
    1 point
  39. +Bacon is correct, too bad it was applied to the same feature request.
    1 point
  40. The secret phrase to guarantee task creation for a feature request is much like TOTP. It changes frequently and cannot be used again. Failure to guess correctly causes the feature request to be ignored for a random amount of time between 5 seconds and 37,000 years.
    1 point
  41. well Naja, now we know how to get anything implemented! lol @Paul can we just shorten it to +3 in the future? Or maybe +2 +1?
    1 point
  42. It's not available yet, but I'm in the process of spec'ing it out, and we'll be starting development soon. The goal is to have it included in 3.4, and possibly release it as a beta prior to 3.4 beta but it will depend on how quickly it comes together, and if we run into any issues.
    1 point
  43. That normally should be a option in blesta to disable it .
    1 point
  44. 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
×
×
  • Create New...