I made a small change in my code which is not really needed, but I found it of interest and maybe others would too. This takes away the custom user name input and places in your user name instead. I'm considering adding in the profile url later.
Change in admin/news.php line 60 on mine
<tr><td>"._AUTHOR.": </td><td><INPUT type="text" class="textbox=" name="author" value="".stripslashes($newsitem['author']).""></td></tr>
to
<tr><td>"._AUTHOR.":</td><td>$userpenname<INPUT type="hidden" name="author" value="$userpenname"></td></tr>
I am rebuilding efiction! Join us on irc! #efiction at
This is really useful. Thanks!
With this change if you edit a news item by another admin you're going to become the author.
Ah, well, hmm so the author's name would change upon the edit to me. Yeh that is a problem x_x guess this need work. Thanks for the heads up.
I am rebuilding efiction! Join us on irc! #efiction at

