-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
Order Form Orders Will "complete" Order Minus Out Of Stock Items
Blesta Addons replied to ExelionLLC's topic in Bugs
out of stock ; appear in the list , but with "out of stock" status , can't be added to the cart , can't be ordered with direct link ( normally it should show a message when the system try to get the price for this item , like a modal box message . -
Make Gateways Available For All Currencies
Blesta Addons replied to Blesta Addons's topic in Feature Requests
no , is for v3 also . -
[Enom Module] Dynamically Get Domain Prices & Allow Markup
Blesta Addons replied to xxxxx's topic in Feature Requests
the request is not a easy task , is true that already a fucntion exist to retrieve prices . the probleme is the updating prices . because it need a cronjob to update a package for domains , and as we know the package is not identified with the domain extention .(com/.org/.net...) so maybe it need a plugin helper to do this . but i assume this will be a easy task when the new domain plugin is release , because it will be the domain extention used as the identifier package (i assume this because others has the same logic ) . -
i agreed with you , i think is not the adequate time to release a official module for DO as already one in the market , is true that is paid and mybe the price + annual support is hight . but i assume blesta should keep developpers making modules for blesta , if they release the same modules , the developpers will not be interested in developping for blesta , because they feel one day the module will not be sellable in the market .
- 24 replies
-
- DigitalOcean
- api
-
(and 1 more)
Tagged with:
-
This Question is only related to ajax request . and the probleme is here $this->Html->ifSet($render_section, null)); when in controller i can set $render_section to null ?
-
Hello Tyson , this question has nothing related to my support plugin , is related to a internal plugin , this plugin has a normal render without any ajax .
-
Bug In The Ajax Boxes Order Form Template
Blesta Addons replied to ModulesBakery's question in Support
inever checked or tried to do something with the order form . but normally , in the ajax form , when user log in , why not to include a request to check his credit , if he has a credit include it in a hidden input until he arrive to the payment proccess . because is really i don't know what is the obstacle in this case . -
Bug In The Ajax Boxes Order Form Template
Blesta Addons replied to ModulesBakery's question in Support
but i think it deserve a deep look and some times/hours to find a working solution . the pay with credit is a important thing that we have already requested , and was released -- thanks for this -- , but it has no sense that this feature is not exist is most used order from template !!! -
thanks i will try this . is only the client_main template is loaded before Plugins ?
-
is specified in my first post if ($this->isAjax()) return $this->renderAjaxWidgetIfAsync(isset($this->get['whole_widget']) ? null : (isset($this->get[1]) || isset($this->get['sort']))); i have copy/paste some core example .you can check my last plugin "support_manager_addons" you will find the right exemple , with this it render a good widget box . $this->WidgetClient->create($this->_("ClientServices.index.boxtitle_services", true), array('id'=>"client_services"), null); with this is rending content without a table box $this->WidgetClient->create($this->_("ClientServices.index.boxtitle_services", true), array('id'=>"client_services"), $this->Html->ifSet($render_section, null));
-
[Plugin] Support Manger Addons (Add Widget/badge)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
I mean the source code from the page in the browser. something like <ul class="nav navbar-nav navbar-right"> <li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdown-toggle"> Mike <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="blesta/main/edit/" ><i class="fa fa-edit fa-fw"></i> Manage Account</a></li> <li><a href="//your_hostname.com/billing/"><i class="fa fa-circle-o fa-fw"></i> Return to Portal</a></li> <li class="divider"></li> <li><a href="blesta/logout/"><i class="fa fa-sign-out fa-fw"></i> Log Out</a></li> </ul> </li> </ul> but in my opinion , from your sceenshoot , it has no sense to make the count near to the name , and there is no link to the support manager !!! -
How To Check Whether The User Has Logged In From Root Website
Blesta Addons replied to Syleron's question in Support
with a custom plugin you can get it . just make it act in client login , and log the HTTP REFFERER and client_id and URI REQUESTED . -
is there any methode/tip , to make a plugin controller or my_plugin_controller.php set a var and use it globbaly in the system , so i can access it via structure.pdt or client_main.pdt ..ect ?
-
[Plugin] Support Manger Addons (Add Widget/badge)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
i mean the HTML output and not the code source ... also spicify wich place you need it . -
[Plugin] Support Manger Addons (Add Widget/badge)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
ahh ... you need the count box to a custom place ? if so , put here the html output for that place . -
[Plugin] Support Manger Addons (Add Widget/badge)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
to well understand , you mean the css styling ? if yes , try using the css toolbox box and add your own style . -
[Plugin] Support Manger Addons (Add Widget/badge)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
good idea , i will add it next release . -
[Plugin] Support Manger Addons (Add Widget/badge)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
normally it should work ... because it look to the link url . if you have a custom link , what is the html output for this links . -
Hello All . THIS PLUGIN IS ONLY FOR THE CORE SUPPORT MANAGER IF YOU WANT TO THANK ME WITH A LITTE DONATION , you can do it with PAYPAL DONATION from here we bring free and exclusive content , this plugin extend the support manager plugin , will add a badge count of open tickets to admin and client side , and client widget support ticket in client dashboard . with the plugin, you can : - Add Badge Count for opened ticket in client and admin side . (this mod was inspired and cloned from our friend PauloV in his Support manager pro plugin ) - Add Widget for ticket in client dashboard .(this mod i have coded to achieve my request in this thread , and to make the link multilanguage , requested here ) TODO LIST : - Add setting to enable/disable the widget/badge . Some screenshoot : client badge client widget as always the installtion steps is : 1 - download the file our website 2 - upload the support_manager_addons folder inside plugin directory . 3 - goto plugins , and install Support Manager Addons . 4 - enjoy the free content . The Plugin require a free subscription (Access) . Best regards
-
My question is just to know exactly the mecanism of rendering the widget in client home . if i take the services and invoices widget as example , thier function end with if ($this->isAjax()) return $this->renderAjaxWidgetIfAsync(isset($this->get['whole_widget']) ? null : (isset($this->get[1]) || isset($this->get['sort']))); in the view , there are $this->WidgetClient->create($this->_("ClientServices.index.boxtitle_services", true), array('id'=>"client_services"), $this->Html->ifSet($render_section, null)); the same logic i have in a plugin , but is not render the box , is render output like {"replacer":".panel_content","content":"\t\t\htmlxxxxxxxxxxxx","message":null} but the service and invoice and transaction , thier input like {"replacer":null,"content":"\n\t\t\n\t\t\t\thghghghghghghg","message":null} when i change my view file to $this->WidgetClient->create($this->_("ClientServices.index.boxtitle_services", true), array('id'=>"client_services"), null); it work perfectly , the question is , how we can controll $render_section from the controller . i have searched all the code , and i have not arrived to how ?!!! is the core widget is rendered via the jquery client file ? or i have missed something ?
-
cool one, just i have a remark . the reset passord link , is not well alligned ( i think you have choosed the wrong place for it) , also try login with a smartphone or tablette , you will see the exact error .
-
Hello blestars ... nearly i will realise another free plugin , this new plugin will ad some function the the support manager (core one) . 1 - add badge for opened ticket in client/admin side --- totally inspider from support manager pro of PauloV , some sort of copy/past --- 2 - add widget for support ticket in client area /admin client area . the best think in this , that the support ticketlink in navigation will be in language file , and then it can be translated to more than language , and that solved my life , the actual code can't make navigation link in multilanguage . i will see ifi can add morething to this plugin this week . stay tunned .
-
Good found .
-
we have already talked about this subject http://www.blesta.com/forums/index.php?/topic/769-blesta-owned-unbranded-remove-powered-by-blesta-how/?hl=branding#entry6339
-
Get Userid From Within A Module That Extends Module
Blesta Addons replied to Syleron's question in Support
this is $client_id = $this->Session->read("blesta_client_id");