Page 1 of 1

CSV export of serendipity_event_dsgvo_gdpr embedded

Posted: Sat Apr 28, 2018 1:15 pm
by erAck
Hi,
The CSV export of the serendipity_event_dsgvo_gdpr plugin (under Settings -> Manage user data, serendipity[adminAction]=dsgvo) exports the data embedded into the HTML code of the current webpage, between the 'nav' section and the dsvgo form, I guess that's not how it should be ;-)

Looks like this

Code: Select all

        </nav>
                <div id="content" class="clearfix">
        #"id";"entry_id";"parent_id";"timestamp";"title";"author";"email";...;
<form action="?" ...>...
<input .../><input ... value="dsgvo" /><p>Here you can enter ...>

Re: CSV export of serendipity_event_dsgvo_gdpr embedded

Posted: Mon May 14, 2018 2:56 pm
by garvinhicking
Hey,

awesome, thanks. Patched, that was my debugging state. :)