th90
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: add_rewrite_rules not working!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
In reply to: add_rewrite_rules not working!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:
https://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'); ?>
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
In reply to: [Count per Day] Count Visits/visitorsHi 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
In reply to: [Count per Day] Count Visits/visitorsHi 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.
Hi.
This is my question too…Forum: Plugins
In reply to: [NextGen NivoSlider] make photos in slider clickableHi
I’ve this question too.
How to link images to [ image, gallery, post with that gallery shortcode, …]?Forum: Plugins
In reply to: [Stream Video Player] Showing Videos From Remote serversIt seems there is no support for this plugin……
Forum: Plugins
In reply to: [Stream Video Player] Showing Videos From Remote serversand video format is mp4.
Forum: Plugins
In reply to: [Stream Video Player] HTTP Stream OnlySame problem too.
Forum: Fixing WordPress
In reply to: help out adding rewrite ruleThanks 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
In reply to: help out adding rewrite ruleAny help???
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Add language translation supporThanks a lot for your responsibility.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Add language translation supporJust 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 : IranRegards.
Forum: Plugins
In reply to: [HumanCaptcha by Outerbridge] Add language translation supporThe translation is ready…
how to send it for you?