Title: steff66's Replies | WordPress.org

---

# steff66

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventPrime – Events Calendar, Bookings and Tickets] Publish Poblem](https://wordpress.org/support/topic/publish-poblem/)
 *  Thread Starter [steff66](https://wordpress.org/support/users/steff66/)
 * (@steff66)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/publish-poblem/#post-18830101)
 * I used a mu-plugin to help myself:
 * <?php
   /** * Plugin Name: EventPrime Capabilities Fix */add_action(‘init’, function(){
   $admin = get_role(‘administrator’); if ($admin) { $admin->add_cap(‘publish_em_events’);
   $admin->add_cap(‘edit_em_events’); $admin->add_cap(‘edit_others_em_events’); 
   $admin->add_cap(‘delete_em_events’); $admin->add_cap(‘delete_others_em_events’);
   $admin->add_cap(‘read_private_em_events’); $admin->add_cap(‘edit_private_em_events’);
   $admin->add_cap(‘delete_private_em_events’); }});// Status-Override von EventPrime
   korrigierenadd_filter(‘wp_insert_post_data’, function($data, $postarr) { if (
   empty($data[‘post_type’]) || $data[‘post_type’] !== ’em_event’) { return $data;}//
   Wenn WordPress publish will, lass es zu if (!empty($postarr[‘post_status’]) &&
   $postarr[‘post_status’] === ‘publish’) { $data[‘post_status’] = ‘publish’; } 
   return $data;}, 99, 2);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EventPrime – Events Calendar, Bookings and Tickets] Unable to translate “Load More” button](https://wordpress.org/support/topic/unable-to-translate-load-more-button/)
 *  Thread Starter [steff66](https://wordpress.org/support/users/steff66/)
 * (@steff66)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/unable-to-translate-load-more-button/#post-18765269)
 * Thanks it works 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DSGVO All in one for WP] Update V2.7 – Darstellungsproblem](https://wordpress.org/support/topic/update-v2-7-darstellungsproblem/)
 *  [steff66](https://wordpress.org/support/users/steff66/)
 * (@steff66)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/update-v2-7-darstellungsproblem/#post-18294740)
 * Hallo,
 * bei mir wird das Impressum teilweise auf Englisch dargestellt.
 * <b>Information according to § 5 DDG </b>
 * und
 * **Haftung für Inhalt:**
   The contents of our pages were created with the greatest
   care. However, we cannot assume any liability for the correctness, completeness
   and topicality of the contents. As a service provider, we are responsible for
   our own content on these pages in accordance with § 5 DDG and general laws. According
   to § 5 DDG we are not obliged to monitor transmitted or stored information from
   third parties or to investigate circumstances that indicate illegal activity.
   Obligations to remove or block the use of information according to general laws
   remain unaffected. However, liability in this respect is only possible from the
   time of knowledge of a concrete infringement. If we become aware of any such 
   violations, we will remove the content in question immediately.
 * Viele Grüße
   Steffen
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Date format not used in certain area’s](https://wordpress.org/support/topic/date-format-not-used-in-certain-areas/)
 *  [steff66](https://wordpress.org/support/users/steff66/)
 * (@steff66)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/date-format-not-used-in-certain-areas/#post-11711728)
 * You must change the time.php in the plugin /all-in-one-event-calendar/app/view/
   event/time.php on row 184
    `return $time->format_i18n( 'j ' ) . '. ' . $time-
   >format_i18n( 'F ' ) ;`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps)] Error 403 bei Symbolen](https://wordpress.org/support/topic/error-403-bei-symbolen/)
 *  Thread Starter [steff66](https://wordpress.org/support/users/steff66/)
 * (@steff66)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error-403-bei-symbolen/#post-7481750)
 * Hallo Robert,
 * ich habe gerade nachgesehen. Die Rechte stimmen,sind alle 644.
 * Viele Grüße
 * Steffen

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