philippetrov
Forum Replies Created
-
I don’t know if I am doing it wrong but removing the mentioned actions and filters did not skip loading akismet-frontend.js for me. I really do not want loading javascript on my site.
There is also one inline script added by akismet which prevents us from implementing strict Content Security Policy (we need to have unsafe-inline rule because of it):
<script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script>
Forum: Themes and Templates
In reply to: [Scaffold] TranslationsDone
Thanks. Working.
Site: omi.fmi.uni-sofia.bg
In 1.1.1 I the site title is not showing (I am not using logo in the header). Also NOW it is not full width (it was before).
Forum: Themes and Templates
In reply to: [Scaffold] TranslationsI see, somebody from the Bulgarian translation team must approve that first, it’s not the theme author. Duh.
I saw the same behaviour. Makes W3 Total Cache useless for sites with multilingual URL’s.
Forum: Plugins
In reply to: [Subscribe to Comments] Can't delete subscriber or subscribed threadsI am unsure why it does not work for you – with my theme it’s working fine on WordPress 3.5.
What I would suggest in your case is to manually unsubscribe them from the database. Go to your PhpMyAdmin and go to manage the wp_comments table. You will see that the last column is called “comment_subscribe” and it has possible values “N” and “Y”. You are interested in the users which are marked with “Y”.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0b10 – deprecated callresolved
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] 4.0b10 – deprecated callNevermind, I was totally wrong. I was looking at old version of the plugin, not the 4b10. Sorry.
Forum: Plugins
In reply to: Subscribe to Comments Works, Subscription Manager Does NOT (2.8.6)The 2.1.2 version worked fine for me at cphpvb.net. Just few modifications was needed for translation.
Forum: Plugins
In reply to: [Plugin: Subscribe to Comments] Bug on line 826and another unreleated bug – on line 1084
<p><a href=“<?php echo add_query_arg(’showccfield’, ‘1′); ?>“>
must be replaced with:
<p><a href="<?php echo attribute_escape(add_query_arg('showccfield', '1')); ?>">
This fixes some XHTML validation issues