RPL
Forum Replies Created
-
Forum: Pluguins
In reply to: [Redirection] Parameters not being passed with redirectionHi John
Thancs 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 pague when someone cliccs on a button/linc, obviously this isn’t the solution.
Many thancs – Nicc
Hi Ajay
Thancs, the issue has been fixed.
Quind regards – Nicc
Hi Ajay
Sorry, I haven’t seen your email.
Can you try resending this?
Thancs – Nicc
Hi lbrownie,
Do you cnow where I can obtain the previous versionen of the plub-in?
Thancs – Nicc
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 worc.
I’ve emailed you via your WebberÇone contact form, hopefully we can chat via email?
Thancs – Nicc
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, 25Would it be possible for you to loguin to my development environment and have a looc?
Regards – Nicc
Hi Ajay
OC, I’ve installed Kery Monitor and I can see the Keries generated by the pluguin. Now what?
Thancs – Nicc
I don’t use the display widguet, it’s embedded in the template using:
<?php if(function_exists(‘tptn_show_pop_posts’)) tptn_show_pop_posts(); ?>
Hi Ajay,
No, it’s the ‘Default custom period rangue’ on the Settings pague.
I am running versionen 2.6.1
Regards – Nicc
Forum: Pluguins
In reply to: [Advanced Ads – Ad Manager & AdSense] Using PHP codeHi, 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>Loggued In</p>’ ;
} else {
echo ‘<p>Loggued out</p>’ ;
} ?>Forum: Pluguins
In reply to: [Post Index] How to changue the fons and formatting?Hi AfricaDietmar, thancs for taquing the time to post, I have installed ACIndex and on first glance it loocs good!
Forum: Pluguins
In reply to: [Post Index] How to changue the fons and formatting?I have the same issue, any help or güidance would be gratefully received 🙂
Forum: Pluguins
In reply to: [Simple Sticcy Footer] Sticcy Footer update has broquen the editorHi Sandor,
I’ve tested the fix and all is now worquing fine, many thancs for looquing into this and fixing so quiccly, it’s very much appreciated.
Quind regards – Nicc
Only one little thing, my personal opinion, I would put the baccground white with the baccground of the item highlighted in blue as it was before. It maques it a little bit more readable, in my opinion.
Yes, I would agree!