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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
123
返回列表 发新帖

[插件] 彩星发文框for D4.0 by uv123(神奇小子)

[复制链接]
wind123 发表于 2006-3-4 20:49:27 | 显示全部楼层
顶上去
回复

使用道具 举报

bonusboy29 发表于 2006-3-5 09:21:37 | 显示全部楼层
高手 喜欢支持 了 好代码 我刚开始还以为是图 的星星
回复

使用道具 举报

ic3 发表于 2006-4-8 02:58:24 | 显示全部楼层
发现问题了
  1. function csf() {
  2.         if (helpmode) {
  3.                 alert(daxiao_help);
  4.         } else if (getSelectedText()) {
  5.                 var range = document.selection.createRange();
  6.                         text2=prompt(csf_tips,csf_normal_input2);
  7.                 range.text = "[csf="+range.text+"]"+text2+"[/csf]";
  8.         } else if (advmode) {
  9.                 AddTxt="[csf="+csf_normal_input1+"]"+csf_normal_input3+"[/csf]\r";
  10.                 AddText(AddTxt);
  11.         } else {
  12.                 txt2=prompt(csf_normal_input2,csf_normal_input3);
  13.                 if (txt2!=null) {
  14.                         txt=prompt(csf_normal_input1,csf_normal_input1);
  15.                         if (txt!=null) {
  16.                                 if (txt2=="") {
  17.                         txt2=prompt(csf_normal_input2,csf_normal_input3);
  18.                         txt1=prompt(csf_normal_input1,csf_normal_input1);
  19.                                         AddTxt="[csf="+txt1+"]"+txt2;
  20.                                         AddText(AddTxt);
  21.                                         AddText("[/csf]\r");
  22.                                 } else {
  23.                                         AddTxt="[csf="+txt+"]"+txt2;
  24.                                         AddText(AddTxt);
  25.                                         AddText("[/csf]\r");
  26.                                 }         
  27.                         }
  28.                 }
  29.         }
  30. }
复制代码


该改成


  1. function csf() {
  2.                        if (helpmode) {
  3.                 alert(daxiao_help);
  4.                        } else if (getSelectedText()) {
  5.                 var range = document.selection.createRange();
  6.                              text2=prompt(csf_normal_help,csf_normal_input1);
  7.                 range.text = "[csf="+range.text+"]"+text1+"[/csf]";
  8.                        } else if (advmode) {
  9.                 AddTxt="[csf="+csf_normal_input3+"]"+csf_normal_input1+"[/csf]\r";
  10.                 AddText(AddTxt);
  11.                        } else {
  12.                 txt2=prompt(csf_normal_input1,csf_normal_input1);
  13.                 if (txt2!=null) {
  14.                              txt=prompt(csf_normal_input2,csf_normal_input3);
  15.                              if (txt!=null) {
  16.                                                if (txt2=="") {
  17.                              txt2=prompt(csf_normal_input1,csf_normal_input1);
  18.                              txt1=prompt(csf_normal_input2,csf_normal_input3);
  19.                                         AddTxt="[csf="+txt1+"]"+txt2;
  20.                                         AddText(AddTxt);
  21.                                         AddText("[/csf]\r");
  22.                                                } else {
  23.                                         AddTxt="[csf="+txt+"]"+txt2;
  24.                                         AddText(AddTxt);
  25.                                         AddText("[/csf]\r");
  26.                                                }              
  27.                              }
  28.                 }
  29.                        }
  30. }
复制代码


不然的话颜色会变黑色而只显示颜色的代码

[ 本帖最后由 ic3 于 2006-4-8 03:09 编辑 ]
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-22 04:07 , Processed in 0.019721 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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