Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)
  • I was having this same problem due to something I mucked up. You have to be careful if you’ve moved around your blog at all, if so the form will hang. I posted the solution to my own self created problem over at Oliver’s blog:

    post over at oliver’s forum

    which is just changing two files, the cforms.js and the abspath.php to correct the location…..

    Thread Starter dozer

    (@dozer)

    I have concluded that this style doesn’t work well, especially with more recent versions of firefox. No response here or from direct communication from the author.

    I reverted back to a customized version of the default theme without this tabs modification. I well leave the status a un-resolved in case someone does eventually shed some light on this…..

    Thread Starter dozer

    (@dozer)

    Thread Starter dozer

    (@dozer)

    Sure, you could locate their code and edit them, but the point is to not have to do that.

    How would I do this?

    I have found the need to tweak the code in many plug-ins.

    I like using the widgets but it would be nice if they could be used in addition to being able to modify the sidebar.php directly.

    Thread Starter dozer

    (@dozer)

    Any idea how I can fix the problem?

    Forum: Fixing WordPress
    In reply to: Trackback issue

    I use notetab pro also. One thing you need to make sure to do is under ‘document’ menu item at the top of the screen pull down and turn ‘word wrap’ off. If word wrap is on the line numbers won’t match up.

    Thanks….. didn’t see the BACKUP designator. Again a very handy plugin.

    I do love this plugin. Works as advertised. However there is one case which it would be nice if it handled — which is more than two levels of categories, ie A1,B1,C1,B2,C2. Since after C1 I want to go back up one level but not yet TOP, I don’t think I can do this……

    Just speaking for myself, since I’m having the trackball spam problem and don’t know what to do about it (screaming doesn’t seem to help), so today I searched on ‘trackball spam’. Since the title of this is ‘combat new trackback spam’ it was exactly what I was looking for. Had it been titled ‘renaming the wp-trackback file’ I don’t think I would have found or looked at it. The discussion about the effectiveness of renaming the file has been very productive for me. I will be trying it and post back if it stops this sort of spam.

    Can someone tell me for certain whether Spam Karma handles the trackback spam or not? I’ve read the Spam Karma stuff and can’t see if it does or not. Getting killed with trackback spam like everyone else. urgh.

    Thread Starter dozer

    (@dozer)

    last post misformatted.
    I’m using the latest version of markdown php 1.0 which I pulled from https://www.michelf.com/projects/php-markdown/ .
    I hope it is OK I’m sending this to michel and also posting it on the wordpress board in case anyone has input there.
    I believe this is a bug (or feature I don’t understand?)……
    Input:
    !@---
    * potable water liters/day per 8 month year (dry/cold)
    * 2 adults use 5 liters/day or 1,205 per year
    * 2 children use 2 liters/day or 482 per year
    * cooking use 2 liters/day or 482 per year
    * toilet flush use 8 liters/day or 1,927 per year
    * shower use 10 liters/day or 2,409 per year
    * laundry use 50 liters/week or 1,716 per year
    * total = 8,220 liters per year
    * 2000 liter jars times 6 = 12,000 liters

    expected output:
    !@---

    • potable water liters/day per 8 month year (dry/cold)
    • 2 adults use 5 liters/day or 1,205 per year
    • 2 children use 2 liters/day or 482 per year
    • cooking use 2 liters/day or 482 per year
    • toilet flush use 8 liters/day or 1,927 per year
    • shower use 10 liters/day or 2,409 per year
    • laundry use 50 liters/week or 1,716 per year
    • total = 8,220 liters per year
    • 2000 liter jars times 6 = 12,000 liters

    actual output:
    !@---

    • potable water liters/day per 8 month year (dry/cold)
    • 2 adults use 5 liters/day or 1,205 per year
    • 2 children use 2 liters/day or 482 per year
    • cooking use 2 liters/day or 482 per year
    • toilet flush use 8 liters/day or 1,927 per year
    • shower use 10 liters/day or 2,409 per year
    • laundry use 50 liters/week or 1,716 per year
    • total = 8,220 liters per year
    • 2000 liter jars times 6 = 12,000 liters

    Thread Starter dozer

    (@dozer)

    I ended up upgrading to 1.2.1 and this problem went away. I’m not sure what caused it.

    dozer

    (@dozer)

    diane requested a code snapshot.. here it is.
    function wp_mail($to, $subject, $message, $headers = '', $more = '') {
    mb_language('English');
    if ( function_exists('mb_send_mail') )
    return mb_send_mail($to, $subject, $message, $headers, $more);
    else
    return mail($to, $subject, $message, $headers, $more);
    }

    The added line is the mb_language…..

    Thread Starter dozer

    (@dozer)

    OK, the thing that was throwing me off is I was using spaces after the characters. ‘***^^<cr>’ where ^ is a space will not produce a rule. I left a bug report just now as 2fargon suggested. thanks.

    Thread Starter dozer

    (@dozer)

    all my problems with Spam stopped here–> https://www.ads-software.com/support/3/16384

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