Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/15/2014 in Posts

  1. It's actually CORE-828. Not completed yet for 3.2, but if all goes according to plan it will be in there. A related task, CORE-961 allows for the selection of an entirely different set of templates for the client area. The main benefit here is that different companies can have vastly different and customized client templates.
    2 points
  2. 2 points
  3. 1 point
  4. Plugins can only render widgets on designated pages as per the Plugin actions documentation. Keep in mind that plugins can create their own pages, and Blesta can not tell a plugin that it should render a widget, that's up to the plugin to decide. However, we are planning on adding some new features in 3.2 that will make it possible to add javascript code to every page. This could then be used to modify the DOM however you want.
    1 point
  5. Perfect thanks. I don't know why but I thought that was to do with the company ID. Site is slowly getting there
    1 point
  6. I had this issue myself and its kind of really annoying. Add this to your controller's preAction method: $this->structure->setDefaultView(APPDIR); $this->structure->setView(null, $this->orig_structure_view); Add this to your plugin's main controller preAction (i.e.: plugin_controller.php file): $this->view->view = "default"; $this->orig_structure_view = $this->structure->view; $this->structure->view = "default"; Note that your controller (where you call setView()) has to extend your plugin's controller for this to work.
    1 point
  7. Paul

    Documentation

    The difference is Package Groups vs Package Option Groups. The video CubicWebs linked is a good one to watch for a basic understanding of Package Options. Package Groups contain 1 or more Packages Package Option Groups contain 1 or more Options On order forms, Package Groups are displayed like categories, with their member packages within them. When configuring a package to order during check out, package options will be requested, and ordered similarly within their package option groups. I hope this makes sense, and thanks for bearing with us. Our documentation can definitely use some help, we're updating it as we can and hope to be caught up soon.
    1 point
  8. Paul

    Release 3.1.1

    We have more to do on this in the future, see CORE-1041
    1 point
×
×
  • Create New...