Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/31/2014 in all areas

  1. 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; }
    1 point
  2. wfitg

    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...
    1 point
  3. Plugin Updated NOW 31-8-2014 to 1.2.0 ; i have added the fallowinf options in settings tab : - option to enable/disable widget in client side - set how much announcement should be displayed in widget client - add setting to show announcement in full width or with aside . Any Suggestion/Bug Please report it here .
    1 point
  4. You should probably be using Company::setSetting() instead, since plugins are installed per-company. Also, you can use setSettings() after you create the settings for quick update. But install/uninstall could just loop through all settings your plugin creates. $settings = array('setting1', 'setting2', 'setting3'); // uninstall all plugin settings: foreach ($settings as $setting) { $this->Company->unsetSetting($company_id, $setting); }
    1 point
  5. a couner for announcement has no sense "in my opinion" . but maybe a will add in in some next release . about the design , i will add setting to enable/disable the full view . (thanks for the idea) . the plugin has been updated to fix some bugs .
    1 point
  6. Blesta Addons

    Dkim And Spf

    if you have cpanel ; t*you will find a click-to-add this setting .
    1 point
  7. Give the guys some time , they are now very bussy with v3.3 , i'm sure after the final release of 3.3 they can get back for some feature request .
    1 point
  8. If anyone likes a cleaner design like this: Please go to: /html/billing/plugins/announcements/views/default/client_main_view.pdt And replace the code 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="page-header"> <h2><?php $this->Html->_($announcement->title);?></h2> </div> <?php if (!empty($announcement)) { ?> <div> <div class="article_view"> <?php echo $this->Html->ifSet($announcement->body);?> <!--- <?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 } ?> Idea mate: Maybe a counter to say how many people have viewed the annoucement?
    1 point
  9. Thanks Tyson 99,99% of our clients pays by "Bank Transfer" (Manual Payment), and so we work this way, and you can get the idea wen we manage more than 5000 payment clients that have to be verified one by one
    1 point
×
×
  • Create New...