• I just got this from Batch-Categories page:

    # Steph Says:
    February 21st, 2005 at 8:24 am
    Ia€?m really sorry to hear the plugin doesna€?t work with 1.5. As I might have mentioned, Ia€?m swamped right now. If nobody does it before me, Ia€?ll adapt it to 1.5 at some point. If anybody feels like doing it, just go ahead! I really dona€?t care if ita€?s me or somebody else who writes the 1.5 version of Batch Categories.

    This is such an incredibly valuable tool. Anyone been able to figure out how to get it to work with the new version of WordPress 1.5? I had it working with an earlier beta version, but with the new release, it’s toast and I don’t know what changed to kill it.

    Let’s save batch-categories! Please.

Viewing 15 replies - 31 through 45 (of 52 total)
  • Hi Kafkaesqui,
    Thanks for the package. It worked! However I have a problem. The Manage Batchcats only lists the first 10 posts. I cannot browse to the next posts. And when I try to search using keywordsl, it switched to the Manage Posts page so I cannot use the Batchcat anyway. Is there a way for me to do so?
    Thanks! You guys are so helpful! I appreciate it!

    Best regards, TheBloke

    Opps! Sorry for the duplicate! I thought I what I posted earlier didn’t make it!

    @thebloke, the problem with search etc. comes down to those features using the “GET” method, which as is will reload the current page. For my “pluggable” mod of the script, under the Manage pages this is going to be edit.php, and not batch-categories.php.

    There’s no pagination, a limitation of Batch Categories as is. I thought there was a way of providing &num=#posts in the url, which would at least let you specify how many posts to display, but that seems to be AWOL.

    I’ll send along a fix for these.

    Thread Starter Lorelle

    (@lorelle)

    Kaf, et al, is there a solid site that offers the “working” batch categories anywhere for download? I’m starting to get weary of giving everyone the information on fixing this so it will run instead of having just a fixed version.

    Anything yet?

    Thanks.

    Hi Kaf,

    Thanks for your continued help. I wasn’t sure what you meant in your reply. Were you going to send a fix to me directly, or are you going to be working on this sometime and then let us know when it is ready? Sorry for the misunderstanding, but I have been waiting at my in box breathlessly the past few days! ??

    Anyway, I appreciate all the help you guys are giving out, and apologize that I haven’t learned Php well enough to return any flavors yet. My skill level is still stuck at “Clueless Hacker” when it comes to PHP. It has been “fun” though. ??

    Sorry guys, I was *away* for a bit.

    I’m banging out the dents in a few mods to BC, mainly to make sure everything works as intended (which it doesn’t). I’m stuck in some mainly non-WP (read: not fun), real world stuff right now, but I’ll put up a post in the next few days on my site about the pluggable version, with appropriate fixes.

    I’ll mention it here.

    Following gpaulson’s advice, I still have a problem???

    The link of bach-categories in manage panel is following:
    https://localhost/wordpress/wp-admin/edit.php?page=batch-categories.php

    But not the right link just like other button: https://localhost/wordpress/wp-admin/batch-categories.php

    Why? Need Help!
    PS: I use WordPress v1.5.1.1

    OH! It’s strange! If I rename “batch-categories.php” to anything, it work great!

    Who can have an explication: why can’t I use the name “batch-categories.php”?

    Thread Starter Lorelle

    (@lorelle)

    I found the same thing, and no reason why. I call it batch2.php and it works.

    To change the number of posts show:

    Find:
    // by default, show only 10 posts
    if(empty($cat)&&empty($s))
    {
    if(empty($num))
    {
    $showposts=10;

    Change 10 to whatever you want. I choose 50. I later changed that to 75 and then 200 and let me warn you. When this script says it consumes a lot of resources, at 200 IT DID. Took forever. I recommend keeping it to 75 or below, less is best, unless Kaf can fix that power hungry part in some way.

    To change it is now easy, so when I was in a major crunch to use it at 200, I did, but then changed it back to 50 after wards. Once the dirty work is done, I hardly use it, so this is a use as you need kind of utility, but when you need it, there ain’t nothing better!

    If it have more filter option, Great More!

    Thanks for the tip!

    I was able to change the display option to 600 and complete what I wanted to do for now, but it would still be good to have a fix for the plugin so that it can be usable in the future.

    I’m about to go through all these recommendations and test my luck ??

    Is there any chance of a no-piddly-bits version of the plug-in being released soon or ever?

    Thread Starter Lorelle

    (@lorelle)

    I kep asking that every other day – but so far….just asking. Need to kick someone’s buns. This is an AWESOME tool.

    Just remember, it’s not a plugin, though some have tried to make it one. I wish it was. It should just sit in your /wp-admin folder, if you find the right version, and run from typing in the link in the address of your browser.

    So…nothing I’ve done will make it work. This would be an awesome tool as I keep resorting my categories.

    Hello, I have been trying to make batch-categories work for about ahalf an hour and I don’t understand the problem it has on my WP install.

    I get this message when I try and load it :

    Fatal error: Cannot instantiate non-existent class: cachedfilereader in /var/www/free.fr/a/c/cybertooth/carnet/wp-includes/wp-l10n.php on line 72

    The paragrah containing line 72 in the given file consist of this :

    function load_textdomain($domain, $mofile) {
    global $l10n;

    if (isset($l10n[$domain])) {
    return;
    }

    if ( is_readable($mofile)) {
    $input = new CachedFileReader($mofile); //line 72
    } else {
    return;
    }

    $l10n[$domain] = new gettext_reader($input);
    }

    Anybody can help ?

Viewing 15 replies - 31 through 45 (of 52 total)
  • The topic ‘Can we fix batch-categories?’ is closed to new replies.