Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter kapeka

    (@kapeka)

    Ok. it works. I don’t know why. Thanks for the help

    Thread Starter kapeka

    (@kapeka)

    Ok. I searched all the post here. I removed the add_filter with wpautop in default-filters.php for the_content. I even installed the disable_wpautop plugin. But nothing works for me. I am using wp 1.5.1 with the equix theme.
    I have no idea what to do now.

    Thread Starter kapeka

    (@kapeka)

    But I still don’t understand why it works localhost but not on my Homepage …

    Thread Starter kapeka

    (@kapeka)

    O.K. I know where the Problems comes from. Somehow the improved textile 2 Plugin conflicts with special characters. After deactivating it, everything works fine.
    I realized that, because I activated the improved textile 2 plugin in my older Wp 1.22 Blog an suddenly the characters were corrupted here, too.

    Now I get it. In german we say “A light flashes up” if someone understands something. I think it’s quite bright in this room now, cause some lights are flashing up ??

    Your Idea is good, RSL. I think this would be a good way to manage that problem. I thought in the same way making it optional how the link categories are styled.

    Sure, TG, you are right. I just compared it to WP 1.22. But in my mind it makes more sense to have it like in WP 1.22.
    All the categories are under one main headline. Why should all the link categories now be sorted in another way?
    The second header tag introduces a new section in the sidebar.
    One section is the archives section. Another is the Categories section. And one section is the Link Section, or the blogroll, or how you want to call it. And in this section i have all my links.
    If every link categorie got its own h2 header it breaks this system.
    And like I have it on my Blog and like it is managed in the kubrick theme in wp 1.22 you have all the link categories clearly marked as categories. I see no Problem in managing it that way.

    O.K., RSL, maybe you are with that, that hacking links.php is not the best way to solve that problem (or maybe in your eyes, it’s absolutly no way at all), but I only use one theme, the default one. I think nobody thinks, it should be solved that way in WP generaly. But until they find a way to get it work, it’s a passable hack. And if I hack my WP Blog it has no influence on other blogs. And as long as my style is correct, I see no problem.

    P.S.: Sorry for the corrupt comment up here. I forgot to change the tags.

    P.S.S.: I finaly just have copied the passage from the links.php in WP 1.22 and now it works like before.

    I had to change it to that, otherwise he would post a bullet before each following categorie header:

    echo ‘ <li id=”‘.sanitize_title($cat[‘cat_name’]).'”>’ . stripslashes($cat[‘cat_name’]) . “\n\t\n”;
    // Call get_links() with all the appropriate params
    get_links($cat[‘link_category’],

    • ‘,”
    • “,”\n”,
      bool_from_yn($cat[‘show_images’]),
      $orderby,
      bool_from_yn($cat[‘show_description’]),
      bool_from_yn($cat[‘show_rating’]),
      $cat[‘list_limit’],
      bool_from_yn($cat[‘show_updated’]));

      // Close the last category
      echo “\n\t\n\n”;

      The closing tags in the last line have to be deleted.

    I think I have the same Problem. My old WordPress 1.22 Blog posts the link categories in smaller subheader (look at https://karl.karzelek.com/xrossblog). But now with Wp 1.5gamma with the same options for the sidebar, the categories are posted as top level header with <h2> (look at https://karl.karzelek.com/senf).

    How can I change the behavior in 1.5 to that in 1.22?

    Forum: Fixing WordPress
    In reply to: Wrong time

    I have the same problem here and no Idea why. My WP 1.22 works correct. Seems to be a bug, but I don’t know, how to fix that.

    GFS

    Forum: Fixing WordPress
    In reply to: Trackbacks !

    I observed the same strange behavior like tomatoma. My Trackback didn’t work. After deleting the Pingback URLs in the writing Options it works suddenly.

Viewing 11 replies - 16 through 26 (of 26 total)