{cms_plugin_boxer}

    Smarty get highlight boxes (<cms_plugin_boxer>) template plugin. Plugin gets boxes array from boxer storage defined by id parameter and stores into variable defined by var parameter.

    Attributes:

    Attribute Name Type Required Default Description
    id string Yes n/a storage (XML file) id
    var string Yes n/a Assign array to variable definded by var

    Array data format:

    [ { id: "box unique id", url: "url to page / id of news item containing more info", title: "slide title", description: "box description", image: "url to box image" }, ... ]

    Sample for using:

    {cms_plugin_boxer id='eng' var='sample'} {json_encode($sample)}

    Above will output:

    [{"id":"5761723e3d9cc","url":"https:\/\/www.linkedin.com\/pulse\/kusoftas-cms-e-shop-online-product-configurator-vilius-kuciukas","ssl":0,"title":"Product Configurator","class":"","optional":"","description":"<div style=\"margin-top:15px\">\n <ul> \n <li>Integrated into eShop<\/li>\n <li>Flexible discounts<\/li>\n <li>Discounts on total price<\/li>\n <li>Easy hierarchical structure<\/li>\n <li>Works in shared hosting<\/li>\n <\/ul>\n <p style=\"font-style:italic;font-size:12px;margin-left:30px\"><a href=\"http:\/\/www.kusoftas.com\/docs\/samples\/configurator\" target=\"_blank\">Test sample<\/a><\/p>\n<\/div>","image":"\/cms\/images\/window.png"},{"id":"56d588afbf33b","url":"\/docs\/overview\/basics\/eshop","ssl":0,"title":"Easy Deploy Powerful eShop","class":"","optional":"","description":"<div style=\"margin-top:0px\">\n <ul> \n <li>Full-Text indexing and search<\/li>\n <li>Powerful items filtering<\/li>\n <li>Integrated secure PayPal forms <br><\/li>\n <li>Fuzzy search even with 2 errors<\/li>\n <li>Advanced items compare<\/li><li>Fits into low cost shared hosting<br><\/li>\n <\/ul>\n <p style=\"font-style:italic;font-size:12px;margin-left:30px\"><a href=\"http:\/\/www.kusoftas.com\/cms\/samples\/3\/default\/eng\" target=\"_blank\">Test sample<\/a> and <a href=\"http:\/\/service.kusoftas.com#download\" target=\"_blank\">try it!<\/a><\/p>\n<\/div>","image":""},{"id":"513250c518259","url":"http:\/\/www.kusoftas.com\/docs\/overview\/basics\/full-text-indexing-and-search","ssl":0,"title":"Full-Text Indexing and Search","class":"","optional":"","description":"<div style=\"margin-top:15px\">\n <ul> \n <li>Pure PHP<\/li>\n <li>Shared hosting<\/li>\n <li>Low cost ownership<\/li>\n <li>Fuzzy search<\/li>\n <li>Replaces Apache Solr in shared hosting<\/li>\n <\/ul>\n<\/div>","image":"\/cms\/images\/slides\/search.png"},{"id":"53e90c6068baf","url":"\/blog\/commercial-or-open-source-cms-something-in-between","ssl":0,"title":"Blog: Commercial or Open-Source CMS ?","class":"","optional":"","description":"<div style=\"text-align:justify;margin-top:10px;text-indent:20px\">\nChoosing a content management system (CMS) is a likely first step in building your \norganizations web site. A wide variety of commercial and open source CMS\u2019s are available ...<\/div>","image":""},{"id":"53735d9ba2a10","url":"\/docs\/overview\/basics\/ssl","ssl":0,"title":"SSL (Secure Sockets Layer)","class":"","optional":"","description":"<ul style=\"margin-top:1px\"> \n <li>SSL for all site pages<\/li>\n <li>SSL for selected pages<\/li>\n <li>Page with SSL, without SSL, both ways<br><\/li>\n <li>Automatic redirect into SSL, from SSL<\/li>\n <li>Page redirect with SSL, without SSL<\/li>\n <li>Page aliases with SSL, without SSL<\/li>\n <li>Menu, news with SSL, without SSL<\/li><li>SSL in the core of CMS<\/li>\n<\/ul>","image":""},{"id":"53735f511793d","url":"\/docs\/overview\/basics\/dav","ssl":0,"title":"WebDAV Server","class":"","optional":"","description":"<div style=\"margin-top:15px\">\n<p>Professional tools:<\/p>\n<ul style=\"margin-top:0px;padding-left:25px\"> \n<li>Adobe Dreaweaver<\/li>\n<li>Expressions Web<\/li>\n<\/ul>\n<p style=\"font-style:italic;font-size:12px\"><strong>Site may be connected<\/strong> to MS Windows folders <strong>as network drive<\/strong>!<\/p>\n<\/div>","image":"\/cms\/images\/docs\/cms-webdav.png"}]

    Vulnerability Scanner