Leaderboard
Popular Content
Showing content with the highest reputation on 08/27/2014 in all areas
-
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
-
[Plugin] Announcement -Released-
Joseph H and 3 others reacted to Blesta Addons for a topic
Fixed and updated in GITHUB any other bug found report it here .4 points -
[Plugin] Announcement -Released-
ariq01 and 2 others reacted to Blesta Addons for a topic
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) subscription3 points -
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
-
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
-
[Plugin] Announcement -Released-
Blesta Addons and 2 others reacted to PauloV for a topic
Well done Well I will remove my task to make a "News Plugin" and help naja7host on his Plugin3 points -
We're Back!
Michael and one other reacted to Blesta Addons for a topic
i se the structure event is there ::::: yemyem i can't wait to upgrade .2 points -
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
-
Gateway Load Default Language Instead Of User Language
Blesta Addons and one other reacted to Cody for a topic
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 -
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
-
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
-
[Plugin] Announcement -Released-
Joseph H and one other reacted to Blesta Addons for a topic
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 -
[Plugin] Announcement -Released-
Blesta Addons and one other reacted to Michael for a topic
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 -
[3.3 B1] Customer Can't Use Credit To Pay For Invoice
Michael reacted to interfasys for a topic
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 message1 point -
1 point
-
Release 3.3.0-B1
Paul reacted to interfasys for a topic
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 -
Haha Well for members who want the link it's: https://account.blesta.com/client/plugin/download_manager/client_main/index/4/1 point
-
We're Back!
PauloV reacted to Blesta Addons for a topic
where is the download link ? who have delete it (Mike or Paulo) ?1 point -
You know me too well lol I F5'd and was like "YEY!!! BETA FORUMS! so close" haha1 point
-
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
-
[Plugin] Knowledge Base (Faqs)
Michael reacted to Blesta Addons for a topic
Fixed today the space bug . re-download the plugin again and re-upload all the files .1 point -
[Plugin] Announcement -Released-
Daniel B reacted to Blesta Addons for a topic
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 -
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
-
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 me1 point
-
I was just getting ready to start working on that Mike, thanks for the time saver1 point
-
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
-
Square please lol since I had CubicWebs1 point
-
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
-
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
-
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
-
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
-
[Support Manager] Auto Reply
Daniel B reacted to Blesta Addons for a topic
the same as this request ? http://www.blesta.com/forums/index.php?/topic/1306-department-level-ticket-auto-replies/1 point -
[Plugin] Announcement -Released-
Michael reacted to Blesta Addons for a topic
the sapce text is fixed for next release now , the same for knowledgebase .1 point -
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
-
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/mLYnabFtyd01 point
-
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
-
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 later1 point
-
+Bacon is correct, too bad it was applied to the same feature request.1 point
-
well blast. +Bacon1 point
-
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
-
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
-
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
-
Merging Accounts - Duplicate Accounts
wfitg reacted to Blesta Addons for a question
That normally should be a option in blesta to disable it .1 point -
Merging Accounts - Duplicate Accounts
Blesta Addons reacted to Daniel B for a question
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