Title: veseycreative's Replies | WordPress.org

---

# veseycreative

  [  ](https://wordpress.org/support/users/veseycreative/)

 *   [Profile](https://wordpress.org/support/users/veseycreative/)
 *   [Topics Started](https://wordpress.org/support/users/veseycreative/topics/)
 *   [Replies Created](https://wordpress.org/support/users/veseycreative/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/veseycreative/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/veseycreative/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/veseycreative/engagements/)
 *   [Favorites](https://wordpress.org/support/users/veseycreative/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AM Events] Activating Plugin removes Tags support from standard posts](https://wordpress.org/support/topic/activating-plugin-removes-tags-support-from-standard-posts/)
 *  Thread Starter [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/activating-plugin-removes-tags-support-from-standard-posts/#post-6510771)
 * Oops – marking as solved 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AM Events] Activating Plugin removes Tags support from standard posts](https://wordpress.org/support/topic/activating-plugin-removes-tags-support-from-standard-posts/)
 *  Thread Starter [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/activating-plugin-removes-tags-support-from-standard-posts/#post-6510768)
 * Thanks Atte – you’re a rockstar!!
 * All seems to work fine now 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mass Email To Users] Showing wrong sender address](https://wordpress.org/support/topic/showing-wrong-sender-address/)
 *  Thread Starter [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/showing-wrong-sender-address/#post-3625035)
 * Hmmmm, thanks. Will have a look.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members List Plugin] bbpress user profile](https://wordpress.org/support/topic/bbpress-user-profile/)
 *  [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/bbpress-user-profile/#post-3443321)
 * opps, sorry. the avatar code should be
 * `$s .= '<a class="tern_wp_member_gravatar" href="'.get_bloginfo('home').'/forums/
   users/'.$u->user_nicename.'">'."\n ".get_avatar($u->ID,60)."\n ".'</a>'."\n ";`
 * sorry, needs to be right for your domain.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members List Plugin] bbpress user profile](https://wordpress.org/support/topic/bbpress-user-profile/)
 *  [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/bbpress-user-profile/#post-3443320)
 * Hey Teleanu,
    just did that myself.
 * If you’re using ‘user_nicename’ for the Member Name, edit the markup link to 
   be `<a href=" http://www.domain.com/forums/users/%value%">`
 * For the avatar – you need to edit members.php (in classes folder)
    line 424 in
   my file:
 * change:
    `$s .= '<a class="tern_wp_member_gravatar" href="'.get_author_posts_url(
   $u->ID).'">'."\n ".get_avatar($u->ID,60)."\n ".'</a>'."\n ";`
 * to
    `$s .= '<a class="tern_wp_member_gravatar" href="'.get_bloginfo('home').'/'.
   $u->user_nicename.'">'."\n ".get_avatar($u->ID,60)."\n ".'</a>'."\n ";`
 * worked a treat for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Share Buttons Plugin – AddThis] AddThis causing Duplicates in BuddyPress](https://wordpress.org/support/topic/addthis-causing-duplicates-in-buddypress/)
 *  Thread Starter [veseycreative](https://wordpress.org/support/users/veseycreative/)
 * (@veseycreative)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/addthis-causing-duplicates-in-buddypress/#post-3498767)
 * Ah-ha!
    Turns out we were trying it with the new BP 1.7.Beta1
 * Rolled back to stable 1.6.4 and all working fine now.

Viewing 6 replies - 1 through 6 (of 6 total)