Logged in / Logged out issue
-
Hi there,
I have recently noticed an issue when showing a table.
When I’m using the option, “output whole html table”, the table is being shown when you are logged in. When you are logged out, it just shows the table’s ID’s as an integer. In this case I’m using:
the_field('field_name');
Other way around: When you are using an ID as output format, the tables will show up, when you are logged out – when you are logged in, it does show a list of attributes and classes of the table.
I have tried 2 ways of implementation: the first, mentioned above – and the second one like this:
$tableID = get_field( 'field_name' ); tablepress_print_table( "id=$tableID" );
I have uploaded a couple of screenshots so you can see.
https://sandbox.reifengundlach.de/acf-tablepress/When-logged-in.jpg
https://sandbox.reifengundlach.de/acf-tablepress/When-logged-out.jpgI don’t care that much about this issue, because when logged out, everything is fine – however, I think some people might be happy to have this issue documented and even better resolved.
In case you want to get BE access, just let me know.
Best Regards
Toby
- The topic ‘Logged in / Logged out issue’ is closed to new replies.