Title: herby55's Replies | WordPress.org

---

# herby55

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

 *   [Profile](https://wordpress.org/support/users/herby55/)
 *   [Topics Started](https://wordpress.org/support/users/herby55/topics/)
 *   [Replies Created](https://wordpress.org/support/users/herby55/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/herby55/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/herby55/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/herby55/engagements/)
 *   [Favorites](https://wordpress.org/support/users/herby55/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: [[WP FEvents Book] Two new events are added automatically?](https://wordpress.org/support/topic/two-new-events-are-added-automatically/)
 *  Thread Starter [herby55](https://wordpress.org/support/users/herby55/)
 * (@herby55)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/two-new-events-are-added-automatically/#post-9817644)
 * Dear Stefano,
 * if it is possible for you and you have time, I would be very happy about an adaptation
   of the module, as you described above. I will gladly send you a donation for 
   the support 🙂
    Many Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP FEvents Book] Miss sign-out button for sign-in users](https://wordpress.org/support/topic/miss-sign-out-button-for-sign-in-users/)
 *  Thread Starter [herby55](https://wordpress.org/support/users/herby55/)
 * (@herby55)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/miss-sign-out-button-for-sign-in-users/#post-7261922)
 * Thank you for the update – works fine!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP FEvents Book] Delete old events from list](https://wordpress.org/support/topic/delete-old-events-from-list/)
 *  Thread Starter [herby55](https://wordpress.org/support/users/herby55/)
 * (@herby55)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/delete-old-events-from-list/#post-6495623)
 * If a user enters into the list, the name and the appropriate selection appears,
   which is a good thing. But how can the user delete itself from the list again?(
   He want no longer participate at this event)
    Currently only the admin has the
   option to delete the user from the list. A “delete button” for the logged user
   would be the ideal way, to get himself delist. Is there possibly a new version
   in which this is being considered?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Basic User Avatars] Translation in frontend](https://wordpress.org/support/topic/translation-in-frontend/)
 *  [herby55](https://wordpress.org/support/users/herby55/)
 * (@herby55)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/translation-in-frontend/#post-4724143)
 * Hi you have do add the follow code at beginn of the `init.php` That works.
 * `class basic_user_avatars {
 *  private $user_id_being_edited;
 *  /**
    * Initialize all the things * * [@since](https://wordpress.org/support/users/since/)
   1.0.0 */ public function __construct() {
 *  // Actions
    add_action( ‘admin_init’, array( $this, ‘admin_init’ ) ); add_action(‘
   show_user_profile’, array( $this, ‘edit_user_profile’ ) ); add_action( ‘edit_user_profile’,
   array( $this, ‘edit_user_profile’ ) ); add_action( ‘personal_options_update’,
   array( $this, ‘edit_user_profile_update’ ) ); add_action( ‘edit_user_profile_update’,
   array( $this, ‘edit_user_profile_update’ ) ); add_action( ‘bbp_user_edit_after_about’,
   array( $this, ‘bbpress_user_profile’ ) ); add_action( ‘plugins_loaded’, array(
   $this, ‘localization_init’ ) );
 *  // Shortcode
    add_shortcode( ‘basic-user-avatars’, array( $this, ‘shortcode’));
 *  // Filters
    add_filter( ‘get_avatar’, array( $this, ‘get_avatar’ ), 10, 5 );
   add_filter( ‘avatar_defaults’, array( $this, ‘avatar_defaults’ ) );
 *  }
 *  function localization_init() {
    $path = dirname(plugin_basename(__FILE__)) .‘/
   languages/’; load_plugin_textdomain( ‘basic-user-avatars’, false, $path ); }
 *  /**
    * Start the admin engine. *
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Frontend Edit Profile] Languages is not work](https://wordpress.org/support/topic/languages-is-not-work/)
 *  [herby55](https://wordpress.org/support/users/herby55/)
 * (@herby55)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/languages-is-not-work/#post-5379616)
 * Hi Abdul,
 * I have translated the language file in german. Where I should upload this?
 * regards
    herby55
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP FEvents Book] Multiple selection?](https://wordpress.org/support/topic/multiple-selection-2/)
 *  Thread Starter [herby55](https://wordpress.org/support/users/herby55/)
 * (@herby55)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/multiple-selection-2/#post-5771875)
 * Okay thank you, I can live with one option to use my polls 🙂
 * Currently users can abuse the comment field in the frontend for spam. How can
   I exclude html-text or limit the text to 100 characters?
    Is there a code extension
   for the wp-fevents-book.php possible?
 * regards
    herby

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