- 55
Hello-
I'm trying to add a tag cloud to my topic content, but not having any luck.
While editing my content topic in the admin area, I'm just including the following line of code in the table cell where I want the tag cloud to appear:
Is there something preventing razor syntax from executing when it's dynamically retrieved from a database column? Or do I just need to reference some other assembly from the TopicBlock.cshtml or MegaMenu.cshtml views? If so, which one, and how/where?
Thanks for your assistance!
Steve
I'm trying to add a tag cloud to my topic content, but not having any luck.
While editing my content topic in the admin area, I'm just including the following line of code in the table cell where I want the tag cloud to appear:
@Html.Action("PopularProductTags", "Catalog")
Is there something preventing razor syntax from executing when it's dynamically retrieved from a database column? Or do I just need to reference some other assembly from the TopicBlock.cshtml or MegaMenu.cshtml views? If so, which one, and how/where?
Thanks for your assistance!
Steve