Jump to content

FoxDenHosting

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by FoxDenHosting

  1. You can edit the login template at /public_html/blestainstall/app/views/client/bootstrap/client_login.pdt and

                                   <div class="col-md-4 col-sm-6 col-md-offset-1">
    					<h2><i class="fa fa-lock"></i> <?php $this->Html->_($company->name);?></h2>
    					<h4><?php $this->_("ClientLogin.index.login_heading");?></h4>
    					<p><?php $this->_("ClientLogin.index.description");?></p>
    					<hr />
    				</div>
    

    is the div that control what is shown there. You can easily replace one of those with an image if you with to use a physical logo.

  2. I have tried to setup my Uploads Directory in the Basic Settings but it will not say it is writable no matter what. Also, the GeoIP file was placed in the /uploads/system/ folder and it also says that it is missing.

     

    The /uploads/ folder has 755 permissions and is in the root of the account (above public_html) where the /tmp/ folder is.

  3. I think the focus for Blesta 3.3 is supposed to be invoices so you might see it then. I'm also interested in this.

     

    I personally would like to see better invoice customization. Maybe use .tpl files instead of .php files for better custom invoices. 

  4. Hi guys,

     

    I am once again interested with Blesta ( sorry for ditching you guys a year ago :( ). I am in the process of setting up and moving over to Blesta from WHMCS. This is what my clientarea will look like! I don't mind about winning or not, but I just wanna show my love for Blesta! :)

     

    I must say Blesta's codes are extremely neat! I am a bit OCD :P

     

    Here's mine:

    clientarea_hostpride.png

     

    I like the font! What font did you use there?

  5. We have a HB environment we can use to create the importer, but it hasn't bubbled up to the top of the priority list yet. Are you waiting on a migrator in order to move to Blesta? Are you willing to test an importer for us?

     

    It's likely any new importers will be geared for Blesta 3.3.

     

    I do not need an importer as I ditched HostBill before gaining any clients. I would be more than happy to test an importer though with some demo clients/packages/etc I have setup in a HB environment. 

  6. For SSL (https) use:

    echo recaptcha_get_html($publickey,,true);

    rather than:

    echo recaptcha_get_html($publickey);
    

    This is because recaptcha_get_html() in recaptchalib.php (which gets the distorted text image) defaults to http unless you tell it otherwise.

×
×
  • Create New...