poll die niet werkt

Hulp nodig bij een modificaties of op zoek naar een MOD? Bekijk ons archief. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

poll die niet werkt

Bericht door svenn » 25 jul 2004, 19:40

ik heb deze mod geinstaleerd allles werkt goed maar als ik of iemand anders probeerd te stemmen lukt het niet wel het lukt maar de stem word niet opgenomen de procenten werken niet je kunt inloggen met de volgende

pass = test
nick = test


zoals je ziet is hij easymodable dit is een van de eerste keren dus niet echt een succes :(

svennson

Code: Selecteer alles

## 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
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes: 
##
##
##
##	ATTENTION: 	Addition of 4 table fields is REQUIRED.
##				That is, either you need to have access to the db 
##				(either direct access or through another program,
##		 		for example phpMyAdmin for MySQL
##				(available at http://www.phpmyadmin.net/)
##
##			If you do not create the required fields, then your Board is
##				not going to function properly!
##
##			Do NOT try to use this mod without installing the fields!
##
##
##############################################################..... 

Gebruikersavatar
Podium4
Berichten: 3009
Lid geworden op: 07 aug 2003, 15:32
Locatie: Groningen / Zwolle

Bericht door Podium4 » 25 jul 2004, 21:59

ATTENTION: Addition of 4 db table fields (columns) is required
Heb je dat al gedaan?

Gaf easymod foutmeldingen dat hij een deel niet had gevonden?
Alleen support via het forum, dus geen support via email, msn of pb.

svenn
Berichten: 5001
Lid geworden op: 14 jul 2004, 13:00
Locatie: Kortrijk
Contacteer:

niet

Bericht door svenn » 26 jul 2004, 09:49

ik dacht van niet geen easymod fouten

Code: Selecteer alles

ATTENTION: Addition of 4 db table fields (columns) is required
wat is dat? ik heb wel al een autoinstallatie gedaan ...

svennson

Gesloten