Jump to content

Joseph H

Members
  • Posts

    395
  • Joined

  • Last visited

  • Days Won

    13

Reputation Activity

  1. Like
    Joseph H reacted to Michael in [Plugin] Announcement -Released-   
    If anyone would prefer a full page like this:
     

     
    You can replace /plugins/announcements/views/default/client_main_view.pdt
     
    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="well well-sm"> <h2><?php $this->Html->_($announcement->title);?></h2> </div> <?php if (!empty($announcement)) { ?> <div class="well well-sm"> <div class="article_view"> <?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 } ?>
  2. Like
    Joseph H reacted to Daniel B in [Plugin] Announcement -Released-   
    Wow...you made this fast!  So fast I didn't even get a chance to respond to your initial feature ideas thread (though, I did delay a bit in my reply).
     
    Having annoucements pop up as alerts under the navbar on the portal or in the client area (setting per annoucement?) would be pretty awesome as well, with an option to close them if you'd like (so once someone sees it once they can close it and not see it again).
  3. Like
    Joseph H reacted to Blesta Addons in [Plugin] Announcement -Released-   
    Fixed and updated in GITHUB
     
    any other bug found report it here .
  4. Like
    Joseph H reacted to Blesta Addons in [Plugin] Announcement -Released-   
    i will test it again , ... so wait ..
     
    EDIT , BUG confirmed, maybe a code has been change ,as the first thng i code is add/edit/delete .
     
    i will try resolving it tonight .
  5. Like
    Joseph H reacted to PauloV in [Plugin] Announcement -Released-   
    Well done
     
    Well I will remove my task to make a "News Plugin" and help naja7host on his Plugin
  6. Like
    Joseph H got a reaction from Michael in [Plugin] Announcement -Released-   
    I have the same problem with the knowledge base plugins spaces shows &nsbp;
     
    Another I noticed Is that the delete button does not work. I have uploaded a video here http://youtu.be/mLYnabFtyd0
  7. Like
    Joseph H reacted to Daniel B in Email Templates With Wrong Urls   
    Yup, he's already checked that and said it was set correctly (this is what I initially thought of as well).
  8. Like
    Joseph H got a reaction from John in Email Templates With Wrong Urls   
    Worked for me.... I added just the bellow line tho. Thanks a lot.
     
    Options +FollowSymlinks -MultiViews
    RewriteRule ^client/(.*)  https://example.com/BLESTA-SUBDIR/client/$1 [R=301,NC,L]
  9. Like
    Joseph H got a reaction from PauloV in [Plugin] Knowledge Base (Faqs)   
    Awesome...!! That fixed It.... It's an awesome plugin @naja7host ... >><<< cheers @Paulov
  10. Like
    Joseph H reacted to velus in Payment Gateway Template   
    thank you, it would be for other ones too i will be creating
  11. Like
    Joseph H reacted to PauloV in [Plugin] Support Manager Pro - Tickets Delete, Merge, Spam, Multiple Tickets.   
    That option will also come in the next release, we alredy implemented in our Local Beta a tab to see client services and tickets, now it only needs to be implemented a dorpdown in client side to choose the related service  We hope to release in a few weeks (working on the new order forms and also no Blesta Bookmarks to be able to create menu links for clients and admins)
  12. Like
    Joseph H reacted to Cody in Release 3.2.2   
    Version 3.2.2 is now available. You can download it in the Client Area.

    This is a patch release that corrects issues with 3.2.0.

    Patching Blesta

    See Patching Blesta in the User Manual for instructions.

    Release Notes

    See Blesta Core - Version 3.2.2.

    See all Change Logs.
  13. Like
    Joseph H reacted to Blesta Addons in Template Select For Admin Side   
    we need a option to make admin template select like the client side .
    we are working in a new admin template and we don't need to override the default view .
  14. Like
    Joseph H reacted to Blesta Addons in Template Engine Suggestion   
    1 - when we using a custom template/theme , if a template pdt file is missing , better load the default one shipped with blesta (boostrap/default ) (is the same as language role loading ) , this also will help themers to not stack with every release , and they will include just the modified templates files rather than all the files to the theme package .
    2 - is better to make bootsrap and font-awesome as vendors , and let the themers/coders include it .it will help also in update versions .
    3 - add ability to theme to include thier own file language , this can help in multilangue site . now if i want to add custom phrases to template i need to write it directly , but if it is as a language file inside the theme , it will be better for transalating to multi language.
    4 - why not a custom controllers/models for template , if we need to write own php function for some widget template , ajax , custom code , that will help to produce more interactive theme .
    5 - thanks .
  15. Like
    Joseph H reacted to Alk in Sell Domains Separately Without Hosting   
    I want to add some further information to this bug report as this needs to be recognised as an issue by Blesta.
     
    So if you want to use an order form for domain purchases only, you setup the order form as per the attached screenshot. IE. You set a "Domain package group", but not any other "package groups".
    If you also select to use any of the wizard or ajax based order form templates (the standard template doesn't have this issue) you will be presented with a blank page, prompting you to "make a package selection" - as illustrated in the screencast.
    Furthermore, as illustrated in the screencast, whilst with the "wizard slider" and "wizard boxes" templates you are presented with a blank page prompting to "make a package selection", you still get the "show cart" button to allow you to continue through checkout. However, with the "ajax boxes" and "ajax slider" templates, you don't get the "show cart" button, so you are completely stumped and cannot continue checkout!
     
    At the moment, the only workaround is to use the Standard order form template if you are only selling domains.
     
    I have to also point out that it is necessary to have a separate order form for customers who only want to order a domain name because if you attempt to only use one wizard or ajax based order form for all services which you offer (ie. an order form which has a domain package group set + other package groups) the customer cannot only order a domain name without being forced into having to purchase another package with the domain name due to the way that the wizard and ajax based order form templates work. The only way to prevent this is to use the standard order form template. I have opened a feature request for this issue here: http://www.blesta.com/forums/index.php?/topic/2984-do-not-pre-select-a-package-on-order-form/
  16. Like
    Joseph H got a reaction from Michael in [Registration] State For Zanzibar   
    Thanks For the posting mate. It will be good to have It listed as people from that Particular region have to provide false Information on registration
  17. Like
    Joseph H reacted to Michael in [Plugin] Admin Tools (More Options For Staff)   
    Why was it doing that as it really frightened me, because me and Donn had the issue but Paul, Tyson and two other mates didn't get the error at all, then Paul suggested to remove the folder and bam it worked again.
  18. Like
    Joseph H reacted to Ken in Parallel Payment Optimizer   
    Man I have just the client for this!  
  19. Like
    Joseph H reacted to Michael in Blesta 2.5   
    Just because I was bored and it looks great except a few text shadow on the client side and a border on the header content boxes which can be fixed with the new css boxes coming in 3.3 or 3.4.
     
    Admin Theme:



     
     
     
    Client Theme:

     

     

     
    Download url: http://license.club/blesta/2.5.zip
  20. Like
    Joseph H reacted to Michael in Looking Ahead To 3.2.. Responsive Bootstrap Client Area   
    F**k me mate that is sexy can't wait gimme gimme lol
×
×
  • Create New...