Use this code in the address bar to view the user_id of each user in your wpmu user list

javascript:var user_id = jQuery('span.edit a').each(function(){ var sHref = jQuery(this).attr('href'); var sStart = sHref.indexOf('='); var sEnd = sHref.indexOf('&'); jQuery(this).parents('div.row-actions').before(sHref.slice(sStart +1,sEnd));});

It’ll look like this
showuserid

Tags:

4 Responses to “How to show the user id’s of each user in the WPMU user list admin page”

  1. Barry 24. Aug, 2009 at 12:31 am #

    Nice work, you can make it into a bookmarklet too, which you can drag to your bookmark bar for ease of access:

    Show Ids Bookmarklet
    Barry´s last blog ..Playing with themes again – sorry My ComLuv Profile

Trackbacks/Pingbacks

  1. Show user id in site admin - WPMU Tutorials - 24. Aug, 2009

    [...] posted some jQuery that showed the user ids on the site admin users screen. I wrapped the jQuery in a plugin which you [...]

  2. MU Wordpress & Wordpress Themes - Show user id in site admin - 31. Aug, 2009

    [...] Smith on Monday, August 31st 2009      Andy posted some jQuery that showed the user ids on the site admin users screen. I wrapped the jQuery in a plugin which you [...]

Leave a Reply

CommentLuv Enabled