Title: RPL's Replies | WordPress.org

---

# RPL

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection] Parameters not being passed with redirection](https://wordpress.org/support/topic/parameters-not-being-passed-with-redirection/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/parameters-not-being-passed-with-redirection/#post-14705627)
 * Hi John
 * Thanks for the prompt response. You are quite right, just me being a bit dim.
   I’m trying to find a way of passing URL parameters to a destination page when
   someone clicks on a button/link, obviously this isn’t the solution.
 * Many thanks – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/page/2/#post-11271122)
 * Hi Ajay
 * Thanks, the issue has been fixed.
 * Kind regards – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/#post-11245260)
 * Hi Ajay
 * Sorry, I haven’t seen your email.
 * Can you try resending this?
 * Thanks – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/#post-11230003)
 * Hi lbrownie,
 * Do you know where I can obtain the previous version of the plub-in?
 * Thanks – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/#post-11225860)
 * Hi Ajay
 * I tried inserting
 * <?php if(function_exists(‘tptn_show_pop_posts’)) tptn_show_pop_posts( array( 
   daily => 1 ) ); ?>
 * but the list disappeared from the front-end, so it doesn’t work.
 * I’ve emailed you via your WebberZone contact form, hopefully we can chat via 
   email?
 * Thanks – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/#post-11221374)
 * Hi Ajay
 * I can’t see a select statement for wp_top_ten_daily. The closet I can see is:
 * SELECT DISTINCT wp_top_ten.postnumber, wp_top_ten.cntaccess as sum_count, wp_posts.
   ID
    FROM wp_top_ten INNER JOIN wp_posts ON wp_top_ten.postnumber=wp_posts.ID 
   WHERE 1=1 AND wp_top_ten.blog_id = 1 AND (wp_posts.post_status = ‘publish’ OR
   wp_posts.post_status = ‘inherit’) AND wp_posts.post_type IN (‘news’, ‘whitepaper’,‘
   webinar’, ‘article’, ‘video’, ‘product’) AND wp_posts.post_date > ‘1969-12-25
   00:12:00’ ORDER BY sum_count DESC LIMIT 0, 25
 * Would it be possible for you to login to my development environment and have 
   a look?
 * Regards – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/#post-11217944)
 * Hi Ajay
 * OK, I’ve installed Query Monitor and I can see the Queries generated by the plugin.
   Now what?
 * Thanks – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/#post-11209822)
 * I don’t use the display widget, it’s embedded in the template using:
 * <?php if(function_exists(‘tptn_show_pop_posts’)) tptn_show_pop_posts(); ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] ‘Default custom period range’ setting is being ignored since latest update](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/default-custom-period-range-setting-is-being-ignored-since-latest-update/#post-11207160)
 * Hi Ajay,
 * No, it’s the ‘Default custom period range’ on the Settings page.
 * I am running version 2.6.1
 * Regards – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Ads – Ad Manager & AdSense] Using PHP code](https://wordpress.org/support/topic/using-php-code-2/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/using-php-code-2/#post-8829844)
 * Hi, ignore this, I’ve solved it. I didn’t realise you had to insert the opening
   and closing php tags!
 * <?php
    if ( zmember_valid_subscription() ) { echo ‘<p>Logged In</p>’ ; } else{
   echo ‘<p>Logged out</p>’ ; } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Index] How to change the fonts and formatting?](https://wordpress.org/support/topic/how-to-change-the-fonts-and-formatting/)
 *  [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [12 years ago](https://wordpress.org/support/topic/how-to-change-the-fonts-and-formatting/#post-4978284)
 * Hi AfrikaDietmar, thanks for taking the time to post, I have installed AZIndex
   and on first glance it looks good!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Index] How to change the fonts and formatting?](https://wordpress.org/support/topic/how-to-change-the-fonts-and-formatting/)
 *  [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [12 years ago](https://wordpress.org/support/topic/how-to-change-the-fonts-and-formatting/#post-4978280)
 * I have the same issue, any help or guidance would be gratefully received 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Sticky Footer] Sticky Footer update has broken the editor](https://wordpress.org/support/topic/sticky-footer-update-has-broken-the-editor/)
 *  Thread Starter [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/sticky-footer-update-has-broken-the-editor/#post-4715650)
 * Hi Sandor,
 * I’ve tested the fix and all is now working fine, many thanks for looking into
   this and fixing so quickly, it’s very much appreciated.
 * Kind regards – Nick
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tag, Category, and Taxonomy Manager - Autotagger Automatically Add Terms] No Autocomplete with 2.3.1](https://wordpress.org/support/topic/no-autocomplete-with-231/)
 *  [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/no-autocomplete-with-231/#post-3889697)
 * > Only one little thing, my personal opinion, I would put the background white
   > with the background of the item highlighted in blue as it was before. It makes
   > it a little bit more readable, in my opinion.
 * Yes, I would agree!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tag, Category, and Taxonomy Manager - Autotagger Automatically Add Terms] Please Update](https://wordpress.org/support/topic/please-update/)
 *  [RPL](https://wordpress.org/support/users/rpl/)
 * (@rpl)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/please-update/#post-3296380)
 * Hi Fabio
 * Many thanks for responding so quickly, much appreciated!

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

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