1) The thread notes that you made some changes to the original. Are those changes in the .txt file that is part of the first post?
2) At the beginning of the instructions, there are some steps for people who are using verions 2.0.x. Where do those instructions end and where do the instructions begin for people using later versions? (I am running 2.3.0).
Is this step for people on version 2.0.x ? ==>
Quote:
Run the sql query to add the column to the poll table so users can select to hide the poll or not
ALTER TABLE `poll` ADD `hidepoll` SMALLINT(5) UNSIGNED NOT NULL AFTER `voters`
|