News:

Join the Facebook Fan Page.

Main Menu

GDPR Helper

Started by vbgamer45, June 02, 2018, 07:23:16 PM

Previous topic - Next topic

Obcy

Not clear id_member in messages if gpdr helper installed.(option unchecked "Clear Member IP/Email,Username from posts on member delete") if deleted user. 

ms_ukyankee

Hiya, thanks for this mod, it was a great timesaver.

I have one issue which confuses me, the Privacy Policy link in the footer is duplicated on my forums on both custom themes (old/new) and Curve. No one else seems to have this as it's not reported. I can work around it and add my own policy link while commenting out the mod code from QueryString.php, but is it the mod or something else? it's the "something else" which concerns me.
SMF since 2004 <3

vbgamer45

Probably something else such as part of the code being executed twice.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Shambles

Quote from: ms_ukyankee
... the Privacy Policy link in the footer is duplicated on my forums ...

Have a look in Subs.php and see if you have this:

// Start up the session URL fixer.
ob_start('ob_sessrewrite'); ob_start('ob_sessrewrite');


If so, change it to this:

Code (Replace) Select
// Start up the session URL fixer.
ob_start('ob_sessrewrite');

ms_ukyankee

Quote from: Shambles on June 30, 2018, 01:08:35 PM

Have a look in Subs.php and see if you have this:

// Start up the session URL fixer.
ob_start('ob_sessrewrite'); ob_start('ob_sessrewrite');


If so, change it to this:

Code (Replace) Select
// Start up the session URL fixer.
ob_start('ob_sessrewrite');


How bizarre, that was it! Fixed. Thank you, Shambles!
SMF since 2004 <3

vbgamer45

Good to know haven't seen that occur before.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Shambles


vbgamer45

Strange not sure what mod is doing that I do not touch that line of code in this mod.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

@rjen

Quick question.

I am checking the acceptance of the privacy agreement using a query on the database, combining the 'gpdr_policydate' and the last login date. In a month or so we will delete all users that have not accepted.

I find that some users have a last login date LATER than the date the the policy was effected, but they do not have a value in de gpdr_policydate. This suggests that they logged in to the forum after the effective date, so they must have been presented with the agreement text...

Is this what happens when they login, but do NOT accept the policy? Or is is a glitch in the code somehow?
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

vbgamer45

Yes, the  gpdr_policydate is only set if they agree to the new privacy policy. People can login and logout without accepting.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

@rjen

Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

Shambles


confuseamuse

I remember asking for a mod that let you change the registration agreement and force users to view the changes. Thankfully, the GDPR requirement essentially provided the functionality I'll need ;D

vbgamer45

confuseamuse That works out! Thanks Shambles for figuring that out looks like that will be fixed soon.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Arantor

Yeah, it's an easy fix, I just was a bit sloppy in my packaging, because I haven't written SMF mods in a while...

vbgamer45

Thanks I have done that a bunch of times over the years.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Arantor


AllMassive

#37
When trying to export i get this in the error-logs:

https://forum.xxx.com/index.php?pretty;action=profile&amp;area=exportdata;u=5
8: Undefined index: profile_fields
Datei: /var/www/forum/SearchFocus.german-utf8.php (edit_options sub template - eval?)
Zeile: 1212

I'm using the 1.04. on 2.0.15.

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

AllMassive


Advertisement: