PaulCracknell
Forum Replies Created
-
Forum: Plugins
In reply to: [Kama Click Counter] change language to englishThe plugin has a language file but it is not translating the text. A quick fix is to open kama_click_counter.php then at line 55 find this.
if( ($locale = get_locale()) && ($locale != 'en_US') ) $res = load_textdomain('kcc', dirname(__FILE__) . '/lang/'. $locale . '.mo' );Delete or hide those lines // and add this line.
$res = load_textdomain('kcc', dirname(__FILE__) . '/lang/en_US.mo' );English will then be displayed.
Forum: Plugins
In reply to: [Maja Envato] CacheYou can hide the error on by adding an @ infront of the fread() so that the error is hidden when it is not working and displays the widget when it is.
$jsonData = @fread( $theFile, filesize( $fileName ));
This is not the best solution. Perhaps the author may look at why this error is occuring.
Forum: Requests and Feedback
In reply to: Error on post replySorry I was on holidays and did not have access to the net which is a good thing. I reply to everyone I can, but if the problem is solved before I get back to you, which you did, then I need not reply. I do get a lot of modification requests which I try to help with, but I do have a full time job, family and some form of a life and I help others with problems and queries for FREE, in my spare time. I am glad the theme is working for you now.