Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • Same here with PHP 5.5. at Godaddy..
    My blog layout crashed due the plugin.

    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…

    Thread Starter Maxmalte

    (@maxmalte)

    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.

    Thread Starter Maxmalte

    (@maxmalte)

    It doesn’t work…

    Have a good life and bye! πŸ™‚

    Thread Starter Maxmalte

    (@maxmalte)

    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. πŸ™‚

    Thread Starter Maxmalte

    (@maxmalte)

    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. '" />';
                    }

    Thread Starter Maxmalte

    (@maxmalte)

    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. πŸ™

    Thread Starter Maxmalte

    (@maxmalte)

    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?

    Thread Starter Maxmalte

    (@maxmalte)

    Thank you! πŸ™‚

    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

    I’ve the same issue, same version…

    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… πŸ˜€

    Thread Starter Maxmalte

    (@maxmalte)

    *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)…

    Thread Starter Maxmalte

    (@maxmalte)

    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 πŸ™

    Is their no way at one of the .php scripts to limit the characters?

    Thread Starter Maxmalte

    (@maxmalte)

    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 (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)