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!
##
##
##############################################################.....