Discuz!NT官方社区

首页 » Discuz!NT开发与测试 » Discuz!NT插件开发 » 发布一个招集聚会活动的插件
疯子001 - 2008-1-31 11:09:00
应该增加只有斑竹和管理员才能查看用户报名资料
rayyoo - 2008-2-14 10:49:00
详细的安装过程介绍一下啊  不然装了全错的  不能用论坛啦
rayyoo - 2008-2-16 21:24:00
这个插件是不是专门用在SQL版本上的  请说明一下啊
hnloser - 2008-2-18 12:02:00
在web.config文件里添加数据库链字符串
出现错误,按说明文档里加的
firedlove - 2008-2-19 12:57:00
:0 :0 :0 :0 :0
sheryee - 2008-2-20 14:01:00
数据库ID与密码??这个不会是for SQL的吧?Access能用吗?
Monk - 2008-2-25 15:15:00
首先感谢作者无私开发这个实用插件。
我下载在本地试用了一下,从一个活动组织者的角度反馈下我的意见,为节省大家时间,下面简单说下不足之处。

一、需要一个组织者或管理人员帮助报名。
二、报名后报名者无法选择退出活动
  建议:
  增加一个报名者自行退出和组织者和管理人员的帮助退出选项。
  另设置一个活动退出时间,超过该时间,报名者不能退出活动。
三、报名时间截止后,无法在页面编辑活动内容,需要自行修改模版逻辑。(有时候发布活动,有可能将截止时间填错。)
四、报名参加活动后,应该有个审核状态,等待组织者确认允许参加活动或拒绝参加活动。
slabin - 2008-4-12 16:42:00
楼主呀,ACCESS版的,要如何使用这个插件呀,先谢了。
zjoch - 2008-4-19 14:55:00
配置太复杂了!
杰摄影 - 2008-4-19 17:24:00
按照楼主说明文件方法配置出现错误:


引用:
帖子保存出现异常Keyword not supported: 'initial catalog'.


网站:www.yushihui.com
杰摄影 - 2008-4-19 17:26:00


引用:
原帖由 slabin 于 2008-4-12 16:42:00 发表
楼主呀,ACCESS版的,要如何使用这个插件呀,先谢了。

ACCESS版只需要把connectionString=“×××”中的改为和DNT.config中的<Dbconnecstring>配置节中相同即可
杰摄影 - 2008-4-19 17:31:00
希望楼主能够帮忙解决一下
SQL版出现错误信息:


引用:
帖子保存出现异常Keyword not supported: 'initial catalog'.

ACC版出现错误信息:


引用:
帖子保存出现异常Keyword not supported: 'provider'.


ACC是在本机配置出现错误,SQL版网站:www.yushihui.com
sushanyan - 2008-5-13 13:39:00
感谢楼主无私奉献
syc958 - 2008-9-11 12:42:00
Server Error in '/bbs' Application.
--------------------------------------------------------------------------------

两个 datetime 列的差别导致了运行时溢出。
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: 两个 datetime 列的差别导致了运行时溢出。

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
  <system.web>
      <compilation debug="true"/>
  </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. 

Stack Trace:


[SqlException (0x80131904): 两个 datetime 列的差别导致了运行时溢出。]
  System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +857434
  System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +735046
  System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
  System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +1838
  System.Data.SqlClient.SqlDataReader.HasMoreRows() +150
  System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout) +214
  System.Data.SqlClient.SqlDataReader.Read() +9
  System.Data.SqlClient.SqlCommand.CompleteExecuteScalar(SqlDataReader ds, Boolean returnSqlValue) +39
  System.Data.SqlClient.SqlCommand.ExecuteScalar() +148
  CSExpressPlugin.Discuz.Plugin.Klatch.CheckKlatchInfoExist() +338
  ASP.aspx_2_showtopic_aspx.OnInit(EventArgs e) +22766
  System.Web.UI.Control.InitRecursive(Control namingContainer) +321
  System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
syc958 - 2008-9-11 12:48:00
我发现只要一重新编辑结束报名的那个日期字段里就变为空了请作者写上修改一下!
zj2050 - 2008-9-11 13:51:00
2。5能用么?
syc958 - 2008-9-11 15:25:00
装是装上了可是截止日期就是添加不上去,用原作者发布的时候问题是修改帖子里截止日期总是被置为空!页面出错,用了那个修改者的后,不论添加还是修改都是空!但页面不出错了!真是郁闷!要是这个样子,这插件根本就不能用呀!可以到我网站上测试一下!太郁闷了!http://www.syc958.cn
12
查看完整版本: 发布一个招集聚会活动的插件