omry
Forum Replies Created
-
Forum: Plugins
In reply to: Problem with FireStats and WP-cachetry the workaround described here:
http://firestats.cc/ticket/24Forum: Plugins
In reply to: firestats filtering dynamic ipFireStats 1.5
Forum: Plugins
In reply to: stats not recording the last two daysJhershierra,
where in the FireStats installation instructions for WordrPress did you find something like that?http://firestats.cc/wiki/hosted_wordpress#Installation
its as easy as upload and activate.
Forum: Plugins
In reply to: No statistics being recorded regardless of stat plugin usedSee this, maybe it will help:
http://firestats.cc/wiki/FAQ
(Last FAQ)Forum: Plugins
In reply to: i18n plugin without WPLANGI figured it out.
simply loading the local translation file only if WPLANG is defined seems to solve the problem.
this prevents the startup errors, and the original strings in the __(”) are shown.// load i18n file
if (defined(‘WPLANG’) && ” != WPLANG)
{
load_plugin_textdomain(‘counterize’,’wp-content/plugins/counterize’);
}Forum: Plugins
In reply to: I tried to install Feedburner but I now I’ve broken my blog.dont panic.
try to rename the current .htaccess files. see if your blog somehow works without them.