Discuz x2.5 _ remove the Forum title and the bottom powered by discuz! _ Perfect Removal
The first time I used discuz x2.5 as a forum, I have reached 2.5. I didn't call it x
It seems that technology is developing fast enough
In other words, find the methods to remove "powered by discuz" from the title and "powered by discuz x2.5" at the bottom of the page. In fact, the method in the title is not good for search engines, the solution is as follows:
First, modify the title of the header and find the following position, which is about the sixth line.
OriginalCode
<Title> <! -- {If! Empty ($ navtitle)} --> $ navtitle-<! -- {/If} --> <! -- {If empty ($ nobbname)} --> $ _ g ['setting'] ['bbname']-<! -- {/If} --> powered by discuz! </Title>
Change
<Title> <! -- {If! Empty ($ navtitle)} --> $ navtitle <! -- {/If} --> <! -- {If empty ($ nobbname)} --> $ _ g ['setting'] ['bbname'] <! -- {/If} --> </title>
Remember to remove-or your browser still appears in the title.-This problem has been a problem for me for several days.
After modification, only the Forum name can be left. The name can be modified in the global Seo settings of the background.
Search for about 76 rows in footer.htm
Original code
<Div id = "FRT">
<P> powered by <strong> <a href = "http://www.discuz.net" 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] "target =" _ blank "> licensed </a> <! -- {/If} --> </P>
<P> 2001-2012 <a href = "http://www.comsenz.com" target = "_ blank"> comsenz Inc. </a> </P>
</Div>
After modification
<Div id = "FRT">
<P> powered by <strong> <a href = "http://www.fenxianglianmeng.com" target = "_ blank"> $ _ g ['setting'] ['bbname'] </a> </strong>
<! -- {If! Empty ($ _ g ['setting'] ['boardlicensed '])} -->
<A href = "http://license.comsenz.com /? PID = 1 & host = $ _ server [http_host] "target =" _ blank "> licensed </a> <! -- {/If} --> </P>
<P> 2001-2012 <a href = "http://www.comsenz.com" target = "_ blank"> comsenz Inc. </a> </P>
</Div>
After the modification, check whether the modification is successful and pay attention to refresh several times. If the cache is not updated, the modified page is not displayed.