-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
+1 for this question . as i know now is not possible .
-
this can be done via editing the template manually ...
-
you can make package as trial , just ad the option cancel at thge end of term . with that you can setup a package for 15 or 30 days . the client then need to upgrade thier package or it should be suspended at the end of term .
-
to fully support rtl-to-lft alignement , replcae the rtl.css content with this new content the file is located in app/views/clients/bootsrap/css . i hope this can be added to the core file for next release . /**** RTL BOOTSRAP ***/ body { direction: rtl; } th { text-align: right; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: right; } .nav { padding-right: 0; margin-bottom: 0; list-style: none; } .pull-left{ float: right !important; } .pull-right { float: left !important; } .text-left { text-align: right; } .text-right { text-align: left; } .dropdown-menu { float: right; text-align: right; } .dropdown-menu-right { right: auto; left: 0; } .nav-tabs > li { float: right; margin-bottom: -1px; } .pagination li { padding-left : auto; padding-right: 0 ; } .radio, .checkbox{ padding-left : auto; padding-right: 20px ; } .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox]{ float: right; margin-left : auto; margin-right: -20px ; } .close{ float: left; } .list-group-item > .badge { float: left; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: right; } .navbar-nav { float: right; margin: 0; } .navbar-nav > li { float: right; } .navbar-right .dropdown-menu { right: auto; left: 0; } .navbar-right .dropdown-menu-left { right: 0; left: auto; } .navbar-nav.navbar-right:last-child { ; } .navbar-left { float: right !important; } .navbar-right { float: left !important; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: right; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: right; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: right; } } /*** RTL STYLE ***/ .header { float: right; } .header .container { padding-right: 0; padding-left: auto; } .logo { float: right; margin: 13px 0 3px 15px; } .title { float: right; } .title .container { padding-right: 0; padding-left: auto; } .nav-content .container { padding-right: 5px; padding-left: auto; } .table-curved tbody > tr > td { border-right: 1px solid transparent; } .table-curved td, .table-curved th { border-right: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1; } .table-curved tbody>tr>td:last-child { border-left: 1px solid #e1e1e1; } .table-curved tbody>tr>td:last-child { border-left: 1px solid #e1e1e1; } .table-curved tbody>tr>td:first-child { border-left: none; } .table-curved th:first-child { border-radius: 0; } div.panel-body div.alert { clear: both; } .col-border { border-right: 1px solid #efefef; border-left: 0px ; } /* Loading */ .loading_container { left: auto; right:0; } /* Order Page */ .well-order .total-due { text-align: left; }
-
[Plugin] Css Javascript Toolbox (Magic Box)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
i will look to this . EDIT : fixed for next release 1.5.2 .- 49 replies
-
- javascript
- magic box
- (and 5 more)
-
what about the time ? if this procces in not taking a long time so is normal .
-
for me is normal . you must increase the memory limit in CSF to 350 or 400Mb . normal just for cronjob , if you have small database with small services/clients/ then this shouldbe some more invistigation .
-
[Plugin] Css Javascript Toolbox (Magic Box)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
update to v1.5.1 , fixed a bug for the simple pages actions . added more exemple inthe second post .- 49 replies
-
- javascript
- magic box
- (and 5 more)
-
Invoice Font Sizing & Account Header Fine Tuning
Blesta Addons replied to eisbär's question in Support
for pdf font size, some other can help you . for css font , install the css & javascript toolbox in my signature Add Custom css simple pages : all clients pages Markup to set in : head tag CSS To Add : .navbar-collapse{ font-size:18px; } that's all . -
Solution To Domain Diferent Prices And Transfer Handling :)
Blesta Addons replied to PauloV's topic in Contribute
helo @PauloV . with your solution we will have 3 packages ? no ? or one package we can give it different price for every meta ? EDIT : after test , it will have three packages . it seem like you have not explain a proccess or there is something wrong with my logic . as it should be switch from package to package . i don't know how it will recognize the package from the packagemeta , and what happend if we have more that 1 package with the same meta type ? how do you get the package_id from the order form ? but i will test it this weekend . -
Privacy protect is something that is in our TODO list and i need to make a deep look in it , but at the moment no time for this . we have already added a option to enable/disable this option , but we have probleme in price . please see my post http://www.blesta.com/forums/index.php?/topic/3065-resellbiz-adding-domain-privacy/?p=22065
-
Solution To Domain Diferent Prices And Transfer Handling :)
Blesta Addons replied to PauloV's topic in Contribute
i have get some time to think to your solution paulov , what i have found that you need to change the package for every domain action (register/transfer). this two type is just the wanted on the order form . if this is the case , what i can do as a solution is to make a new order type like the "domain" , let say "domaine" . then try to change the package if the request is transfer (line 186 in order_types_domain.php ) . i have not tested as i never check the order structure . and another probleme is how to determinate wich package for transfer , to resolve this you need to help with plugin that let you spicify wich package for domain and for transfer and for renewal . mybe my solution is NULL , but that what i have thinked now . -
[Plugin] Css Javascript Toolbox (Magic Box)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
thanks PauloV for donation , and for all others who have donate before and now .- 49 replies
-
- javascript
- magic box
- (and 5 more)
-
Normally you should ad your code the order template file (registration template) . have you tried my css & javascript toolbox plugin ?
-
are you sure all the files has ben uploaded ? is like the Currencies.php not uploaded .
-
What Is Stopping You Switching To Blesta?
Blesta Addons replied to Michael's topic in Feature Requests
i will search for jira exploit -
What Is Stopping You Switching To Blesta?
Blesta Addons replied to Michael's topic in Feature Requests
i prefer if every major release has a new wanted features , like the v3.3 (pro forma /price override) . v3.1 (New module"proxmox-vps.net-enom-...)/New payment gateways/Shared Login) v3.2 (Responsive client side/Ticket system improvements/New module/New payment gateways) v3.3 (Pro Rata/Pro Forma Invoices/Price Overrides) v3.4 (More events/Kb /Mass Mailer) v3.5 (Domain manager refactor /Centralize human verification ) v3.6 (Responsive admin side/Refactor coupons ) v3.7 (......) with this , all people know that every realese will have a specific request . -
Solution To Domain Diferent Prices And Transfer Handling :)
Blesta Addons replied to PauloV's topic in Contribute
i never touched the order form and never tried it , yes is true , because i'm still using 2.5 . but what i have do in v2.5 , i have created a order form based on the API and not the native one , with that i have the ability to create my own based conditions and task . have you tried order form based on the API ? the data that youcan't get it from the core you can set it ine the API based form . with that i have resolved my problemes in v2.5 . another time, i'mnot sure if this can help but need to try . -
What Is Stopping You Switching To Blesta?
Blesta Addons replied to Michael's topic in Feature Requests
after the after that attack Mass Mail . because is th important feature that really need to exist in blesta . actually i'm using mailship , i have a small plugin that add new registred to contact list in our mailship account . but i prefer have a native plugin for this . please and please , when you begin the coding of Mass Mail , return to us , because we can give some new and attractive idea for that . -
next mounth i have a visit to thailand . then i will return to spain , then to morocco . i never visit portugal , i have cross almost all city in spain , but never hasthe attention to go to portugal, so maybe next time i will make a visit to you . if you come to morocco , you are welcome , i will be your guide here
-
[Plugin] Css Javascript Toolbox (Magic Box)
Blesta Addons replied to Blesta Addons's topic in The Marketplace
this plugin has no relation with wich template you use .... you can use it with thny template . Thanks , i hope it serve the community . thanks .enjoy the free plugins .- 49 replies
-
- javascript
- magic box
- (and 5 more)
-
i give you the idea , you give me the plugin of course if i have the time to write it i will share it with the community .
-
Already requested here http://www.blesta.com/forums/index.php?/topic/3399-namesilo-plugin/?fromsearch=1