zehrgut
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Star Rating] Is there a way I can edit/control user ratings?Hello!
I have the same problem.
In dashboard I can delete some vote but it’s still here in front-end.Hi camu!
I’ve tried to disable all plugins except your “Subscribe to Comments Reloaded” but nothing changed!
Tags [post_title], [post_permalink] are not substituted by related post title and post URL. They are shown like [post_title], [post_permalink] after click on confirmation link.Yeah! That would be great. I have some post that has about 2k subscribers. It took about 1 minute to post a new comment.
Also we can have possibility to edit comment during some period. But first version of comment are sent.
Hello!
about my previous posts. Please ignore it. It seems the problem is with SQL-sorting not cache.At the very first codeblock in class-bwp-recent-comments.php you will be able to find what you’re looking for, i.e. disable cache ??
I’ve tried to change:
function bwp_get_recent_comments($args = array(), $echo = true, $need_refresh = false)
to
function bwp_get_recent_comments($args = array(), $echo = true, $need_refresh = true)
But nothing changed ?? New comments don’t appear.
camu
Thanks a lot! Now it’s working like a charm!
How I can’t guess to make it this way!?!?!By the way (it’s off-topic here) I’d like to subscribe to comments without commenting. But I don’t like first clicking on link. I want to have subscribe form right on post page.
Currently I’ve pasted the code below to my single.php:
<form action="/subscriptions-coupon-code?srp=<?php the_ID(); ?>&sra=s" method="post" onsubmit="if(this.sre.value=='' || this.sre.indexOf('@')==0) return false"> <fieldset style="border:0"> <p><label for="sre">Email</label> <input type="text" class="subscribe-form-field" name="sre" value="" size="22" onfocus="if(this.value==this.defaultValue)this.value=''" onblur="if(this.value=='')this.value=this.defaultValue"> <input name="submit" type="submit" class="subscribe-form-button" value="Send"></p> </fieldset> </form>
Of course this is “fast and dirty” solution. But how else?
Thanks in advance!@camu
Thanks! Just tested on localhost And completely agree about trailing slash.
Both “Permalink Settings” and “Subscribe To Comments” should have or haven’t trailing forward slash.But in my case “Permalink Settings” is /%postname%-deals
And I can’t get it working in any case ??
It’s OK only in case of ?page_id=999999999.
Hello!
The same with me.
Will wait for camu replyI have searched his forum hundreds of time. It seems very common problem.
Marcuss, but it seems everything is fine with your blog now?
Forum: Plugins
In reply to: [Digg Digg] Digg Digg contains 3rd Party cookiesJust comment lines as I’ve described above. And now everything is fine ??
Forum: Plugins
In reply to: OpenID provider for my usersForum: Plugins
In reply to: [Digg Digg] Digg Digg contains 3rd Party cookiesHi!
Currently I’ve just commented block of code in file “..\wp-content\plugins\digg-digg\include\dd-helper.php”://output to footer /* wp_deregister_script('dd_sharethis_js'); wp_register_script('dd_sharethis_js', 'https://w.sharethis.com/button/buttons.js'); wp_enqueue_script('dd_sharethis_js','https://w.sharethis.com/button/buttons.js',array('sharethis'),'1.0.0',true); */
And now there are no any of sharethis or scorecardresearch cookies.
Forum: Plugins
In reply to: [Digg Digg] Digg Digg contains 3rd Party cookiesHi!
Currently I use twitter, facebook, google +1 buttons only. And the problem is here also. I have 3rd party cookies also.Google page speed online says:
Remove the following redirect chain if possible:https://b.scorecardresearch.com/b?... https://b.scorecardresearch.com/b2?...
Full URL for this is:
https://b.scorecardresearch.com/b?c1=7&c2=8097938&rn=17689949&c7=http%3A%2F%2Fseg.sharethis.com%2FgetSegment.php%3Fpurl%3Dhttp%253A%252F%252F__MY_SITE_URL_HERE__%26jsref%3D%26rnd%3D1316723942556&c3=8097938&c8=ShareThis%20Segmenter&c9=http%3A%2F%2F__MY_SITE_URL_HERE__&cv=2.2&cs=js
So we see sharethis.com here and it in html code also.
As far as I understand You use sharethis.com for button “Email”. But it would be nice to disable:wp_deregister_script('dd_sharethis_js'); wp_register_script('dd_sharethis_js', 'https://w.sharethis.com/button/buttons.js'); wp_enqueue_script('dd_sharethis_js','https://w.sharethis.com/button/buttons.js',array('sharethis'),'1.0.0',true);
If I don’t need it.
Thanks in advance!
Forum: Fixing WordPress
In reply to: How to edit comment with custom fields?It seems nobody use comments custom fields ??