kiboost
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] page break when printing onlyIs there a way to set custom style in a file, and not in the wordpress/settings/print-o-matic ?
Forum: Plugins
In reply to: [Print-O-Matic] page break when printing onlyOk, I ad an empty span with a css class, then:
.page-break {
page-break-after:always;
}Now I have to figure out how to print a foot note on the bottom of each page !
Forum: Plugins
In reply to: [SlimStat Analytics] Update for Users by IP AddressAhah, done ?? My first one, you deserve it !
Forum: Plugins
In reply to: [SlimStat Analytics] 4.1 not working with add ons Labels for IP AddressesSure sorry, wanted to be sure you know the problem. Dunno if tickets are same person as you.
1.4.1 received, all working nice now ??
ThanksForum: Plugins
In reply to: [SlimStat Analytics] Update for Users by IP AddressAhah, are you saying you are not a robot ? LOL
Ok, 1.4.1 received, all working nice nox ??
ThanksForum: Plugins
In reply to: [SlimStat Analytics] Update for Users by IP AddressDo you have an email ?
Ever sent a new ticket 2 hours ago, no news since that.Forum: Plugins
In reply to: [SlimStat Analytics] 4.1 not working with add ons Labels for IP AddressesI have my licence key right ever.
Ever send a new ticket, #543. Still no answer.Forum: Plugins
In reply to: [SlimStat Analytics] Update for Users by IP AddressYes of course.
I would need v1.4.1 to test but can’t find how to download the zip (the zip I vae is old 1.3.1 from May)Forum: Plugins
In reply to: [SlimStat Analytics] 4.1 not working with add ons Labels for IP Addressesok, broken again since update today
I bought v 1.3.1
It say :
Repo Version: 1.4.1
Your Version: 1.3.1Can’t find where to download 1.4.1 version of Users by IP Address. Do you have a link somewhere ??
Forum: Plugins
In reply to: [SlimStat Analytics] 4.1 not working with add ons Labels for IP Addressesok works now …
I have changed wp-slimstat-labels-for-ip-addresses/index.php:
$_stat[‘user’] = $label; -> $_stat[‘username’] = $label;
Forum: Plugins
In reply to: [SlimStat Analytics] 4.1 not working with add ons Labels for IP AddressesOk I’ve not gone too much into the code, but would it be possible you change variable name in main plugin and not in extension ?
wp-slimstat/wp-slimstat.php:
self::$stat[‘username’]wp-slimstat-labels-for-ip-addresses/index.php:
$_stat[‘user’] = $label;Forum: Plugins
In reply to: [SlimStat Analytics] 4.1 not working with add ons Labels for IP Addressesin slimstats db:
id int(10)
ip int(10)
other_ip int(10
username varchar(255)
…indeed no ‘user’ field. Can I rename username to user ?
Forum: Plugins
In reply to: delete thisForum: Plugins
In reply to: [WP User Stylesheet Switcher] Choice not stored between sessionsNice ??
Forum: Plugins
In reply to: [SlimStat Analytics] Translate IP to userOk, just rewrite them all with a few lines of python. All god now.