Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2018-07-06 09:45:19

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: oui_cookie - Set, read, reset or delete cookies

FYI, oui_cookie v1.0.0-BETA3 is released.


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#14 2018-07-06 11:16:53

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: oui_cookie - Set, read, reset or delete cookies

Hi Nicolas

On the surface, it all looks like it is working just fine. I’ll start experimenting with the delete cookie function next week.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#15 2018-07-06 11:20:52

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: oui_cookie - Set, read, reset or delete cookies

colak wrote #312879:

[…] On the surface, it all looks like it is working just fine. I’ll start experimenting with the delete cookie function next week.

Nice, thanks. Freel free to come back to me if you have any question or suggestion.


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#16 2018-10-26 12:51:18

ENB
New Member
Registered: 2016-10-04
Posts: 5

Re: oui_cookie - Set, read, reset or delete cookies

Hello. Help me, please
After installation plugin (txp 4.7.1, plugin Beta3) I have this error:

Parse error: syntax error, unexpected ‘isSet’ (T_ISSET), expecting identifier (T_STRING) in …\lib\txplib_misc.php(1826) : eval()’d code on line 199
plugin_load_error_aboveoui_cookie

On local server and VPS
Is there any solution to this problem? Thanks for any info

Offline

#17 2018-10-26 14:41:52

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: oui_cookie - Set, read, reset or delete cookies

ENB wrote #314745:

Hello. Help me, please
After installation plugin (txp 4.7.1, plugin Beta3) I have this error:

Parse error: syntax error, unexpected ‘isSet’ (T_ISSET), expecting identifier (T_STRING) in …\lib\txplib_misc.php(1826) : eval()’d code on line 199
plugin_load_error_aboveoui_cookie

Hi, isset – or isSet in this case – is a reserved word in PHP. Replacing isSet occurences by isCookieSet fixes that. I’ll commit soon I compiled a new pre-release here ; thanks for the report.

Last edited by NicolasGraph (2018-10-26 14:53:46)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#18 2018-10-27 07:47:30

ENB
New Member
Registered: 2016-10-04
Posts: 5

Re: oui_cookie - Set, read, reset or delete cookies

NicolasGraph wrote #314752:

Hi, isset – or isSet in this case – is a reserved word in PHP. Replacing isSet occurences by isCookieSet fixes that.

Thank you! Plugin is work now :)

Offline

#19 2020-07-20 18:07:14

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: oui_cookie - Set, read, reset or delete cookies

Hi Nicolas,

Can you please shed some light on how to include a delete cookie link? Should it be ?cookie_name&delete=1?

Also, is there a way to delete all oui cookies?

I know how to do it in the browser but I’m also trying to give an easy option to the visitors.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

Board footer

Powered by FluxBB