Forum Replies Created

Viewing 15 replies - 1 through 15 (of 25 total)
  • Forum: Fixing WordPress
    In reply to: alphabetical posts
    bard09

    (@bard09)

    I just would like to thank you Asianmack for the great bit of code. Was banging my head into the wall over this.

    Thread Starter bard09

    (@bard09)

    This is a bump if anyone missed this post. I don’t think the problem has anything to do with PHP or IIS anymore. I’m thinking more along the vein of wp-login.php and how the administration interface is accessed…. headers or somesuch.

    Ideas? This has been driving me nuts.

    [I have since rolled back to PHP4, also]

    Forum: Fixing WordPress
    In reply to: Redirect loop
    bard09

    (@bard09)

    This happens to me as well. I know what causes it, but I’m not sure what causes the cause. My unanswered thread about it is here:

    http://ww.wp.xz.cn/support/topic/30542

    Forum: Fixing WordPress
    In reply to: 1.3 Timeline

    Well, I didn’t mean stable in terms of the individual builds. I meant the equivalent of a 1.2.1 Mingus build. I edit a lot of core WP files for each setup, and constantly updating individual files for each CVS builds is a MAJOR hassle.
    Any word on 2004/2005?

    Forum: Fixing WordPress
    In reply to: 1.3 Timeline

    I’m interested in any speculative date as well. Of course, I’m only wondering one thing:
    Will we see 1.3 stable in 2004?
    I guess this is a little bit selfish considering I’ll have time over the holidays to delve into my WP builds more directly. But it would be nice to know at least the *year* they’re shooting for. 🙂

    I really like the font change. Much cleaner.

    Thread Starter bard09

    (@bard09)

    I guess I’m trying to figure out why it isn’t showing up. I’ve found the .function oneclickbookmarklet(blah) part of post.php, but, like I said, I don’t know enough javascript to know why it isn’t showing up.
    I know this has happened to other users before. If no one has any ideas as to why it might not be showing up, I’ll put it in Mosquito. But I’d love to avoid that step 🙂
    Remember: I’ve never seen the bookmarklet over multiple WP revisions. It’s got to be something server or code-related that conflicts with the server.
    Any ideas?

    Thread Starter bard09

    (@bard09)

    Bump? What is the best way to use <hr /> tags in WP posts without invalidating your code?

    I just set up PHP/MySQL on a Windows Small Busines Server. It was NOT pleasant, as enabling the ISAPI dll the first time caused the W3SVC service to fail, bringing down the whole web server.
    Ahem.
    Anyways, I found that you need to move a few DLLs to the WINDOWS or WINNT folder depending on your OS.
    For PHP, php4ts.dll, and there is another one for MySQL. I don’t remember the name, but you should get an error message about it if you need to move it.
    This may or may not help, but please let me know as I may have a few more tricks up my sleeve.

    I think the WP forums really need a “subscribe” feature. It’s a major pain to post something and to keep checking it every day even if you don’t get a reply. Not everyone uses RSS feeds…

    Forum: Plugins
    In reply to: WYSI-WordPress Hack
    bard09

    (@bard09)

    This is a great plugin, Joe. Really easy installation (way to include the replacement PHP file) with no errors on a 1.2 Mingus install.

    bard09

    (@bard09)

    Darn anti-spam protection is preventing me from making an edit, even after 5 minutes.
    In the code above, I forgot to change the following line (that I modified)
    require('./wordpress/wp-blog-header.php');
    to its default
    require('./wp-blog-header.php');
    Sorry about the confusion…

    bard09

    (@bard09)

    I just fixed the problem for myself. I was using 1.01 code in my 1.2 header, innacurately to boot. Make sure your index.php file starts out like thus:
    <?php
    /* Don't remove this line. */
    require('./wordpress/wp-blog-header.php');
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>

    Also, if you have the following bit of code in your index.php, you can delete it (doesn’t come included in the 1.2 index.php):
    <?php
    /* Don't remove these lines. */
    $blog = 1;
    ?>

    I hope this helps anyone who encounters the same problem. The beginning of my old index.php that I was using was *totally* different than the new index.php that comes with 1.2.

    bard09

    (@bard09)

    I am having this problem as well. To those who are getting this error, do you have your wordpress install in a seperate directory from your blog? This might not be the case, but it couldn’t hurt to ask.

    Forum: Plugins
    In reply to: AutoUpdate LiveJournal Hack
    bard09

    (@bard09)

    Oops… just noticed that there was a newer 1.2 version on LaughingLizard’s site. Here is a link for those who find this old thread:
    http://weblogtoolscollection.com/b2-img/ljautoupdate12.txt

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