linc / vanilla-glue

Use WordPress as an addon to Vanilla Forums
GNU General Public License v2.0
14 stars 0 forks source link

Do not Insert Guest Info for Logged In Users #20

Closed austins closed 11 years ago

austins commented 12 years ago

Do not Insert Guest Info for Logged In Users - to avoid confusion with different display names.

In patch-2: Fix - wp-content/plugins/glue/glue.php - Do not insert guest comment data for logged in users. https://github.com/driftapex/Glue/commit/61d740bab538393b0a0a7777dd25d643d261daab

linc commented 11 years ago

I cleaned up the avatar business to use Vanilla's UserPhoto so all fallbacks and special cases will work. Thanks!