phpwind7.0 在网页上面的蓝色标题框总是有powered by phpwind.net 如何删除这一项

我想改成powered by 我的域名
2025-06-27 13:06:53
推荐回答(2个)
回答1:

修改template文件夹下的你所使用的风格模板中的header.htm一般都是第六行.
改为$subject$forumtitle$db_bbsname $db_bbstitle 也就是把后边的powered by phpwind.net去掉,至于后边加什么,你自己随便加powered by 你的域名也可以的
如果你使用的是默认的模板,那么文件就在template/wind/里面

回答2:

修改template文件夹下的你所使用的风格模板中的header.htm一般都是第六行.
改为$subject$forumtitle$db_bbsname $db_bbstitle powered by 我的域名
如果你使用的是默认的模板,那么文件就在template/wind/里面