阅读背景:

Discuz论坛 去掉快速发帖 回帖 .net

来源:互联网 

找到common.js 的 showWindow方法

function showWindow(k, url, mode, cache, menuv) {
    //控制发帖和回复的弹窗不出现
    if (k == "newthread" || k == "reply") { return false }  
	mode = isUndefined(mode) ? 'get' : mode;
	cache = isUndefined(cache) ? 1 : cache;
	var menuid = 'fwin_' + k;
	var menuObj = $(menuid);
	var drag = null;
	var loadingst = null;

	if(disallowfloat && disallowfloat.indexOf(k) != -1) {
		if(BROWSER.ie) url += (url.indexOf('?') != -1 ?  '&' : '?') + 'referer=' + escape(location.href);
//		location.href = url;
//		doane();
		return;
	}function showWindo



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: