Summary
This article outlines the steps on how to hide the field names in the Tags result page.
Product& Version
KWizCom Tagging Feature Standard Evaluation 3.x.xx for SharePoint 2007
KWizCom Tagging Feature Standard Evaluation 13.x.xx for SharePoint 2010
Resolution
You can modify the TagPageListControl.ascx file (control tempate) in order tohide the names of the fields. Here is how:
1. Go to "C:\Program Files\CommonFiles\Microsoft Shared\Web ServerExtensions\12\TEMPLATE\LAYOUTS\KWizCom_TaggingFeature" folder on the server.
2. Open "TagPageListControl.ascx" file for editing
3. Find <%# ((SharedUtilities.ListFieldInfo)Container.DataItem).FieldDisplayName%>text. (This is the place where the field names are rendered.)
4. Remove the code and save the file.
After you've done all the steps the names of the fields should be hidden.
On a scale of 1-5, please rate the helpfulness of this article
Optionally provide private feedback to help us improve this article...
Thank you for your feedback!