Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 连接的图片失效自动用指定图片代替

[复制链接]
Rat 发表于 2006-9-2 13:34:10 | 显示全部楼层 |阅读模式
这是5.0的修改。4.1的在30楼
1.修改header.htm

  1. <script type="text/javascript" src="include/menu.js"></script>
复制代码


下面加

  1. <script>
  2. function errpic(thepic){
  3. thepic.src="images/nopic.gif" //图片地址
  4. }
  5. </script>
复制代码


2.修改discuzcode.func.php

  1. "bbcodeurl('\\1', '<img src="%s" border="0"   onload="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor=\'hand\'; this.alt=\'Click here to open new window\\nCTRL+Mouse wheel to zoom in/out\';}" onclick="if(!this.resized) {return true;} else {window.open(\'%s\');}" onmousewheel="return imgzoom(this);" alt=""
复制代码


后面加

  1. onerror="javascript:errpic(this)"
复制代码


3.上传图片到images

[ 本帖最后由 Rat 于 2006-9-3 18:13 编辑 ]

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
xjbl 发表于 2006-9-2 13:53:14 | 显示全部楼层
OK!收藏...
回复

使用道具 举报

魔焰男孩 发表于 2006-9-2 13:55:29 | 显示全部楼层
回复

使用道具 举报

chfouro 发表于 2006-9-2 13:56:19 | 显示全部楼层
回复

使用道具 举报

ydxiao 发表于 2006-9-2 14:57:17 | 显示全部楼层
顶起来
回复

使用道具 举报

zjfjm 发表于 2006-9-2 16:03:25 | 显示全部楼层
收藏了,谢谢了。
回复

使用道具 举报

xpfox 发表于 2006-9-2 16:06:21 | 显示全部楼层
需要!搜藏!
回复

使用道具 举报

zhangda7455 发表于 2006-9-2 16:27:27 | 显示全部楼层
回复

使用道具 举报

0215 发表于 2006-9-2 22:29:04 | 显示全部楼层
discuzcode.func.php
这个文件在哪里?
回复

使用道具 举报

good2002 发表于 2006-9-2 22:41:04 | 显示全部楼层
收藏了!!!:)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 07:05 , Processed in 0.042227 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表