[ABD] Advanced Polls 1.2

Any abandoned Extensions will be moved to this forum.

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

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Locked
User avatar
potku
Registered User
Posts: 980
Joined: Wed Dec 22, 2004 10:26 pm
Location: Tampere, Finland
Contact:

Re: [BETA] Advanced Polls 1.2

Post by potku »

This is a nice EXT. :)

I noticed something. If this is used together with Show First Post On Every Page, the latter does not work. Also, after editing a post with Advanced Polls, the option Show Voters is not ticked although originally it was ticked. This is not a major problem, but it maybe isn't mean to work like that.
Potku.net

"Before I speak, I have something important to say."

- Groucho Marx
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.
Contact:

Re: [BETA] Advanced Polls 1.2

Post by Galixte de EzCom »

Hi,

the page of the extension “Show first post en every” is here: https://www.phpbb.com/customise/db/exte ... neverypage.

Ask to the author of this extension, maybe he will help you.
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
potku
Registered User
Posts: 980
Joined: Wed Dec 22, 2004 10:26 pm
Location: Tampere, Finland
Contact:

Re: [BETA] Advanced Polls 1.2

Post by potku »

Thanks, I will ask there, too. :)
Potku.net

"Before I speak, I have something important to say."

- Groucho Marx
User avatar
potku
Registered User
Posts: 980
Joined: Wed Dec 22, 2004 10:26 pm
Location: Tampere, Finland
Contact:

Re: [BETA] Advanced Polls 1.2

Post by potku »

I noticed a problem with setting the poll to last a until certain date or a certain number of days. Would anyone have an idea how to fix this?

Thanks. :)

Code: Select all

Yleinen virhe
SQL ERROR [ mysqli ]

Out of range value for column 'poll_start' at row 1 [1264]

SQL

UPDATE olympus_topics SET forum_id = 38, icon_id = 0, topic_title = 'Potku-tapaaminen XVII 22.10.2016 Tampereella', topic_first_poster_name = 'admin', topic_type = 1, topic_time_limit = 0, poll_title = 'Potku-tapaaminen XVII', poll_start = -86400, poll_max_options = 3, poll_length = 86400, poll_vote_change = 1, topic_last_view_time = 1472526843, topic_attachment = 0, wolfsblvt_poll_votes_hide = 0, wolfsblvt_poll_voters_show = 1, wolfsblvt_poll_voters_limit = 0, wolfsblvt_poll_show_ordered = 0, wolfsblvt_poll_max_value = 1, wolfsblvt_poll_total_value = 3 WHERE topic_id = 21434

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 193
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/includes/functions_posting.php
LINE: 1982
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/posting.php
LINE: 1403
CALL: submit_post()
Our board: http://potku.net/forum
Potku.net

"Before I speak, I have something important to say."

- Groucho Marx
User avatar
Mauron
Registered User
Posts: 342
Joined: Wed Jul 16, 2014 11:25 am

Re: [BETA] Advanced Polls 1.2

Post by Mauron »

poll_start = -86400
Why is it negative?
User avatar
potku
Registered User
Posts: 980
Joined: Wed Dec 22, 2004 10:26 pm
Location: Tampere, Finland
Contact:

Re: [BETA] Advanced Polls 1.2

Post by potku »

That's what I was wondering... But now that I tried it again, it is working. Good! And I did have the correct year there before. Hopefully it was just a temporary glitch. :)
Potku.net

"Before I speak, I have something important to say."

- Groucho Marx
BF79
Registered User
Posts: 499
Joined: Fri Feb 13, 2015 1:28 pm
Name: Fouad B

Re: [BETA] Advanced Polls 1.2

Post by BF79 »

I need help !!
smething is wrong in my poll

I have this msg
Specified date/time is invalid



Image
timeypizza
Registered User
Posts: 53
Joined: Mon Feb 29, 2016 12:16 am

Re: [BETA] Advanced Polls 1.2

Post by timeypizza »

Hey,

I just installed this mod, it is great!

When I create a poll, under the option to set the number of votes per user there is no actuall text for the option, it just says
AP_POLL_MAX_VALUE:
AP_POLL_TOTAL_VALUE:
AP_POLL_SHOW_ORDERED:

Is this because I am using a german language on the board? If so, where can I add the text so it will be actually displayed there instead of these variable names?

Thx.
User avatar
javiexin
Code Contributor
Posts: 1157
Joined: Wed Oct 12, 2011 11:46 pm
Location: Madrid, Spain
Name: Javier
Contact:

Re: [BETA] Advanced Polls 1.2

Post by javiexin »

Yes, this is a language file issue. The German language is not up to date.

To fix it, go to the languages folder under the extension, and fix the issues in the files in the German folder by comparing and translating with the English language files (correct and complete).

Regards,
-javiexin
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.
Contact:

Re: [BETA] Advanced Polls 1.2

Post by Galixte de EzCom »

Hi,

Otherwise he can update the files on GitHub : https://github.com/Wolfsblvt/advancedpo ... anguage/de
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
Nycklick
Registered User
Posts: 39
Joined: Sun Nov 23, 2014 4:56 pm

Re: [BETA] Advanced Polls 1.2

Post by Nycklick »

Hi, I have a problem: poll voters' nicknames are not shown in the poll even though I have set proper permissions. Using 3.1.9 phpbb and 1.2 Polls.
aidzan
Registered User
Posts: 14
Joined: Sat Oct 03, 2015 8:25 pm

Re: [BETA] Advanced Polls 1.2

Post by aidzan »

Is there any update on when this will be updated from Beta?
User avatar
javiexin
Code Contributor
Posts: 1157
Joined: Wed Oct 12, 2011 11:46 pm
Location: Madrid, Spain
Name: Javier
Contact:

Re: [BETA] Advanced Polls 1.2

Post by javiexin »

I am planning on releasing a new version within a month or two, to be submitted to the CDB.

There are only a few changes that I am planning:
- Vote removal
- Improvements on the poll definition page
- Chasing the inconsistent issue with some polls failing with the "Out of range value for column 'poll_start'" error

I will then work on the migration of the extension to 3.2.

Regards,
-javiexin
User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: [BETA] Advanced Polls 1.2

Post by Raul [ThE KuKa] »

Sounds great javiexin.

Nice job!!!
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


Nully
Registered User
Posts: 453
Joined: Thu Jan 29, 2009 10:11 pm
Location: France
Contact:

Re: [BETA] Advanced Polls 1.2

Post by Nully »

Thanks javiexin.
I use it and it works very well.
Locked

Return to “Abandoned Extensions”