By User on Saturday, 20 April 2019
Posted in General Issues
Replies 7
Likes 0
Views 455
Votes 0
Hello.
1) create poll and dont set "Expiration Date"
2) edit poll in frontend
Result: when editing poll it display "Expiration Date: 11.01.2030".

When I update (reSave) poll it display:
This poll closes on 11.01.2030

I don't want this poll to Expire in 2030 or someday. And I can't clear date field to remove it.

I suppose if during poll creation I didn't set "Expiration Date", so I should not see this "Expiration Date: 11.01.2030" during editing. To be precise date should be visible after I put some checkbox (agree to use it).

thanks.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Thanks for reported, can you download my attached files and replace into this following file location and see how it goes.

JoomlaFolder/components/com_easysocial/themes/wireframe/polls/form/form.php
JoomlaFolder/components/com_easysocial/themes/wireframe/polls/form/story.php
·
Saturday, 20 April 2019 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. I replaces file.
But when I edit this poll: https://crimson-land.ru/community/stream/item/48395
and erase date field > save (update) poll, it still display: "Expiration Date: 11.01.2030".
·
Saturday, 20 April 2019 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Because you have press save that polls before during edit last time, you can check my attached screenshot below.

For now I already help you update this expired date to update '0000-00-00 00:00:00' then it should work fine now.
·
Sunday, 21 April 2019 10:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. Thanks. Seems editing databese is a little bit helped.
But users still confused about this:
1) create or edit poll
2) set date 30-04-2019
3) update / safe poll.
---
4) edit poll and erase date field
6) save poll
Result1: it's still display "This poll closes on 30.04.2019"
7) edit poll and set date 00-00-0000
8) update / safe poll.
Result2: it's still display "This poll closes on 30.04.2019"

So it's impossible to make poll unlimited date in prontend or backend? It's only possible by editing databese
·
Saturday, 27 April 2019 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. Thanks. Seems editing databese is a little bit helped.
But users still confused about this:
1) create or edit poll
2) set date 30-04-2019
3) update / safe poll.
---
4) edit poll and erase date field
6) save poll
Result1: it's still display "This poll closes on 30.04.2019"
7) edit poll and set date 00-00-0000
8) update / safe poll.
Result2: it's still display "This poll closes on 30.04.2019"

So it's impossible to make poll unlimited date in prontend or backend? It's only possible by editing databese

Oh, I got your meaning now, this is the second bug and I will log into issue tracker.
·
Sunday, 28 April 2019 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello. I can see that the main issue is fixed but there is another one related.
To disable Expiration Date I need to clear field. But Calendar is hover it and it invisible. I used "Backspace" button. More at the video. Thanks.
·
Tuesday, 18 June 2019 05:37
·
0 Likes
·
0 Votes
·
0 Comments
·
I already pass to our designer to check your issue on the site because locally unable to replicate this.

We found out this in-line styling caused this issue, so that calendar unable to show the correct alignment, you can check my attached screenshot below.

Currently I am not sure which file added this inline-styling, if you also no ideas where this file located this, perhaps you can consult with your template provider regarding this and see how it goes.

Because need to update to this following css in order to show correctly the calendar alignment :


.main {
position: relative;
max-width: 1200px;
margin: 0px auto 0;
background: white;
z-index: 2;
top: 200px;
}
·
Tuesday, 18 June 2019 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post