[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.
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 anyone tell me where would be exactly the ADJUSTING?
I have approved via the installation several times and if I'm right would be the right setting at the forums / poll, but there is in my view, despite all the changes nothing?
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
serenity15
Registered User
Posts: 20
Joined: Mon Oct 31, 2011 6:14 pm

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by serenity15 »

i have this same question
Why in ACP/ permission i cant se " 'acl_f_poll_results' => array('lang' => 'You can see who voted in the polls','cat' => 'polls',),"
serenity15
Registered User
Posts: 20
Joined: Mon Oct 31, 2011 6:14 pm

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by serenity15 »

i find solution :D

in you database find:
f_poll_results

and change number:
is_global: 1 to 0
and
is_local: o to 1

And you have permission in ACP/ Pools :D
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 »

Hello for me it just stgeht in the database:
Unread postby serenity15 »Mon November 14, 2011 10:01 pm
i find solution: D

you find in database:
f_poll_results

and change number:
is_global: 1 to 0
and
is_local: o to 1
But I still can not see it yet?
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
serenity15
Registered User
Posts: 20
Joined: Mon Oct 31, 2011 6:14 pm

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by serenity15 »

you must change Permission to grup :)

Image

if you dont have this option must do it some wrong
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 »

Many thanks to the general cache is cleared and now it works.
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
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 »

sorry but now goes after the MOD are still a couple things I noticed in the prosilver style it will not appear even though the change was made ​​in the viewtopic_body.html and subsilver2 it appears, but how can I make the names under the bars are displayed?
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
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 »

I must once again I would like to report that a user will be displayed under the vote, but is in the template with the <br /> not like it, unfortunately I get the point?
has voted the date information is also not true that he shows to the user on 01 Jan 1970 at 1:00 clock?
Image
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
camena
Registered User
Posts: 30
Joined: Thu Feb 11, 2010 9:40 pm

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by camena »

Hi,
wondering if anyone could help me. i have a general error after installing the mod. when going to the topic that has my current poll i get a general error blelow:
General Error
SQL ERROR [ mysql4 ]

Unknown column 'pv.vote_time' in 'field list' [1054]

SQL

SELECT u.username, u.user_colour, pv.vote_user_id, pv.vote_time FROM phpbb_poll_votes pv, phpbb_users u WHERE pv.topic_id = 305 AND poll_option_id = 1 AND pv.vote_user_id = u.user_id ORDER BY u.username_clean ASC, pv.vote_user_id ASC

BACKTRACE

FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()

FILE: viewtopic.php
LINE: 859
CALL: dbal_mysql->sql_query()
what do i do to resolve this?
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 »

Hallo camena
you can fix with the following command:

Code: Select all

ALTER TABLE phpbb_users ADD pv.vote_time INT NOT NULL;
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
camena
Registered User
Posts: 30
Joined: Thu Feb 11, 2010 9:40 pm

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by camena »

Thank you for your help ... where do I put that command?
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 »

Hallo camena
the command you need to enter into the database in phpmyadmin or mysqldumper if you use the!

can someone help me with my problem?
Shorty1968 wrote:I must once again I would like to report that a user will be displayed under the vote, but is in the template with the <br /> not like it, unfortunately I get the point?
has voted the date information is also not true that he shows to the user on 01 Jan 1970 at 1:00 clock?
Image
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
camena
Registered User
Posts: 30
Joined: Thu Feb 11, 2010 9:40 pm

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by camena »

Shorty1968 wrote:Hallo camena
the command you need to enter into the database in phpmyadmin or mysqldumper if you use the!
I get that part... im still pretty new at this though... so i dont know where exactly to do that... would i go into the phpbb_poll datatbase? do i just create a new one? would you be able to give me step by step instructions i just dont know exactly where I am putting the command.
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 »

ok I will be in my forum for a step-by step instructions to get ready, if it is ok for them and they to me tonight about time to give?

The instructions must be in English or German is also?

*EDIT*
I've just encountered a problem when I run the sql command for me I get:

Code: Select all

error

SQL command:

ALTER TABLE ADD phpbb_poll_votes pv.vote_time INT NOT NULL

MySQL said: Documentation
# 1103 - Incorrect table name 'pv'
should not be something for me to come with double entry?
Sorry for my bad english,i am a German Bub and Google Translate help me. :D
vision82
Registered User
Posts: 1
Joined: Sat Mar 03, 2007 9:59 am

Re: [RC] Advanced Show Poll Voters 1.0.0

Post by vision82 »

Hi all :mrgreen: ,
one question about this mod...it's possibile to hidden result to users during the poll?
I try to search in permission settings, but I don't find this.

Could you help me? :oops:

Best regards

Return to “[3.0.x] Abandoned MODs”