[問題] 這個"多選投票"mod 的問題...

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
bebe2803
星球公民
星球公民
文章: 117
註冊時間: 2005-01-24 19:31
來自: Hong Kong

[問題] 這個"多選投票"mod 的問題...

文章 bebe2803 »

代碼: 選擇全部

## EasyMod 0.0.7 compliant
############################################################## 
## MOD Title: MultiVote_Mod_v.1.3.3
##
## MOD Author: 	vilaras < vilaras@freemail.gr > (Theodoros Vilaras)	http://users.otenet.gr/~vil1st/multivote_mod/
##
## MOD Description: 
##
##		Multiple choice voting in phpBB polls:
##			- It's up to the user to define the number of the allowed selections. 
##			- Usage of 'checkboxes' instead of 'radio buttons' (when needed).
##			- Users-voters are automatically notified of the max allowed choices.
##			- Can set poll expiration within hours.
##			- Time left to poll expiration appears when viewing poll results page.
##			- Choose whether to hide results and total number of votes till poll expires or not.
##		ATTENTION: Addition of 4 db table fields (columns) is required
##
##
## MOD Version: 	1.3.3
##
## Installation Level: Intermediate 
##
## Installation Time: 20 Minutes 
##
## Files To Edit:		posting.php, 
##				viewtopic.php,
##				includes/functions_post.php,
##				language/lang_english/lang_main.php, 
##				templates/subSilver/posting_poll_body.tpl,
##				templates/subSilver/viewtopic_poll_ballot.tpl
##				templates/subSilver/viewtopic_poll_result.tpl
##
## Included Files: 	n/a
##############################################################
安裝後投票, 投票後加不到票數... @@
怨念公社

phpBB 2.0.17, 8+1 個 template, 70+ mod...
bebe2803
星球公民
星球公民
文章: 117
註冊時間: 2005-01-24 19:31
來自: Hong Kong

文章 bebe2803 »

(暈倒) 自上個 mod 失敗後, 我找到了另一個...

代碼: 選擇全部

############################################################## 
## MOD Title : 		Multiple Choice Voting 
## MOD Author : 	Poupoune < kristff@hotmail.com > (N/A) http://each.jexiste.fr 
## 
## MOD Description : 	Allows users to make multiple choices of voting on polls.			
##			That function can be activated on posting.php where the poster
##			can choose wether a one choice poll or a multiple choices poll.
##			Multiple choices polls will be represented as checkbox.
##			Multiple choices polls can be disabled in the ACP.
##
## MOD Version : 1.0.0
## 
## Installation Level : Intermediate 
## Installation Time :  10 minute(s) 
## Files to edit :   10
##	includes/constants.php
##	admin/admin_board.php
##	posting.php
##	includes/functions_post.php
##	viewtopic.php
##	language/lang_english/lang_main.php
##	language/lang_english/lang_admin.php
##	templates/subSilver/admin/board_config_body.tpl
##	templates/subSilver/posting_poll_body.tpl
##	templates/subSilver/viewtopic_poll_ballot.tpl
##	 
## Included Files :   0 
##
##############################################################
可是裝了後在送出投票時...

代碼: 選擇全部

Error in posting

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near ')' at line 1

INSERT INTO phpbb_vote_desc (topic_id, vote_text, vote_start, vote_length, vote_choice) VALUES (268, '測試投票', 1111929667, 0, )

Line : 329
File : functions_post.php
 
看不出是那裡的問題... 難道是 posting.php 那裡的句子的問題令 vote choice 變成沒內容了 @@
怨念公社

phpBB 2.0.17, 8+1 個 template, 70+ mod...
主題已鎖定

回到「外掛問題討論」