DEDEcms CSS模板制作技巧
1. [field:textlink/]变成这个:<a href='[field:arcurl/]' target="_blank">[field:title/]</a>
2.登录后显示的内容模板:/member/loginsta.php这个文件
3. DEDECMS会员登录后跳转地址的修改:文件: /member/index_do.php
大约第 335 行
ShowMsg("成功登录,转到进入页面...",$gourl,0,2000);
大约第 347 行
ShowMsg("成功退出登录!","login.php",0,2000);
$gourl , login.php 都改成需要跳转的地址即可,
4.转载带网址
document.body.oncopy = function () {
setTimeout( function () {
var text = clipboardData.getData("text");
if (text) {
text = text + "\r\n文章来自: DIVCSS5(www.divcss5.com) 详文参考:"+location.href; clipboardData.setData("text", text);
}
}, 100 )
}
页:
[1]