Jump to content

wfitg

Members
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    2

Reputation Activity

  1. Like
    wfitg got a reaction from Michael in Release 3.3.0-B1   
    I read that. Wow, that is a lot of changes!
     
     I was hoping for some personal experiences too
     
    Anyone has it running and want to comment?
  2. Like
    wfitg reacted to Blesta Addons in Cookie?   
    normally the cookies is created in pc visitor . not in blesta installation folder .
  3. Like
    wfitg reacted to hostu_ops in An Intro   
    Hello everyone
  4. Like
    wfitg reacted to Potato in Do We Have A Mass Mail Option ?   
    Hi,

    I suggested something similar recently, where we should have configurable options:
     
    http://www.blesta.com/forums/index.php?/topic/3159-customer-targetting/
  5. Like
    wfitg reacted to Michael in [3.0.x] Blesta Theme From Licensecart   
    Licensecart's first community theme.

     

    What is a community theme?

    A community theme is where we've integrated this just for you guys who have a paid Blesta License.

     

    Who designed the theme?

    This theme was designed by freshface.

     

    Where can I download the site theme?

    Purchase the theme from here.

     

    Can we have another colour like blue?

    You can edit the theme CSS and use the theme you bought.

     

    How can I see what the theme looks like?

    Sure have a look at our preview video at:

    http://screencast.com/t/lOq1glDTWDfr

     

    Can I pay you to do a integration?

    Sure feel free to stop by our website.

     

    Can I sell this or remove the copyright?

    You can't sell this free theme on, you can however remove the copyright with permission,

    Blesta - If you have unbranded license.

    Freshface - If you buy the site theme.

    Licensecart - Feel free if you wish.

     

    Will you update this theme?

    We will update this within reason, the theme works on all Blesta version unless edits have been made.

     

     

    To get the download at the moment please download from here until we the marketplace opens or a customer only forum.

     

     

    To fix the 3.1.x issues please go to:

    /app/views/client/default/blueviolet.css

     

    Edit the following:


    .page {
    float: left;
    width: 950px;
    To:


    .page {
    float: left;
    width: 959px;
    And


    .page {
    margin: 0 0 0 -33px;

    To:


    .page {
    margin: 0 0 0 -50px;

    And add the following:


    #nav_wrapper ul.menu {
    width: 1000px !important;
    }
  6. Like
    wfitg got a reaction from Michael in Dkim And Spf   
    I found the problem. When using a contact form on a website always specify a "From" address. Otherwise Hotmail/Outlook will reject it. Hotmail seems to be the only one doing this. feh...
  7. Like
    wfitg got a reaction from Daniel B in Need To Remove Tax Id Number From Registration   
    Thanks for this! I was also able to remove "registering with a user name" thereby forcing the user name to be the email address.
    To the OP: This modification also has to be done on the ordering templates. This workaround only applies to the registration form, not to when they are registering during the purchase. In my case I had to make this mod on 3 seperate template files.
  8. Like
    wfitg got a reaction from chickc in Need To Remove Tax Id Number From Registration   
    Thanks for this! I was also able to remove "registering with a user name" thereby forcing the user name to be the email address.
    To the OP: This modification also has to be done on the ordering templates. This workaround only applies to the registration form, not to when they are registering during the purchase. In my case I had to make this mod on 3 seperate template files.
  9. Like
    wfitg reacted to Michael in [Order] Addons Not Shown   
    When you are placing an order and click on a Addon, it adds the price to the sub-total but doesn't display the item.
     

     
    However it does show it on the next step:
     



    configuration settings
    OS: Centos 6.5
    version of Blesta: 3.3.0-b1
    version of plugin: 2.3.0
    version of PHP & MySQL: 5.4.x | 5.5.x
     
    Order Form effected:
    - All of them.
  10. Like
    wfitg reacted to hostu_ops in An Intro   
    I am new here ,,Glad to stay here ..
  11. Like
    wfitg got a reaction from Blesta Addons in Merging Accounts - Duplicate Accounts   
    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?
  12. Like
    wfitg got a reaction from Daniel B in Merging Accounts - Duplicate Accounts   
    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)
  13. Like
    wfitg reacted to Daniel B in Merging Accounts - Duplicate Accounts   
    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.
  14. Like
    wfitg reacted to Blesta Addons in Merging Accounts - Duplicate Accounts   
    That normally should be a option in blesta to disable it .
  15. Like
    wfitg reacted to Daniel B in Merging Accounts - Duplicate Accounts   
    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>
  16. Like
    wfitg reacted to PauloV in How Do I Setup Support System ?   
    Its only necessary it the php.ini dosent load the mailparse
     
    If it works now, dont do anything else
  17. Like
    wfitg reacted to PauloV in How Do I Setup Support System ?   
    If you use cPanel you can install/Activate like this:
     
    SSH on your server and execute:
     


    pecl install mailparse

     
    Now edit the php ini file with:
     


    nano /usr/local/lib/php.ini

     
    in the last line add this:
     


    extension="mailparse.so"

     
    Now save and test it
  18. Like
    wfitg reacted to Michael in Email Sent With Duplicate Content   
    You can send a test email by making an account up, and making a fake order, or you can get a copy by setting up notices.
     
    Settings > System > Staff > Staff groups > Admin > Notices tick boxes.
     
    My Info > Notices > tick ones you want.
  19. Like
    wfitg reacted to Potato in Wrong Log In Info Sent Upon New Account Creation   
    No problem, happy to help.
  20. Like
    wfitg reacted to Potato in Wrong Log In Info Sent Upon New Account Creation   
    You can disable notifications for Reseller Club
     
    In the reseller client area; Settings > System notifications > Email
     
    Under 'Mail Sent to your Customers' - Disable this.

    In doing so, you can then simply have Blesta take care of all your email correspondence and have control over what login link get's sent to your customers.
  21. Like
    wfitg reacted to domaingood in Wrong Log In Info Sent Upon New Account Creation   
    Its Reseller club LB Platform.Please contact them.
  22. Like
    wfitg reacted to Blesta Addons in Resell.biz Adding Domain Privacy   
    thanks for the share .
    the protect privacy need a custom module to be attached to the logicbox module . we are looking for solution to achieve this task .
    Solution 1 :
    1 - separate module (should be package just for addons )
    2 - integrated with logicbox ( the probleme we have in this it should have a separate price from the module it self (desisbled = 0 , enabled = 2$ )
    we have successfullt added it to the logicbox module ,now user can enable/disable protect privacy from client side area . but we have not released it tothe public , as we know the pricavy will not be free in the future , so it can produce a probleme for reseller , as the client activate the privacy and not paying for it .
    sorry , we can't publish it now , until we have a logical working solution .
  23. Like
    wfitg reacted to Paul in Template Files Possible?   
    That may be possible, language definitions work similarly. I'll discuss with the team.
  24. Like
    wfitg reacted to Paul in How Do You Change The Client Header?   
    app/views/client/bootstrap/structure.pdt contains the header & footer for the client area.
     
    If you make a lot of changes, you can clone the bootstrap directory with a different name, and select the new one under Settings > Company > Look and Feel > Template.
  25. Like
    wfitg reacted to Paul in Do We Have A Mass Mail Option ?   
    One thing I'd like to see also, is a "test email" option where I can send a copy of the email to myself, perhaps randomly selecting a customer whos details will be used. This way, if I have a stupid error in the email I can correct it before sending it to everyone.
×
×
  • Create New...