[ABD] Advanced Show Poll Voters 1.0.0

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
xXSTrikeXx
Registered User
Posts: 8
Joined: Thu May 12, 2011 5:56 am

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by xXSTrikeXx »

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');
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by Saske1 »

xXSTrikeXx 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');
I uninstall that version I run these 2 SQL consultation

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)
but I think the second would only

Code: Select all

DELETE FROM `your_database`.`phpbb_config` WHERE `phpbb_config`.`config_name`
xXSTrikeXx
Registered User
Posts: 8
Joined: Thu May 12, 2011 5:56 am

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by xXSTrikeXx »

I got this error while running the install.php:
Fatal error: Class 'umil_frontend' not found in /var/kunden/webs/ho270210001/forum/umil/umil_auto.php on line 84
Edit: Now it works :D
Emkey
Registered User
Posts: 1
Joined: Wed Sep 14, 2011 5:39 pm

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by Emkey »

Very nice mod, installed it today, but there is a problem:

I cant set the permissions in the ACP for groups, so noone outside the ACP can see the vote results.

"Advanced Show Poll Voters" is enabled, also i changed the installed template (its not subsilver).

Thx for your help
User avatar
Blue Blood
Registered User
Posts: 767
Joined: Sat Apr 11, 2009 7:09 am
Location: U§A
Name: Blue Blood

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by Blue Blood »

The Download requires registration.
I think this violate phpBB rules.
Please fix
Thanks!!

For anyone else
here is the direct link for version 1.0.0
http://www.phpbbsaske.com/titania/download/id_35

I installed on phpBB version 3.0.9 with 70 other mods and it works great.
Thanks!!
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by tumba25 »

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.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [DEV] Advanced Show Poll Voters 1.0.0

Post by Saske1 »

Blue Blood wrote:The Download requires registration.
I think this violate phpBB rules.
Please fix
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.
Thanks for notice, now change the link to not require registration. ;)
Saske1
Registered User
Posts: 263
Joined: Wed Feb 02, 2011 7:41 pm
Location: Spain/España
Name: Salva

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by Saske1 »

New Versión, RC Advanced Show Poll Voters
Download: http://www.phpbbsaske.com/titania/download/id_51
For the update, just download the MOD, and MOD files replaced by those who already have

The principal novelty of this new version, adding a version checker :)
Parador
Registered User
Posts: 62
Joined: Sun Dec 04, 2005 1:49 pm
Location: Germany

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by Parador »

Hello Saske1,

is there a way to list the users who have voted all in one list beneath the poll? I don't want to list them under each option, but as a list of people who voted allready. I don't want people to see who voted which option, but I want to see who voted in general.

Would be cool, if there's any way. :) Thanks for your help!
pomelo
Registered User
Posts: 29
Joined: Thu Sep 23, 2004 9:04 pm
Location: France

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by pomelo »

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 :
Cannot find module ./../includes/acp/acp_polls_results.php
I've uploaded all the files incuded in the .zip ....
So, I can't use this mod for the moment ...

Can you help me please ?

Thanks :)
RyonanGT
Registered User
Posts: 3
Joined: Sat Jun 18, 2011 3:21 am

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by RyonanGT »

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 :
Cannot find module ./../includes/acp/acp_polls_results.php
I've uploaded all the files incuded in the .zip ....
So, I can't use this mod for the moment ...

Can you help me please ?

Thanks :)
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
Registered User
Posts: 29
Joined: Thu Sep 23, 2004 9:04 pm
Location: France

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by pomelo »

Thanks a lot! I didn't noticed that the file wasn't with the good name !

I've just activated the mod in the acp and ... nothing

Is there another thing to do to see who voted what ?

I went to the permissions setting "user / forums", I selected my username and there is nothing new in the "poll section" ...
pomelo
Registered User
Posts: 29
Joined: Thu Sep 23, 2004 9:04 pm
Location: France

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by pomelo »

Hi

It's ok ! I thought that the results would appear just under the results in the poll but it only appears in the ACP !
lau09
Registered User
Posts: 24
Joined: Fri Oct 15, 2010 9:04 pm

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by lau09 »

I'm not seeing all topics with polls in acp module that i added, just few. Any idea why?
Shorty1968
Registered User
Posts: 253
Joined: Sat Sep 10, 2011 10:19 am

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by Shorty1968 »

can someone please tell me where exactly the mod everything must be set, I can look at the polls any user?

In my ACP / General / Advanced Display Poll voters is more available but I do not find easy?
Sorry for my bad english,i am a German Bub and Google Translate help me. :D

Return to “[3.0.x] Abandoned MODs”