Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4253
Latest: Ineedsmfhelp
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43242
Total Topics: 7516
Most Online Today: 126
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 97
Total: 97

Author Topic: Admin View in Member's Profile of Dates for Accepting of PP and Reg Agreement  (Read 12894 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: 16428
    • 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: 16428
    • 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: 16428
    • 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
6529 Views
Last post July 08, 2013, 10:56:10 pm
by SMFHacks
0 Replies
5031 Views
Last post August 31, 2013, 03:24:51 pm
by Draffi
1 Replies
3246 Views
Last post January 21, 2014, 05:30:57 pm
by Gman
2 Replies
4756 Views
Last post July 09, 2014, 08:07:52 am
by SMFHacks
11 Replies
7235 Views
Last post July 16, 2015, 11:18:54 am
by pasqualino77

+- Recent Topics

is it possible to add support for odysee.com by SMFHacks
March 13, 2024, 10:53:28 pm

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

User Gallery Feature: move / bulk move images by SMFHacks
January 30, 2024, 05:48:25 pm

In the future it may be for smf 2.1.x? by smithloo
January 30, 2024, 12:55:34 am

Powered by EzPortal