Title: rotwp's Replies | WordPress.org

---

# rotwp

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Mailform on Index page](https://wordpress.org/support/topic/mailform-on-index-page/)
 *  Thread Starter [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mailform-on-index-page/#post-7259790)
 * Where is the current source? Is it the one on github?
 * [https://github.com/3UU/wordpress-shariff-wrapper](https://github.com/3UU/wordpress-shariff-wrapper)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Mailform on Index page](https://wordpress.org/support/topic/mailform-on-index-page/)
 *  Thread Starter [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mailform-on-index-page/#post-7259789)
 * So its wp filter hooks that add the form to the article/page?
 * And form processing? Is this also some kind of filter hook?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shariff Wrapper] Mailform on Index page](https://wordpress.org/support/topic/mailform-on-index-page/)
 *  Thread Starter [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/mailform-on-index-page/#post-7259787)
 * Thanks for the reply!
 * So there is nothing I could include in the template?
 * Is the Form added in the wp pipeline or by javascript?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Feed Checker] [Plugin: RSS Feed Checker] RSS do not update](https://wordpress.org/support/topic/plugin-rss-feed-checker-rss-do-not-update/)
 *  [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-rss-feed-checker-rss-do-not-update/#post-2876238)
 * thanks for the fast fix!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Feed Checker] [Plugin: RSS Feed Checker] RSS do not update](https://wordpress.org/support/topic/plugin-rss-feed-checker-rss-do-not-update/)
 *  [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-rss-feed-checker-rss-do-not-update/#post-2876236)
 * I have the exact same Problem and I get the following Error in my log:
 * `PHP Fatal error: Call to undefined function microtime_float() in [...]/wp-content/
   plugins/rssfeedchecker/RSSFeedCheckerUI.php on line 159, referer: [...]/wp-admin/
   link-manager.php?page=RSSFeedChecker`
 * I now changed the 2 occurances of
    `microtime_float(true)` in _RSSFeedCheckerUI.
   php_ to `microtime(true)` and now i get no errors anymore.
 * I also changed 3 more occrances in _RSSFeedCheckerProcessor.php_.
 * What should that `microtime_float(true)` be anyway?
 * [http://php.net/manual/en/function.microtime.php](http://php.net/manual/en/function.microtime.php)
   gives this code:
 * <?php
    /** * Simple function to replicate PHP 5 behaviour */ function microtime_float(){
   list($usec, $sec) = explode(” “, microtime()); return ((float)$usec + (float)
   $sec); }
 * $time_start = microtime_float();
 * // Sleep for a while
    usleep(100);
 * $time_end = microtime_float();
    $time = $time_end – $time_start;
 * echo “Did nothing in $time seconds\n”;
    ?>
 * **So this is due to using php5?**
 * Something is wrong wih the plugin !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Feed Checker] [Plugin: RSS Feed Checker] Feeds from wordpress.org sites not working](https://wordpress.org/support/topic/plugin-rss-feed-checker-feeds-from-wordpressorg-sites-not-working/)
 *  [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-rss-feed-checker-feeds-from-wordpressorg-sites-not-working/#post-2873555)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Feed Checker] [Plugin: RSS Feed Checker] Feeds from wordpress.org sites not working](https://wordpress.org/support/topic/plugin-rss-feed-checker-feeds-from-wordpressorg-sites-not-working/)
 *  [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-rss-feed-checker-feeds-from-wordpressorg-sites-not-working/#post-2873554)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [category visibility plug-in won’t work in 2.3](https://wordpress.org/support/topic/category-visibility-plug-in-wont-work-in-23/)
 *  [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/category-visibility-plug-in-wont-work-in-23/#post-626164)
 * **another patch**
 * I did some more changes and i added a wdget that overlays the regular category
   widget to allow for hiding the private categories.
 * still one of coppit’s issues is not resolved – the private comments are not hidden
   without patching the wp source.
 * [http://granul.at/category-access.zip](http://granul.at/category-access.zip)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [wp-mailman?](https://wordpress.org/support/topic/wp-mailman-1/)
 *  [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/wp-mailman-1/#post-589163)
 * [http://web.archive.org/web/20070114004133/http://publicvoidblog.de/homegrown-software/wordpress-mailman-integration/](http://web.archive.org/web/20070114004133/http://publicvoidblog.de/homegrown-software/wordpress-mailman-integration/)
 * the good old web archive has the text but not the file – i tried to contact the
   author – we´ll see if he answers my request for the file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [category visibility plug-in won’t work in 2.3](https://wordpress.org/support/topic/category-visibility-plug-in-wont-work-in-23/)
 *  [rotwp](https://wordpress.org/support/users/rotwp/)
 * (@rotwp)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/category-visibility-plug-in-wont-work-in-23/#post-626162)
 * **category-access patch**
 * I patched Category Acess and it seems to work. But I don´t know if a category
   that is not visible to a user should appear in the category list in a widget 
   or on a post (which is possible if you use the “or” option on the restriction
   settings). also the posting titles seem to show up in the rss.
 * was this ever implemented?
 * at the moment the following things seem to work with what i changed:
 * postings in category with insuffient rights are:
    * not shown in html listings*
   can not be read
 * postings edited or created and associated with categories the user hat no rights
   to use should also be modified but I didn´t test this.
 * the patched file can be found under:
    [http://granul.at/category-access.php](http://granul.at/category-access.php)

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