I was looking at this plugin for the first time. This cannot possibly be correct for the div class, as it generates a class=" blah blah" that includes just about everything for the note!!!
Actually this was more a SQL DB bug. The "nodetype" should only contain the type of a note (for future compatibility). However when updating, this field was wrongly set to the body of a note. If you test this with a fresh note, it should show up as intended.
Fixed in 0.7.
Regards
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Not really, because the plugin hook needs to be able to modify $output, and $output is only emitted after the plugin was active, so that it can modify the welcome string
Regards,
Garvin
Don Chambers wrote:Thanks Garvin - I can see where this plugin could be helpful for multi-author blogs.
Now that I have seen the output, it makes me wonder if this:
should come after the "welcome back" message in overview.inc.php. What do you think?
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/