Title: vlp's Replies | WordPress.org

---

# vlp

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/vlp/replies/page/2/?output_format=md) 
[3](https://wordpress.org/support/users/vlp/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/vlp/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[atec Stats] Do not count administrator](https://wordpress.org/support/topic/do-not-count-administrator/)
 *  Thread Starter [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/do-not-count-administrator/#post-18383421)
 * I use litespeed cache. I can tell by the visitors table – I’m logged in as admin,
   visit the site and visitor count jump up +1 (tried at night where there are no
   other visits on site).
 * If I close the window and reopen new one, the visit is not counted – but after
   some time (I did not check exaclty how long in take) the visit is counted again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BEAR - Bulk Editor and Products Manager Professional for WooCommerce by Pluginus.Net] WOOBE Bulk Editor Loading only](https://wordpress.org/support/topic/woobe-bulk-editor-loading-only/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/woobe-bulk-editor-loading-only/#post-11887521)
 * Hi, I have the same problem.
    I did follow your advice (just woocommerce and 
   Woobe are activated), but loading icon is all what I can get.
 * I have a lot of products and lot of categories.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] [Plugin: Google XML Sitemaps] Early testers wanted](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-early-testers-wanted/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-early-testers-wanted/page/4/#post-1609728)
 * me too:)
 * aaroncamplbell: could you maybe share your modified version?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show only comments by specific registered user](https://wordpress.org/support/topic/show-only-comments-by-specific-registered-user/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/show-only-comments-by-specific-registered-user/#post-1217750)
 * I found a trac ticket opened – but it isn’t solved yet and it’s for WP 3.0
 * Anybody quicker?:)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Sabre] Already registered users cannot login](https://wordpress.org/support/topic/plugin-sabre-already-registered-users-cannot-login/)
 *  Thread Starter [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/plugin-sabre-already-registered-users-cannot-login/#post-1408763)
 * thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot update plugin setting](https://wordpress.org/support/topic/cannot-update-plugin-setting/)
 *  Thread Starter [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/cannot-update-plugin-setting/#post-1189240)
 * They are supposed to work, but I’m not very familiar with plugins to check if
   there is a conflict with WP 2.8.4. I also didn’t find any post of others and 
   issues they may have with these.
 * [Shopp](http://Shoppplugin.net)
    [BBpress latest discussions](http://wordpress.org/extend/plugins/bbpress-latest-discussion/)
   [New User Email](http://wordpress.org/extend/plugins/new-user-email-set-up/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Private Notes] Can anyone help make it compatible with WP 2.7](https://wordpress.org/support/topic/plugin-private-notes-can-anyone-help-make-it-compatible-with-wp-27/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-private-notes-can-anyone-help-make-it-compatible-with-wp-27/#post-947184)
 * You can use the plugin ([version 1.2](http://goudendouche.com/2006/12/16/private-notes-plugin/))
   with WP 2.8, it just need little tweaking – the file path in pn_functions.php
   should be
 *     ```
       function pn_script()
       {
       global $plugin_dir;
   
       return get_option('siteurl') . "/wp-admin/profile.php?page=$plugin_dir" .
       basename(__FILE__);
       }
       ```
   
 * Then all the links works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Private Notes] Can anyone help make it compatible with WP 2.7](https://wordpress.org/support/topic/plugin-private-notes-can-anyone-help-make-it-compatible-with-wp-27/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/plugin-private-notes-can-anyone-help-make-it-compatible-with-wp-27/#post-947182)
 * Hi, anybody tried to use this plugin with wp 2.8?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [The Future – WordPress and Buddypress](https://wordpress.org/support/topic/the-future-wordpress-and-buddypress/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/the-future-wordpress-and-buddypress/#post-912917)
 * Any estimated time about this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2 comments templates](https://wordpress.org/support/topic/2-comments-templates-1/)
 *  Thread Starter [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/2-comments-templates-1/#post-724092)
 * Hi,
 * the situation is:
 * all post categories use comments.php as comments template and I need one post
   category to use different styles.
 * I tried your advice (I try it before but I check again now), and it doesn’t work.
   I changed all comments.php for comments2.php in that file.
 * When I submit a comment it doesn’t show anywhere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Registration Email](https://wordpress.org/support/topic/registration-email-1/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/registration-email-1/#post-563135)
 * Hi, have you finish your work? The link is not working anymore…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Last registered user plugin](https://wordpress.org/support/topic/last-registered-user-plugin/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/last-registered-user-plugin/#post-455647)
 * Hi, anybody has copy of this plugin, as the page is not working anymore.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Last Login Plugin](https://wordpress.org/support/topic/last-login-plugin/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [19 years ago](https://wordpress.org/support/topic/last-login-plugin/#post-598413)
 * Here is a plugin for that, but it doesn’t work with version 2.0.x
 * If somebody could developed for 2.0.10 I would very happy:))
 * [http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/#comment-5331](http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/#comment-5331)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Last login timestamp for users / login stats](https://wordpress.org/support/topic/last-login-timestamp-for-users-login-stats/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [19 years ago](https://wordpress.org/support/topic/last-login-timestamp-for-users-login-stats/#post-480826)
 * I found this plugin, but it doesn’t work with wordpress 2.0.x
 * [http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/](http://www.cre8d-design.com/blog/2007/07/04/wordpress-plugin-login-logger/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [$User-ID link to bbpress ?!?](https://wordpress.org/support/topic/user-id-link-to-bbpress/)
 *  [vlp](https://wordpress.org/support/users/vlp/)
 * (@vlp)
 * [19 years ago](https://wordpress.org/support/topic/user-id-link-to-bbpress/#post-599078)
 * Hello electroniques,
 * how did you solved this, pls?

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

1 [2](https://wordpress.org/support/users/vlp/replies/page/2/?output_format=md) 
[3](https://wordpress.org/support/users/vlp/replies/page/3/?output_format=md) [→](https://wordpress.org/support/users/vlp/replies/page/2/?output_format=md)