Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Thanks to Otto, I know what was wrong.

    Two points:

    1) You CANNOT sort by USER generated headers in the User Table because of how it draws from the database. Your plugin would have to write to the wp_users table (making new columns instead of using wp_usermeta) and EVEN THEN, the sortables are hard coded.

    2) Since ‘registered’ is listed for MultiSite, you can leverage that.

    Working code here: http://pastebin.com/pw4rDhTP

    worked for me, thanks a lot, exactly what i needed, !
    http://pastebin.com/pw4rDhTP
    thanks, Ipstenu
    Half-Elf Support Rogue & Mod

    when i active it i got the following PHP error: 9both front and WP back end)

    Warning: Cannot modify header information – headers already sent by (output started at /home/thebencompl/public_html/wp-content/plugins/Show-Registration-Date.php:1) in /home/thebencompl/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 78

    still does what i need it to …… i activate it and deactivate it when i have to …

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Hi, Would you know if there is a plugin that creates a table that will allow end users to fill in cells in that table, (similar to a form), but that would write to a database when submitted? (not a table that I make up myself in admin)?

    Or is there a plugin that is close to that idea that could be expanded upon, like a petition plugin?

    Hope this is alright to post here.
    thanks!!
    [sig removed]

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    πŸ³οΈβ€πŸŒˆ Advisor and Activist

    Jaudrey – Make a new topic for yourself πŸ˜€

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Show Registration Date in User List – Sortable’ is closed to new replies.