Wss3入门(4):必备功能:给SharePoint Blog添加热门标签(Tags Cloud)
效果示意:
这是从网上下载的一个安装,我转载下载地址和大致步骤.不过要是有什么问题,大家都可以在这里讨论.
步骤:(下载 >> 安装包 >> 引入WebParts >> 测试成果)
Instruction with DeploySPTagging.exe:
- Running the installer program
- Download our zip file (WSSSearchWebParts.zip) and expand all files to a folder (e.g. C:\WSSSearchWebParts
- Open a command prompt
- Run the following command from the downloaded folder, DeploySPTagging SITENAME LISTNAME, where the SITENAME is your site's URL and LISTNAME is the list you want to add a "tags" metadata. e.g.
C:\WSSSearchWebParts> DeploySPTagging http://wsssearch Announcements
This command will configure the web.config, copy files to the correst locations, register the web parts, and create a new metadata for the Announcement list. If you want to add the metadata column to other list, please run the command again with the different list name. Once the program completes, you should see no errors in the log. These two messages will be written on the console output:
New SharePoint Tagging Web Parts is installed.
New SharePoint Tagging Web Parts is activated.
- Import the Tag Cloud into a web part page of your site
- Open a command prompt Open a Web Part Page on your server, e.g. Home
- Select Edit Page from the Site Actions menu in the upper right corner of the page, and click Add a Web Part in one of the zones.
- In the Add Web Parts dialog box, click Advanced Web Part gallery and options in the lower right corner.
- In the Add Web Parts pane, click Import.
- Browse to the location of the TagCloud.dwp file at the downloaded folder, and then click the Upload button. After uploading, the page will refresh, and "Tag Cloud" should be displayed under Imported Web Part.
- Drag the icon next to "Tag Cloud" to a zone on the Web Part Page.
- Click "x" to close the "Add Web Parts" dialog box.
- Click "Exit Edit Mode" to confirm the change.
- Browse to the web page you just added the web part and see if it renders correctly with no errors. Now you should see the title of the web part only, because the site does not have the tags data.
- Testing the Web Part
- Please create a new item and type "wsssearch" in the Tags field. Click OK.
- Go back to the home page, you should see "Wsssearch" in the TagCloud tag cloud. You will be redirected to /tags.aspx page when you click on the tag. This page is a pre-configured web part pages with the tag browser and tag cloud web parts.
- Enoy tagging!
转载地址:http://wsssearch.com/tagging.html ,该页面说明更加详细。
不过我经过上述步骤也并未成功,现象是我指定的那个列表并没有建立Tags字段。
还好,我在那个列表建立一个Tags的单行文本之后就OK了。
posted on 2007-03-12 23:01 无为而为-凡事从积极的态度做起 阅读(2152) 评论(2) 编辑 收藏 举报
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器
· [AI/GPT/综述] AI Agent的设计模式综述