Title: till's Replies | WordPress.org

---

# till

  [  ](https://wordpress.org/support/users/till/)

 *   [Profile](https://wordpress.org/support/users/till/)
 *   [Topics Started](https://wordpress.org/support/users/till/topics/)
 *   [Replies Created](https://wordpress.org/support/users/till/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/till/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/till/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/till/engagements/)
 *   [Favorites](https://wordpress.org/support/users/till/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WYSIWYG editor does not work with 2.1 !!!!!!](https://wordpress.org/support/topic/wysiwyg-editor-does-not-work-with-21/)
 *  [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/wysiwyg-editor-does-not-work-with-21/page/2/#post-510379)
 * Must have overread that. Thank you!
 * Did anything occur on how to fix this issue? Because some of the writers will
   want to have it pretty.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [WYSIWYG editor does not work with 2.1 !!!!!!](https://wordpress.org/support/topic/wysiwyg-editor-does-not-work-with-21/)
 *  [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/wysiwyg-editor-does-not-work-with-21/page/2/#post-510377)
 * I have a question, I upgraded from 2.0.5 to 2.1 this morning and it looks like
   the rich text editor is more broke than ever.
 * I am trying to deactivate it, but the option is MIA in Options > Writing. There
   used to be a check box, which is now gone.
 * I searched the wp_options table for anything with *rich* in the option_name column–
   nothing.
 * I also tried to manually insert it into wp_options – did not working (probably
   missing some context here).
 * Also, when I switch inside the interface to “code”, that box is all the way to
   the right. The styling of the interface seems to be broken there. Switching back
   and forth makes it worse. 😉
 * (System: Mac OS X, Firefox latest)
 * I’d like to get rid off the editor. So what’s going on? My last resort is switching
   to Safari to blog, because Safari does not support the editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [add_filter problem](https://wordpress.org/support/topic/add_filter-problem/)
 *  Thread Starter [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/add_filter-problem/#post-479999)
 * Ok, I found the error.
 * Inside my plugin, I opened a connection. And when I closed it, it screwed up 
   the rest of the site. So leaving it open fixed the situation for me. Not sure
   why though.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [add_filter problem](https://wordpress.org/support/topic/add_filter-problem/)
 *  Thread Starter [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/add_filter-problem/#post-479997)
 * I checked the source code of the website again. There’s no error in the HTML.
   Any other idea? 😐
 * This is the only filter doing this. The thing is also, I embeded a function to
   email me from inside the filter, to check the contents on the frontpage which
   are parsed. Nothing from the sidebar actually gets in there.
 * Still, once I enable it on the frontpage as well, categories and static pages
   disappear. Like I’m overwriting some internal array? 😐
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [add_filter problem](https://wordpress.org/support/topic/add_filter-problem/)
 *  Thread Starter [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/add_filter-problem/#post-479821)
 * Ok, first of, thanks for your reply. 🙂
 * I’ll try to be more clear.
 * This is my filter:
    `function my_filter($string_text) { $post_id = $GLOBALS['
   wp_query']->post->ID; if (empty($post_id)) { return $string_text; } /* query 
   database and check if extra information applies to this post. */ $query = "...";...
   if (mysql_num_rows($res) == 0) { return $string_text; } $infoObj = mysql_fetch_object(
   $res); $string_text.= sprintf( '<ul><li>%s</li></ul>', $infoObj->foo ); return
   $string_text; }
 * So this is what I do.
 * Checking the source, I see no HTML or PHP errors. For example, once I activate
   the filter, the categories are gone missing. But there is no error, it just says“
   >> No categories” in place where the list should be.
 * Any idea?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Calling images from database in WP?](https://wordpress.org/support/topic/calling-images-from-database-in-wp/)
 *  [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/calling-images-from-database-in-wp/page/2/#post-132370)
 * Yes, would be very interested, since I was about to write my own. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [exceeding allocated memory](https://wordpress.org/support/topic/exceeding-allocated-memory/)
 *  Thread Starter [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/exceeding-allocated-memory/#post-140543)
 * WordPress 1.2.2 🙁
 * So I guess I need to update as soon as it comes out, right?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [comment-killer plugin nowhere to be found](https://wordpress.org/support/topic/comment-killer-plugin-nowhere-to-be-found/)
 *  Thread Starter [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/comment-killer-plugin-nowhere-to-be-found/#post-140405)
 * THANK YOU. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [exceeding allocated memory](https://wordpress.org/support/topic/exceeding-allocated-memory/)
 *  Thread Starter [till](https://wordpress.org/support/users/till/)
 * (@till)
 * [21 years, 3 months ago](https://wordpress.org/support/topic/exceeding-allocated-memory/#post-140398)
 * No, it’s more or less a sign of ineffecient database queries, variable use and
   so on. The server should be really fine.
 * I am not going to increase the value because a script tries to consume more than
   it is supposed to. 🙁

Viewing 9 replies - 1 through 9 (of 9 total)