1,修改手机用户访问时,默认的网址:
到主题目录打开文件
/home/wwwroot/jb200.com/public_html/zb_users/theme/Tmt/compile/commentpost.php
找到第19号修改placeholder=""部分为你的网址:
<input type="text" name="inpHomePage" id="inpHomePage" class="replytext text" value="<?php echo $user->HomePage; ?>" size="28" tabindex="3" placeholder="www.jb200.com" pattern="((http|https)://|)+([w-]+.)+[w-]+(/[w- ./?%&=]*)?" />
2,修改页面底部版权信息
/home/wwwroot/jb200.com/public_html/zb_users/theme/Tmt/compile/footer.php
<div id="footer" class="container"> <div class="copyright"> <?php echo $copyright; ?> </div> <div class="themeauthor"> Powered by <a href="http://www.jb200.com/" target="_blank" rel="license"><strong>jb200.com</strong></a> Theme by <a href="http://www.jb200.com/" target="_blank" rel="license"><strong>IP CAM</strong></a> </div> </div> <div id="backtop" title="返回顶部" style="bottom: 1px;" onclick="pageScroll()"></div> </div> </div> <?php echo $footer; ?></body> </html>OK了,看到效果了吧!!