問題:如何去掉作者的鏈接?
解決方法:找到Incldue/PowerEasy.Common.Content.asp文件,大概330行,把
For i = 0 To UBound(authorarry)
tempauthor = tempauthor & "<a href='" & strInstallDir & "ShowAuthor.asp?ChannelID=" & iChannelID & "&AuthorName=" & authorarry(i) & "' title='" & authorarry(i) & "'>" & GetSubStr(authorarry(i), AuthorInfoLen, True) & "</a>"
If i <> UBound(authorarry) Then tempauthor = tempauthor & "|"
Next
改為:
For i = 0 To UBound(authorarry) If i <> UBound(authorarry) Then tempauthor = tempauthor & "|" |
新聞熱點
疑難解答
圖片精選