• Hey, great work and congrats on 0.72 beta 1, well done everyone! I’ve noticed a few bugs, so I thought it would be good to pos them…
    * It says Version 0.71 still in the admin panel (now i’m just being nitpicky!!)
    * XML-RPC with Movable Type API… it doesn’t strip_slashes, so when using Zempt – i get a lot of \” and \’ etc…
    * Is it just me or is doGeoUrlHeader($posts); meant to make <meta> tags – mine doesn’t seem to be doing this. I was using meta tags for GeoURL before – but removed them for this piece of code.
    Good work, anyway… thanks a lot!

Viewing 5 replies - 16 through 20 (of 20 total)
  • Problem solved!
    In b2vars.php, I removed/commented the following line (near the end):
    add_filter(‘the_content’, ‘wpautop’);
    I’m surprised no one else has noticed that this results in nonvalid markup. Could it be just my installation?
    If not, and unless this filter does something really useful that I haven’t noticed, may I suggest to turn it off by default?
    /Lars

    Actually I think the problem is you are using an old version. autop is very useful because it converts new lines into paragraphs and breaks. Most systems just put a
    at the end of everything but autop intelligently creates paragraphs with regard to other block level tags. So in all your examples you would never need to type or because it is taken care of automatically. The behaviour you describe is consistent with an older version, I tested your examples with the latest code and had no problems.

    How about the bug I posted, allusion? It’s kind of frustrating to a degree of not being able to quick post a comment while I’m still in the post/edit screen. Of course it’s not life or death either! ??

    autop:
    I’m on 0.72 beta, but probably not the latest build. I’ll try and upgrade, and then test again. Do I need to update all files?
    As for autop, I’m sure a lot of users will find it extremely useful.
    However, because I like to handcode my html, I still prefer having a manual option. It gives me a sense of control.
    A suggestion would be include this as an admin interface option, with an explanation of what autop does.
    /Lars

    Thanks Mike! ?? I will wait till the final release is made, soon right? ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Beta 0.72 Bugs’ is closed to new replies.