Code: Select all
SQL
Code:Select all
ALTER TABLE phpbb_topics ADD poll_show_voters TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT 0;
Code:Select all
INSERT INTO phpbb_config ( config_name, config_value ) VALUES ('aspv_config', '0');
Code: Select all
SQL
Code:Select all
ALTER TABLE phpbb_topics ADD poll_show_voters TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT 0;
Code:Select all
INSERT INTO phpbb_config ( config_name, config_value ) VALUES ('aspv_config', '0');
I uninstall that version I run these 2 SQL consultationxXSTrikeXx wrote:How to uninstall this:
Code: Select all
SQL Code:Select all ALTER TABLE phpbb_topics ADD poll_show_voters TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT 0; Code:Select all INSERT INTO phpbb_config ( config_name, config_value ) VALUES ('aspv_config', '0');
Code: Select all
ALTER TABLE `phpbb_topics` DROP `poll_show_voters`
DELETE FROM `your_database`.`phpbb_config` WHERE `phpbb_config`.`config_name` = CAST(0x617370765f636f6e666967 AS BINARY)
Code: Select all
DELETE FROM `your_database`.`phpbb_config` WHERE `phpbb_config`.`config_name`
Edit: Now it worksFatal error: Class 'umil_frontend' not found in /var/kunden/webs/ho270210001/forum/umil/umil_auto.php on line 84
Blue Blood wrote:The Download requires registration.
I think this violate phpBB rules.
Please fix
Thanks for notice, now change the link to not require registration.tumba25 wrote:The download link needs to be direct and easily accessible without registration. Your MOD requires users to register to be able to download this MOD. I suggest that you read the MOD dev forum rules. Especially rule 5c.
If you don't follow the forum rules we will need to lock your MOD topic.
I've uploaded all the files incuded in the .zip ....Cannot find module ./../includes/acp/acp_polls_results.php
go to phpbb root folder, then goto "includes" folder and then "acp" folder, find and rename acp_poll_results.php to acp_polls_results.php.pomelo wrote:hello
1st of all, thanks for this mod !
I've got a little problem: in the ACP, when trying to go to "advanced show poll voters", i've got an error :
I've uploaded all the files incuded in the .zip ....Cannot find module ./../includes/acp/acp_polls_results.php
So, I can't use this mod for the moment ...
Can you help me please ?
Thanks