+xHi Ryan,
I think I didn't explained the point properly...
At home page, the tables for latest and popular articles, load the added column ("ArticleTypeID"), but the header for this column is not displayed

the tag for the field has the value () but is not displayed
Also, I cannot add the column previously mentioned before in the Knowledgebase page. this page is acceded from the tab with the same name.

Thank you for your help.
Hi There,
Thank you so much for your response and additional information. This makes perfect sense. I tested issue 1 but could not replicate - you can see below the header text appears...

If you don't see this please follow the steps below to resolve...
1. Open Skins/{YourSkinName}/Controls/ViewArticles.ascx
2. Locate the following column....
<InstantASP:TemplateColumn HeaderText="Field_ArticleTypeID"ItemStyle-Width="60"
ItemStyle-CssClass="i-col-light nowrap hide-mobile" HeaderStyle-CssClass="i-col-header nowrap hide-mobile" SortExpression="ArticleTypeID"
HeaderStyle-HorizontalAlign="Center" ItemStyle-HorizontalAlign="Center">
<ItemTemplate><InstantASP:Label id="lblType" Runat="Server"/></ItemTemplate>
</InstantASP:TemplateColumn>
3. Notice the HeaderText property. This contains the key for the text to display from the Resources.xml file. If you open your Resources.xml and search for "Field_ArticleTypeID" you should hopefully see the key.
If you don't see this you may wish to search for "Field_" within Resources.xml then just below this section add...
<item name="Field_ArticleTypeID">Type</item>
--------------------------
To add the Type field to the Latest & Popular views within the "Knowledgebase" tab you will need to edit the Views via the Admin CP. I've provided further instructions below...
1. Login as an administrator. Visit the Admin CP. Click the "More" option as shown below...

Then expand your "Knowledgebase" tab and select "Manage Views"...

From here you'll see 2 views "Latest" & "Popular" which you can customize. You can add your Article Type field to the Latest & Popular views within the Knowledgebase tab from here...

You can add the article type field like so...
I hope this helps point you in the right direction. If I can assist further of course please don't hesitate to respond,

Kindest Regards,
Ryan Healey
ryan@instantasp.co.ukwww.instantasp.co.ukBlog | Community |
Docs