Title: th90's Replies | WordPress.org

---

# th90

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add_rewrite_rules not working!](https://wordpress.org/support/topic/add_rewrite_rules-not-working/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [11 years ago](https://wordpress.org/support/topic/add_rewrite_rules-not-working/#post-6116224)
 * i dumped the $wp_rewrite and saw that my added custom rules are placed in [“extra_rules_top”]
 * => array(1) { [“^cat/([0-9]+)/?”]=> string(25) “index.php?cat=$matches[1]” }
 * and the [“rules”] is empty (false)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [add_rewrite_rules not working!](https://wordpress.org/support/topic/add_rewrite_rules-not-working/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [11 years ago](https://wordpress.org/support/topic/add_rewrite_rules-not-working/#post-6116208)
 * i tested adding new rules when the custom permalink structure is enabled in admin-
   >settings->permalinks
    in this way adding new rules working but the rule does
   not changes the links in theme. for example the rule for changing category links
   like this: [http://site/cat/5](http://site/cat/5) works when i type this in web
   browser url bar. but the links inside them shows the permalinks structure that
   is set in admin settings permalinks page.
 * the code i used is :
 *     ```
       <?php
   
       function custom_rewrite_basic() {
         add_rewrite_rule('^cat/([0-9]*)/?', 'index.php?cat=$matches[1]', 'top');
       }
       add_action('init', 'custom_rewrite_basic');
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Statistics – Simple, privacy-friendly Google Analytics alternative] Does it track the admin?](https://wordpress.org/support/topic/does-it-track-the-admin/)
 *  [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/does-it-track-the-admin/#post-5965271)
 * Hi.
    by default the wp-statistics counts admin page refreshes like admin-ajax.
   php and it affects the visit counts. and another feature that is missing is the
   time of visits logs in overview page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Count per Day] Count Visits/visitors](https://wordpress.org/support/topic/count-visitsvisitors/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/count-visitsvisitors/#post-4397079)
 * Hi Tom;
    your plugin Count Per Day is good plugin and there is no other plugin
   like Count Per Day. I mean You can make this better. now, the count per day is
   limited for counting per day; but why per day? because of which rule this counts
   a visitor only 1 time in 24 hours? Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Count per Day] Count Visits/visitors](https://wordpress.org/support/topic/count-visitsvisitors/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/count-visitsvisitors/#post-4397017)
 * Hi Tom.
    Thanks for your response. Yes it’s not a problem. it’s a very good additional
   feature that maybe completes count per day plugin features. Visitors’ count are
   different from visits’ count. i do not mean to change the count interval. although
   you can add a feature to change the count interval as user wants. but the visits
   should not have any time-based limits for counting. for example i can visit this
   page many times in a minute. and all of them are actual and real visits.
 * again thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Get Photos Out of Galleries](https://wordpress.org/support/topic/get-photos-out-of-galleries/)
 *  [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/get-photos-out-of-galleries/#post-4279734)
 * Hi.
    This is my question too…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGen NivoSlider] make photos in slider clickable](https://wordpress.org/support/topic/make-photos-in-slider-clickable/)
 *  [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/make-photos-in-slider-clickable/#post-4049056)
 * Hi
    I’ve this question too. How to link images to [ image, gallery, post with
   that gallery shortcode, …]?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stream Video Player] Showing Videos From Remote servers](https://wordpress.org/support/topic/showing-videos-from-remote-servers/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/showing-videos-from-remote-servers/#post-4070413)
 * It seems there is no support for this plugin……
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stream Video Player] Showing Videos From Remote servers](https://wordpress.org/support/topic/showing-videos-from-remote-servers/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/showing-videos-from-remote-servers/#post-4070365)
 * and video format is mp4.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Stream Video Player] HTTP Stream Only](https://wordpress.org/support/topic/http-stream-only/)
 *  [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/http-stream-only/#post-3659443)
 * Same problem too.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help out adding rewrite rule](https://wordpress.org/support/topic/help-out-adding-rewrite-rule/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/help-out-adding-rewrite-rule/#post-4040390)
 * Thanks WHUK_Barb;
    I saw wp_rewrite and other functions information on wordpress
   codex. i added a rewrite rule but it does not work. Know just i want a simple
   example for rewriting a default permalink like category permalinks or …
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help out adding rewrite rule](https://wordpress.org/support/topic/help-out-adding-rewrite-rule/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/help-out-adding-rewrite-rule/#post-4040388)
 * Any help???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HumanCaptcha by Outerbridge] Add language translation suppor](https://wordpress.org/support/topic/add-language-translation-suppor/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-language-translation-suppor/#post-4033728)
 * Thanks a lot for your responsibility.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HumanCaptcha by Outerbridge] Add language translation suppor](https://wordpress.org/support/topic/add-language-translation-suppor/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-language-translation-suppor/#post-4033722)
 * Just i forgot to add my info to project.
    if you wish this is my info: Team :
   MPW D & D Email : {same email sent files to you} Language : Persian Country :
   Iran
 * Regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HumanCaptcha by Outerbridge] Add language translation suppor](https://wordpress.org/support/topic/add-language-translation-suppor/)
 *  Thread Starter [th90](https://wordpress.org/support/users/th90/)
 * (@th90)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/add-language-translation-suppor/#post-4033720)
 * The translation is ready…
    how to send it for you?

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

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