CSS で著作権を非表示にすることができます。ファイルは ZEND されているため、削除することはできません。
1. X-Space のパーソナル スペースで著作権を非表示にする方法
。
/css/space.css を変更して次のコードを見つけます:
/*footer*/
#xspace-footer { text-align : margin: 1em 0 0 0; }
#xspace -Footer P {マージン: 0.3EM 0;}
#xspace-Copyright {font: 10px Verdana、Arial、Helvetica、Sans-Serif マージン: 0; }
#Xspace-copyrightstrong { color: #036; font-weight:bold; }
#xspace-copyright em { color: #FF9900; font-style:normal; >次のように変更します:
/*footer*/
#xspace-footer { text-align : center; margin: 1em 0 0; }
#xspace-footer p { margin: 0.3em 0 ; }
#xspace-copyright { font: 10px Verdana, Arial, Helvetica, sans-serif; 余白: 2em; }
#xspace-copyright 強い { color: # 036; font-weight:bold; }
#xspace-copyright em { color: #FF9900; font-style:normal;
2.パーソナルスペースのタイトル:
方法 1:
/include/js/common.js を見つけて、次のコードをそれに追加します。
function title_powered(str2) {
var str1 = ドキュメント.タイトル;
var str2 = str1.indexOf(" - X-Space を利用");
if (str2 != -1) {
document.title=ドキュメント.title.substring( 0,str2);
}
}
title_powered();
方法 2:
document.title = document.title .replace(' - powered by 次のコード:
.copyright { font-size: 12px; margin: 0; }
は
.copyright { display :none; }
4. SupeSite Web サイトの著作権を削除し、テンプレート内で直接削除します。 (厳密にはサポートされていません)
ディレクトリは、templatesdefault の下にある次のファイルです:
index.html.php
*_header.html.php
*_footer.html.php