Title: Maxmalte's Replies | WordPress.org

---

# Maxmalte

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/maxmalte/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/maxmalte/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hide Post] Plugin has caused my site to crash.](https://wordpress.org/support/topic/plugin-has-caused-my-site-to-crash/)
 *  [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/plugin-has-caused-my-site-to-crash/#post-7658624)
 * Same here with PHP 5.5. at Godaddy..
    My blog layout crashed due the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Ban] latest version of wp-ban breaks after 4.3 update](https://wordpress.org/support/topic/latest-version-of-wp-ban-breaks-after-43-update/)
 *  [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/latest-version-of-wp-ban-breaks-after-43-update/#post-6447645)
 * Yupp, same probleme here
    Fatal error: Cannot redeclare get_language_attributes()(
   previously declared in /home/XXXXXXX/public_html/wp-includes/general-template.
   php:2624) in /home/XXXXXXX/public_html/wp-content/plugins/wp-ban/wp-ban.php on
   line 249
 * My theme Amplify, my language english and I’m using qTranslate…
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Tumblr Crosspostr] Excellent plugin – poor support](https://wordpress.org/support/topic/excellent-plugin-poor-support/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/excellent-plugin-poor-support/#post-7979634)
 * Is it not, if you are a good and friendly developer. 😉
    Other developers gladly
   help you with personal customization of their plugins.
 * Because you don’t document your plugin, I just wanted to know at which area I
   should looking for to fulfill my wish. I would managed the rest.
 * I’m sorry, but your personal support is bad!
    Would there be a similar plugin
   like yours, I would use that one.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Automated title for Tumblr picture post](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/#post-6277527)
 * It doesn’t work…
 * Have a good life and bye! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Automated title for Tumblr picture post](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/#post-6277521)
 * Thanks for your support!
    I thought you know your plugin and would help the users
   of your plugin a little bit. You do not. It’s okay. I understand it, you offer
   your plugin for free and don’t make money with it.
 * My blog is in production, that’s why I’ve asked. Even if it is a private non-
   commercial blog, I don’t want that it’s down for hours, due to an error while
   I am in the university, or I’m sleeping or something else.
 * If someone else knows this plugin and might answer my question, I would appreciate
   your assistance. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Automated title for Tumblr picture post](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/#post-6277514)
 * Okay…
    If I’m right/okay if I change lines 1516/19 from
 *     ```
       case 'photo':
                       foreach ($post->photos as $photo) {
                           $content .= '<img src="' . $photo->original_size->url . '" alt="' . $photo->caption. '" />';
                       }
       ```
   
 * to
 *     ```
       case 'photo':
                       foreach ($post->photos as $photo) {
                       	$wp_post['post_title'] = 'Tumblr Post';
                           $content .= '<img src="' . $photo->original_size->url . '" alt="' . $photo->caption. '" />';
                       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Automated title for Tumblr picture post](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/automated-title-for-tumblr-picture-post/#post-6277474)
 * Okay, that means it’s impossible to do that in your plugin.
    I don’t wanted that
   you add this to your plugin… The only thing what I wanted to know was if it would
   be possible.
 * I’m sorry if I upset you with my question. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Featured Image doesn't display in wordpress post (Post Tumblr to WordPress)](https://wordpress.org/support/topic/featured-image-doesnt-show-in-post/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-image-doesnt-show-in-post/#post-6184648)
 * Thank you so much for fast answer. 🙂
 * My theme supports image post but maybe not the post thumbnail.
    It’s an “older”
   theme that I have bought years ago.
 * The developer no longer support the theme (last update was in 2013 or beginning
   2014), although I bought a license that assured me a lifetime support. – It does
   not matter I know! xD
 * I am working on a new, own theme, but this will take some time before I’m done.–
   Too many exams at university.
 * The code of the currently in use theme is hell. Thus, I’m sure I will certainly
   not find the location / the file where the code would be inserted for the thumbnail
   images or featured picture. 🙁
 * But I’m afraid, your plugin is not easy to build that you (I) can go back to “
   the old time” inserting of one image?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] New action hook tumblr_crosspostr_reblog_key – Redirect problem](https://wordpress.org/support/topic/new-action-hook-tumblr_crosspostr_reblog_key-redirect-problem/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/new-action-hook-tumblr_crosspostr_reblog_key-redirect-problem/#post-5627750)
 * Thank you! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kento Post View Counter] double stats](https://wordpress.org/support/topic/double-stats-1/)
 *  [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [12 years ago](https://wordpress.org/support/topic/double-stats-1/#post-5138303)
 * _**EDIT:**_
    Oops, I forget my theme and plugin. My theme: BlogoLifePRO V 1.1.4
   by WPlook Team Plugins:
    - Antispam Bee
    - Cookie Law Info
    - Disqus Comment System
    - Jetpack by WordPress.com
    - Lightbox Plus Colorbox
    - mqTranslate
    - Redirection
    - Report Content
    - Stop Self Pings
    - TinyMCE Advanced
    - Tumblr Crosspostr
    - Tumblr Widget
    - WordPress iSell – Sell Digital Downloads
    - WordPress SEO
    - WP-Memory-Usage
    - WP CleanFix
    - WP Hide Post
    - XML Sitemap & Google News feeds
 * Always newest versions…
 * WordPress 3.9.2.
 * Greetings
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kento Post View Counter] double stats](https://wordpress.org/support/topic/double-stats-1/)
 *  [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [12 years ago](https://wordpress.org/support/topic/double-stats-1/#post-5138302)
 * I’ve the same issue, same version…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Duplicated Posts & Missing Title](https://wordpress.org/support/topic/duplicated-posts-missing-title/)
 *  [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/duplicated-posts-missing-title/#post-5168684)
 * I’ve same problem but only with posts which are private at tumblr.
    I get them
   again and again as long as I switched them from “private” to “public” in wordpress.
   If they’re public it doesn’t happen.
 * And you can’t delete one the duplicated post, if you don’t wanna lose the post
   at tumblr. Because you delete one of the duplicated post at wordpress, you delete
   the post at tumblr. (It’s clear as daylight. The plugin does its work, as it 
   should be. :))
 * If this happens you have to delete the custom fields `tumblr_base_hostname`;`
   tumblr_crosspostr_use_excerpt`; `tumblr_post_id`; `tumblr_reblog_key` below the
   editor if you wanna edit your post at wordpress or repost your post to tumblr.
   
   If you don’t do that you get an error 400 (or 401) from tumblr. But this is also
   clear, because the post and the tumblr IDs are delete at tumblr.
 * If you delete the fields the plugin re upload your post to tumblr – also clear…
   😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Limit the characters](https://wordpress.org/support/topic/limit-the-characters/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/limit-the-characters/#post-5175406)
 * *OMG* I didn’t see that before… :/
    Thank you so much!
 * ATM I resolved the problem with dirt workaround.
    I changed at wp-includes/formatting.
   php line 2412 from
 * `$excerpt_length = apply_filters( 'excerpt_length', 55 )`
 * to
 * `$excerpt_length = apply_filters( 'excerpt_length', 15 )`
 * and line 2448
    from
 * `function wp_trim_words( $text, $num_words = 55, $more = null ) {`
 * to
 * `function wp_trim_words( $text, $num_words = 15, $more = null ) {`
 * I know what that means… But I didn’t use wp_trim_excerpt at any other location(
   atm)…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Limit the characters](https://wordpress.org/support/topic/limit-the-characters/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/limit-the-characters/#post-5175396)
 * Maybe I’m blind but I can’t find an excerpt field, not at my blog and not at 
   your pictures. I’m sorry. 🙁
 * I see a check box but not a excerpt field [http://s7.directupload.net/images/140810/ziupjuzd.png](http://s7.directupload.net/images/140810/ziupjuzd.png)
   🙁
 * Is their no way at one of the .php scripts to limit the characters?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tumblr Crosspostr] Limit the characters](https://wordpress.org/support/topic/limit-the-characters/)
 *  Thread Starter [Maxmalte](https://wordpress.org/support/users/maxmalte/)
 * (@maxmalte)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/limit-the-characters/#post-5175385)
 * Thank you, I’ve already seen and I use it. 🙂
    But unfortunately it sends to 
   much of the body text… It sends also my [“Content Report” buttom](http://wordpress.org/plugins/report-content/)(
   Plugin) if I write not enough text. Most of my posts are image posts with less
   than 200 characters.

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/maxmalte/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/maxmalte/replies/page/2/?output_format=md)