Title: Martin Smaxwil's Replies | WordPress.org

---

# Martin Smaxwil

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Change AM/PM Timepicker to 00:00 – 24:00 in Backend](https://wordpress.org/support/topic/change-ampm-timepicker-to-0000-2400-in-backend/)
 *  [Martin Smaxwil](https://wordpress.org/support/users/mluk/)
 * (@mluk)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/change-ampm-timepicker-to-0000-2400-in-backend/#post-6553325)
 * > what is the actual time format
 *  was the hint i needed.
    After matching all time formats,
    - wordpress / settings / general
    - multisite-administration / network / site-settings
    - my-calendar / settings / text
 * to the same `H:i` and changing the mc-time-format.php line 16 to `return 'H:i';`,
   it works as expected!
 * Thanks again.
    By the way: Great plugin 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Change AM/PM Timepicker to 00:00 – 24:00 in Backend](https://wordpress.org/support/topic/change-ampm-timepicker-to-0000-2400-in-backend/)
 *  [Martin Smaxwil](https://wordpress.org/support/users/mluk/)
 * (@mluk)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/change-ampm-timepicker-to-0000-2400-in-backend/#post-6553323)
 * Hi.
    I’ve installed the mc-time-format.php and the time picker shows the german
   time format. But when saving an event the start and end time is not stored. The
   label for all-day-events is shown instead 🙁
 * Any ideas? Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Staff Directory] [Plugin: Staff Directory] Email-Adress to short](https://wordpress.org/support/topic/plugin-staff-directory-email-adress-to-short/)
 *  [Martin Smaxwil](https://wordpress.org/support/users/mluk/)
 * (@mluk)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-staff-directory-email-adress-to-short/#post-1748054)
 * Hi,
    i had the same problem with the field ‘position’ 🙂
 * If still relevant, try to update the field type for ’email_adress’ from ‘varchar(
   30)’ to maybe ‘varchar (100)’ in table ‘wp_staff_directory’ of your wp-database(
   the number in brackets is the maximum number of characters…).
 * Another option (in case of NOT ALREADY INSTALLED THE PLUGIN) is changing the 
   sql-‘create table’-command in ‘install.php’ (lines 20 to 30). here is defined
   how many characters the db-fields will cover.
 * After installing the plugin the tables are already created in your db and are
   NOT updating when uninstall and reinstall the plugin.
 * Good luck,
    ML

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