Forum Replies Created

Viewing 15 replies - 91 through 105 (of 596 total)
  • Forum: Plugins
    In reply to: Threaded Comments for 1.2
    Thread Starter Laughinglizard

    (@laughinglizard)

    @mtwib: you need to upgrade to one of the nightlies (preferably the latest) found here:
    http://www.wordpress.org/nightly
    before this hack will work for you.

    Forum: Plugins
    In reply to: Threaded Comments for 1.2
    Thread Starter Laughinglizard

    (@laughinglizard)

    You will need 1.2 Nightly, preferably the latest one before this hack works. I would suggest starting with a fresh upgrade. This puts in a lot of fixes. 🙂

    Laughinglizard

    (@laughinglizard)

    The script does look at the meta tag before determining the version of WordPress.

    Thread Starter Laughinglizard

    (@laughinglizard)

    Kathie: it looks like you dont have GD installed on your server. Try changing the $usePBM value in wp-admin/post.php (towards the top of the file)

    Laughinglizard

    (@laughinglizard)

    @anon: can you login to you blog ok? no problems there at all?
    I dont want to break your blog, but if you would like to do some testing, could you please clear your cookies and then try to login?
    (WARNING: it might prevent you from logging in at that point, please proceed with knowledge of this)

    Thread Starter Laughinglizard

    (@laughinglizard)

    Sure! I apologize. I thought I had that fix in the download, but I must have lost it somewhere. Here is a quick fix.
    Open up wp-admin/edit.php in your favourite text editor and look for this line:
    require_once('admin-header.php');
    Add this line just below the line above:
    $posts_per_page = '-1';
    This controls the number of posts that the edit page displays. If and when your blog grows to hundreds of photos, you coupld replace the -1 (which returns every post for editing) with a number of your choice such as 20.
    Peace

    Laughinglizard

    (@laughinglizard)

    Point well taken. The problem with http://weblogtoolscollection.com is with the new comment/new post images and NOT the CSS. Absolute path in the CSS is still maintained even with permalink rewrite rules because it depends on the location of the CSS file (which is set with an absolute path inside the index.php) and not the location of the index.php file or the permalink.
    I will take steps required to fix the new comment/new post graphics. Thanks for the great catch!

    Thread Starter Laughinglizard

    (@laughinglizard)

    Are you sure NuclearMoose? I see the changes in the .TXT here…

    Laughinglizard

    (@laughinglizard)

    @alan: I am not sure if the fixes will go into the beta before the next release. However, I would not suggest installing the CVS for a live site either. Just hang in there till things settle down a little. 🙂
    @beel: you would need the functions.php from after April 27th CVS (I think) to see the correct results. There was one pinger described in the wiki that errored out as well. If you could provide us with which one, it might help is solving this mystery.
    Thanks.

    Laughinglizard

    (@laughinglizard)

    What version are you using? This is fixed in the CVS (I think) Could you please confirm/deny?

    Thread Starter Laughinglizard

    (@laughinglizard)

    NM: The readme has been updated in the download. I should have thought of that before hand 🙂
    This is the line that needs to be changed according to the example in the readme:
    $UploadDir = ‘Replace with the path to your upload directory, dont forget the trailing slash’;

    Thread Starter Laughinglizard

    (@laughinglizard)

    I fixed the readme with the problem mentioned above and in the IRC channel.

    Laughinglizard

    (@laughinglizard)

    There is a bug in the code which should be fixed soon. A temporary fix can be to find the line below in your wp-includes/functions.php:
    function weblog_ping($server = '', $path = '') {
    and to add this line just below that line:
    include_once('class-xmlrpc.php');

    Thread Starter Laughinglizard

    (@laughinglizard)

    Ryan:
    I suggest you grab the latest release and take a look at the code and the CSS. That takes care of some of the archives issues that you have mentioned. As for the upload issue, the new version takes care of some of that as well. I suggest that after you download the vew version, you replace wp-admin/post.php and create the necessary directories as suggested in the readme
    Backup everything first. The database does not need an upgrade for this version.

    Laughinglizard

    (@laughinglizard)

    This would be really difficult to troubleshoot through this thread. I suggest that you come to the IRC channel for some help and some live testing.

Viewing 15 replies - 91 through 105 (of 596 total)