开发者

remove hyperlink on a username in discussion boards list page

开发者 https://www.devze.com 2023-01-22 04:58 出处:网络
i am having a discussion board. and when we access that discussion board, 开发者_运维问答the default view is flat view. in that view there will be \"Posted By\" field. On clicking the image or usernam

i am having a discussion board. and when we access that discussion board, 开发者_运维问答the default view is flat view. in that view there will be "Posted By" field. On clicking the image or username on that field, sp will redirects to the corresponding user page(about details). in my current project i want to disable all this posted by field. just i want to show picture of the user and username, no hyperlink. how to do this? its very urgent


Removing the hyper link would not be possible unless until you create the custom webpart for the same; work around could be to disable the hyper links by changing their href by # using JavaScript which would be called below the web part in HTML

0

精彩评论

暂无评论...
验证码 换一张
取 消