Martin Smaxwil
Forum Replies Created
-
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:iand changing the mc-time-format.php line 16 toreturn 'H:i';, it works as expected!Thanks again.
By the way: Great plugin 🙂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
In reply to: [Staff Directory] [Plugin: Staff Directory] Email-Adress to shortHi,
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