« 小牛的恶作剧
星姐姐给小牛牛做的“闪闪字” »

让表情图标直接显示

Z-BLOG里的UBB表情图标在发表评论时默认的是隐藏的。需要手动点击“显示UBB表情图标”。个人不太喜欢。
现在终于找到将UBB表情直接显示出来的方法了。开心哦!先纪录下来吧smile

找到“script/common.js"文件,用以下代码替换原有代码(注意符号“<”的空格全都要去掉)

//*********************************************************
// 目的: 输出UBB
// 输入: 无
// 返回: 无
//*********************************************************
function ExportUbbFrame() {

objActive="txaArticle";

var HideEmot=false;

if (HideEmot)
{
document.write("< p id=\"UbbFrame\" style=\"display:none;\">< /p>")
}else{
document.write("< p id=\"UbbFrame\">< /p>")
InsertUbbFace();
}

document.write("< p>")

document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'',''),true);\" style=\"padding:2px;cursor:pointer;\">[URL]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'[URL=http://]','[/URL]'),true);\" style=\"padding:2px;cursor:pointer;\">[URL2]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'[EMAIL]','[/EMAIL]'),true);\" style=\"padding:2px;cursor:pointer;\">[EMAIL]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'[EMAIL=@]','[/EMAIL]'),true);\" style=\"padding:2px;cursor:pointer;\">[EMAIL2]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'',''),true);\" style=\"padding:2px;cursor:pointer;\">[B]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'',''),true);\" style=\"padding:2px;cursor:pointer;\">[I]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'',''),true);\" style=\"padding:2px;cursor:pointer;\">[U]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'',''),true);\" style=\"padding:2px;cursor:pointer;\">[S]< /a> ")
document.write("< a alt=\"\" onmousedown=\"InsertText(objActive,ReplaceText(objActive,'
','
'),true);\" style=\"padding:2px;cursor:pointer;\">[QUOTE]< /a> ")

if (HideEmot)
{
document.write("< u>< a style=\"cursor:pointer;text-align:right;\" onclick=\"InsertUbbFace();if(document.getElementById('UbbFrame').style.display=='none'){document.getElementById('UbbFrame').style.display='block';}else{document.getElementById('UbbFrame').style.display='none'};this.style.display='none'\">"+str06+"< /a>< /u> ")
}


document.write("< /p>")
}
//*********************************************************
幸运的鱼 2008-2-4 1:29:26 回复该留言
为什么我替换了还是不行?换后我的表情不显示了,呵呵,最后又换回来了!应该是我哪里做了吧!怎么解决啊?可以加我QQ 谢谢 23965855

发表评论: