楼主好久不回家了啊,我代理了哦
原帖由 abiao133 于 2006-6-1 10:16 发表
1 关于JS调用 我是在后台JS向导那直接生成的 然后把生成的JS在index.htm里改掉JS调用等等那些个字 可是做完后在首页JS调用处出现 The webmaster did not enable this feature. 请问怎么解决啊?
2 关于 登 ...
1:你登陆后台看看,js调用开启了没有.
2:到dzsun.com看看.
1.关于好多人关心的首页直接显示论坛的方法:
备份你的index.php.
用记事本打开index.php.将代码全选.替换为
- <html>
- <head>
- <title>搜吧sou8.com 太阳城社区dzsun.com</title>
- <meta http-equiv="refresh" content="0;url=mainframe.php?fid=1">
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- </head>
- <body bgcolor="#F0F0F0">
- </body>
- </html>
复制代码
如果需要变回原来的,将备份的替换掉就好了.
2.关于页面无法跳转的事,
我也遇到过
先打开include/global.func.php
找到
- $extrahead .= $url_forward ? '<meta http-equiv="refresh" content="3;url='.
- (empty($_DCOOKIE['sid']) && $transsidstatus ? transsid($url_forward) : $url_forward).
- '">' : '';
复制代码
下面加上
- //
- if($action == 'logout' or $action == 'login') {
- $extrahead1 .= $url_forward ? '<meta http-equiv="refresh" content="0;url=index.php">' : '';
- }
- else{ $extrahead1 .= $url_forward ? '<meta http-equiv="refresh" content="3;url='.
- (empty($_DCOOKIE['sid']) && $transsidstatus ? transsid($url_forward) : $url_forward).
- '">' : '';
- }
- //
复制代码
还有什么问题请继续提出.:)
- 实例网站:www.dzsun.com 管理员看到的话,我想问个问题,我觉得影响美观就把右侧的版权去掉了,但是其他地方discuz的版权信息都留着.因为我觉得分栏的版式不同与普通的,版权对界面美观影响很大,算不算违法啊?如果算请联系我,我再加上去.QQ:800438
复制代码
QQ:800438
- 另,嘿嘿,[color=Red] 有偿[/color] 帮忙设置论坛.表骂人,我不是JS,糊口而已,:联系方法同上.注明联系原因,谢谢.需要无偿帮助的朋友就表加了:论坛留贴等着回吧.....算了,偶是JS行了吧-_-!
复制代码
搜吧http://www.sou8.com
太阳城社区http://www.dzsun.com
有偿推广,送QQ会员http://www.sou8.com/qq
还有,我网站现在陷入瓶颈了,有没有伯乐,投个百八十万的.-_-!
[ 本帖最后由 asdasdsdaas 于 2006-6-1 12:22 编辑 ] |