Discuz 포럼 제목 과 아래쪽 저작권 정보 인 스 턴 스 설명 제거
1.제목:파일 열기
template/default/common/header_common.htm
의 코드 는 다음 과 같 습 니 다.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<!--{if $_G['config']['output']['iecompatible']}--><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE{$_G['config']['output']['iecompatible']}" /><!--{/if}-->
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname']<!--{/if}-->Powered by Discuz!</title>
$_G['setting']['seohead']
<meta name="keywords" content="{if !empty($metakeywords)}{echo dhtmlspecialchars($metakeywords)}{/if}" />
<meta name="description" content="{if !empty($metadescription)}{echo dhtmlspecialchars($metadescription)} {/if}{if empty($nobbname)},$_G['setting']['bbname']{/if}" />
<meta name="generator" content="Discuz! $_G['setting']['version']" />
<meta name="author" content="Discuz! Team and Comsenz UI Team" />
<meta name="copyright" content="2001-2017 Comsenz Inc." />
<meta name="MSSmartTagsPreventParsing" content="True" />
<meta http-equiv="MSThemeCompatible" content="Yes" />
<base href="{$_G['siteurl']}" rel="external nofollow" />
<!--{csstemplate}-->
<script type="text/javascript">var STYLEID = '{STYLEID}', STATICURL = '{STATICURL}', IMGDIR = '{IMGDIR}', VERHASH = '{VERHASH}', charset = '{CHARSET}', discuz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}', showusercard = '{$_G[setting][showusercard]}', attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', creditnotice = '<!--{if $_G['setting']['creditnotice']}-->$_G['setting']['creditnames']<!--{/if}-->', defaultstyle = '$_G[style][defaultextstyle]', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]', CSSPATH = '$_G[setting][csspath]', DYNAMICURL = '$_G[dynamicurl]';</script>
<script type="text/javascript" src="{$_G[setting][jspath]}common.js?{VERHASH}"></script>
<!--{if empty($_GET['diy'])}--><!--{eval $_GET['diy'] = '';}--><!--{/if}-->
<!--{if !isset($topic)}--><!--{eval $topic = array();}--><!--{/if}-->
1.원래 의 제목 코드 는:
<title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname']<!--{/if}-->Powered by Discuz!</title>
다음으로 변경:
<title><!--{if !empty($navtitle)}-->$navtitle<!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] <!--{/if}--></title>
메모:$navtitle 뒤에 있 는" - ”지 워 라,그렇지 않 으 면 제목 이 나 올 것 이다. - ,예 를 들 어 다음 그림:2.원래 설명 코드 는:
<meta name="description" content="{if !empty($metadescription)}{echo dhtmlspecialchars($metadescription)} {/if}{if empty($nobbname)},$_G['setting']['bbname']{/if}" />
다음으로 변경:
<meta name="description" content="{if !empty($metadescription)}{echo dhtmlspecialchars($metadescription)} {/if}" />
2.아래쪽:아래쪽 템 플 릿 파일template/default/common/footer.htm
또는 템 플 릿 파일 에 대응 하 는common/footer.htm
을 찾 아"Powered by
"를 검색 하고 관련 코드 줄 을 찾 아 삭제 하면 됩 니 다.
<div id="frt">
<p>Powered by <strong><a href="http://www.discuz.net" rel="external nofollow" target="_blank">Discuz!</a></strong> <em>$_G['setting']['version']</em><!--{if !empty($_G['setting']['boardlicensed'])}--> <a href="http://license.comsenz.com/?pid=1&host=$_SERVER[HTTP_HOST]" rel="external nofollow" target="_blank">Licensed</a><!--{/if}--></p>
<p class="xs0">© 2001-2017 <a href="http://www.comsenz.com" rel="external nofollow" target="_blank">Comsenz Inc.</a></p>
</div>
3.수정 이 완료 되면 배경 에 로그 인하 여 캐 시 를 업데이트 하면 됩 니 다.최종 효 과 는 다음 그림 과 같 습 니 다.완벽 하지 않 습 니까?여기 서 Discuz 포럼 의 제목 과 아래쪽 에서 저작권 정보 인 스 턴 스 를 제거 하 는 데 관 한 이 글 은 여기까지 소개 되 었 습 니 다.더 많은 관련 Discuz 포럼 의 제목 과 아래쪽 에서 저작권 정보 내용 을 제거 하 는 것 은 우리 의 이전 글 을 검색 하거나 아래 의 관련 글 을 계속 조회 하 시기 바 랍 니 다.앞으로 저 희 를 많이 지지 해 주시 기 바 랍 니 다!
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
LAMP 포럼 구축전제: LAMP 플랫폼 이 구축 되 었 습 니 다.centos 6.4 버 전, ip 주소 192.168.0.104, 도 메 인 이름 www. com. 1. windows 의 도 메 인 이름 분석 파일 C: \ Win...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.