Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4229
Latest: Ghost
New This Month: 3
New This Week: 0
New Today: 0
Stats
Total Posts: 43063
Total Topics: 7491
Most Online Today: 124
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 37
Total: 37

Author Topic: Admin View in Member's Profile of Dates for Accepting of PP and Reg Agreement  (Read 4435 times)

0 Members and 1 Guest are viewing this topic.

Offline HDB

  • Member
  • *
  • Posts: 49
    • View Profile
    • HDBitchin, a Harley Davidson Community and Technical Forum
I have your GDPR Pro.

In this post...

https://www.smfhacks.com/index.php/topic,9578.msg41970.html#msg41970

...you gave an answer about the date of acceptance of the Privacy Policy and Registration Agreement would be visible to the Admin in the member's profile. I don't see the dates.

I wonder if it might be because I use a  enhanced profile mod from SMFPacks called SMFPacks Social Profile Pro. Back when I installed that SMFPacks mod it took away your summary of Awesome Post Ratings (see attached picture below) that used to nicely show at the bottom of each member's profile page. I liked that feature but after installing the SMFPacks Social Profile Pro I never went back to SMFPacks or you to see if I could recover the Post Ratings list in each member profile.

What I am wondering now is the date of acceptance for the Privacy Policy and the Registration Agreement in GDPR Pro masked by the enhanced profile pages that I use from SMFPacks? Possibly the same as the Awesome Post Rating list is masked (missing).

One other question. I can only export my data and when trying to export the data from a member account I get this...

---------------------
An Error Has Occurred!
You cannot export the users information. You can only export your own data
---------------------
Is this normal?
« Last Edit: June 15, 2018, 10:49:05 pm by HDB »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16349
    • View Profile
If you are using a different profile page mod. Then yes that mod or the template that it adds has to be modified to display that information

Currently only admins can export members data but I could add an option to allow admins to export a users information.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline HDB

  • Member
  • *
  • Posts: 49
    • View Profile
    • HDBitchin, a Harley Davidson Community and Technical Forum
Where in the standard profile is the date of acceptance suppose to show? Knowing that might be helpful to my attempt or SMFPacks (the profile mod maker) to recover it.


Currently only admins can export members data but I could add an option to allow admins to export a users information.
I was attempting to export a member’s data as the admin. Above you say “currently” only admins can export “member” data but you can add an option to export  “users” data.

What is the difference in what your are referring to as “member“ data which you say I can export and “users” information which you can add an option for?

As I see it now, as an Admin I can only export my own data and not data for a member or user.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16349
    • View Profile
You can change this code for now if you want to get gain access
In source/gdpr2.php
Code: [Select]

    if ($memID != $user_info['id'])
            fatal_error($txt['gdpr_err_export_user'],false);
To
Code: [Select]

    if ($memID != $user_info['id'] && $user_info['is_admin'] == false)
            fatal_error($txt['gdpr_err_export_user'],false);

Attached a screenshot of where the acceptance information appears:

[ Guests cannot view attachments ]


Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline HDB

  • Member
  • *
  • Posts: 49
    • View Profile
    • HDBitchin, a Harley Davidson Community and Technical Forum
As always, thanks for your quick responses.

If you will be formally adding that option for Admins to download I think I will wait for the release of that enhancement.

Offline HDB

  • Member
  • *
  • Posts: 49
    • View Profile
    • HDBitchin, a Harley Davidson Community and Technical Forum
Installed your GDPR Pro update 2.0.2.

I notice that I still don't have any dates of agreement to the Privacy Policy in member profiles so the NEVER date issue that was reported just addressed those that "can" see the field (I can't see the Agreement Date field). As discussed previously since I use an enhanced Profile page mod that is my problem...

If you are using a different profile page mod. Then yes that mod or the template that it adds has to be modified to display that information

Currently only admins can export members data but I could add an option to allow admins to export a users information.

I still have the other issue talked about in this thread, as the Admin I still can't download/export a member's file. I still get this when attempting that...


---------------------
An Error Has Occurred!
You cannot export the users information. You can only export your own data
---------------------


You posted some code that you said could be changed if I wanted to modify this myself...

You can change this code for now if you want to get gain access
In source/gdpr2.php
Code: [Select]

    if ($memID != $user_info['id'])
            fatal_error($txt['gdpr_err_export_user'],false);
To
Code: [Select]

    if ($memID != $user_info['id'] && $user_info['is_admin'] == false)
            fatal_error($txt['gdpr_err_export_user'],false);


Was that not going to be a part of the next release?
« Last Edit: August 18, 2018, 11:40:41 am by HDB »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16349
    • View Profile
Probably not. since the data is the user's data
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
5110 Views
Last post July 08, 2013, 10:56:10 pm
by SMFHacks
0 Replies
3770 Views
Last post August 31, 2013, 03:24:51 pm
by Draffi
1 Replies
2337 Views
Last post January 21, 2014, 05:30:57 pm
by Gman
2 Replies
3795 Views
Last post July 09, 2014, 08:07:52 am
by SMFHacks
11 Replies
6132 Views
Last post July 16, 2015, 11:18:54 am
by pasqualino77

+- Recent Topics

[Mod]Discord Web Hooks by SMFHacks
Today at 03:57:28 pm

SMF 2.1.4 Search by Anmer
Today at 01:55:15 pm

Looking for a good video player by SMFHacks
September 21, 2023, 06:06:46 am

Error in thise mode by Ghost
September 15, 2023, 08:42:24 am

Gallery Selection List Order by mickjav
September 07, 2023, 12:46:31 pm

[Mod]Tidy Child Boards 2.0 by Norwinjose
September 02, 2023, 11:42:54 am

PrettyUrls SEO Pro: Unable to submit sitemap to google search conmsole by SMFHacks
August 31, 2023, 10:55:22 am

PrettyURL - SEO4SMF Rewrites? by SMFHacks
August 28, 2023, 06:35:33 pm

Web versus Mobile by SMFHacks
August 28, 2023, 03:12:57 pm

IPN, Classifieds and Store by Saftek
August 21, 2023, 12:45:36 am

Powered by EzPortal