- 14
Hi
Last Year we made som customizations the RichBlog plugin adding the following div to the skin Home index.cshtml
<div class="rb-cats">
@Html.Action("RichBlogCategories", "RichBlog")
</div>
Now we are triyng to uddate the site to nop 3.80 and the only missing customization is for the RichBlog plugin where we are getting an error telling us the "RichBlogCategories" action does not exists on the "RichBlog" controller.
Has this action been removed and if so, is there any action we can use instead getting the same kind of data?
Best regards
Objecta Data
Klaus E. Frederiksen
Last Year we made som customizations the RichBlog plugin adding the following div to the skin Home index.cshtml
<div class="rb-cats">
@Html.Action("RichBlogCategories", "RichBlog")
</div>
Now we are triyng to uddate the site to nop 3.80 and the only missing customization is for the RichBlog plugin where we are getting an error telling us the "RichBlogCategories" action does not exists on the "RichBlog" controller.
Has this action been removed and if so, is there any action we can use instead getting the same kind of data?
Best regards
Objecta Data
Klaus E. Frederiksen