PDA

View Full Version : 请问一下如何修改版权所有的代码


topvip
2006-01-18, 11:08 AM
如题我想把原来的
-----------------------------------
Powered by: vBulletin Version 3.5.2
版权所有 ©2000 - 2006,Jelsoft Enterprises Ltd
-----------------------------------
我想把上面的(版权所有)移到下面这里
-----------------------------------
所有时间均为北京时间。现在的时间是 10:50 AM。
-----------------------------------


往上移改成下面的方式:
-----------------------------------
所有时间均为北京时间。现在的时间是 10:50 AM。
Powered by: vBulletin Version 3.5.2
版权所有 ©2000 - 2006,Jelsoft Enterprises Ltd
-----------------------------------

lingerie
2006-01-18, 11:13 AM
修改footer模板
找到


HTML 代码:
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>


剪切到

HTML 代码:

<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>

下面