Add articles (news, promotions, tips, reviews, etc) to your website.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Added support version 3.50.
8 years ago
Added support version 3.60.
8 years ago
Added support version 3.70.
7 years ago
Version 2.00 - June 29, 2016

+ added support Tags (from Nop 3.60)
+ added support internal Comments (from Nop 3.60)
7 years ago
Added support version 3.80.
7 years ago
Hi!
Could you please give me a tip why my articles main menu item visible on deskdop computers but missing on mobile devices and also got invisible when I minimize window on desktop?


Sincerely yours,
Sergey
7 years ago
It was a bug. Thank you. We have fixed it. Download the new release from our site (we don't change the release number of plugin, see ChangeLog tab).
7 years ago
Added support version 3.90.
7 years ago
Hi,

How I can access ArticleGroupName at
@foreach (var item in Model.ArticleReads)
foreach loop in _ArticleBlock.cstml view
7 years ago
Each subelement has Breadcrumb property of the class ArticleBreadCrumbModel.


    public partial class ArticleBreadCrumbModel
    {
        public ArticleBreadCrumbModel()
        {
            Items = new List<ArticleBreadCrumbModel.BreadCrumbItem>();
        }

        public bool Enabled { get; set; }
        public IList<ArticleBreadCrumbModel.BreadCrumbItem> Items { get; set; }

        #region Nested Classes

        public class BreadCrumbItem
        {
            public int Id { get; set; }
            public string Name { get; set; }
            public string SeName { get; set; }
        }

        #endregion
    }
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.