Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Marco,

    thanks for your question!

    Unfortunately, I don’t see an easy possibility for this. Adding it to view-edit.php is not enough, you would have to add it to several more functions, so that it is actually processed and saved. That would require many modificiations, which you would lose after a plugin update.

    Could you explain which extra information you’d like to put there? Maybe I can suggest a different solution.

    Regards,
    Tobias

    Thread Starter marco_b

    (@marco_b)

    Hi Tobias

    I’d like to store the username which creates the table and not only the last edit user.
    I thought I could extend the tablepress class and override the function which creates the table infos.

    Maybe you have a better idea how to add additional information.

    Regards,
    Marco

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Marco,

    thanks for the explanation! That information is actually already stored in a table 🙂
    It’s just not shown on a table’s “Edit” screen, but only on the “List of Tables”, namely, it’s the user in the “Author” column. If you click the “Screen Options” tab, you can choose to also show the last editor.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Additional infos within the "Table information"’ is closed to new replies.