Tag: author

  • Get An Email List of All Authors On Your System

    March 13, 2008

    This little snip of code will dump out a list of all the users and their email addresses on your install in a comma-delimited format that you can easily import into your email client. It’s particularly useful on larger installs: <mt:Authors include_blogs="all"> <mt:IfNonEmpty tag="AuthorEmail"> <mt:IfNonEmpty tag="AuthorDisplayName">"<mt:AuthorDisplayName />" </mt:IfNonEmpty> &lt;<mt:AuthorEmail />&gt;, </mt:IfNonEmpty> </mt:Authors> And the Authors... Read More

  • List Random Authors (via PHP)

    January 24, 2008

    It’s been far too long since I posted to the Tweak. Sometimes it’s hard to document when you’re working, but one of my resolutions is to do better with this (especially with the phenomenal strides Movable Type has taken recently). In the mean time, you’ll probably find more frequent, shorter posts that may not have... Read More