Rolle Laukkarinen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Make icon greyscaleIs there a voting system, issue tracker, etc.?
I think it’s more easier to eye to have this change. I’m sure many others thinking the same thing.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Make icon greyscaleAny chance for replacing the icon with simpler one?
What do you think about this paw icon (it’s CC0 material icon so free to use). I’m front end developer myself and would like to make this contribution to the plugin:
If you like it, can you implement it? I have a code suggestion ready for you.
Gioni, thanks for the answer. Notifications != popups, I never talked about popups, I meant indeed the boxes that follow WordPress-guidelines (despite being too wall-of-texty). Not necessary to have most of them at all.
The plugin sends emails to the admin who usually is the site owner. It should not be defaulted to send email without separate setting. In fact, there should NOT be “enabled by default” settings at all, when it comes to security. You should let the user decide which features to enable, not other way around (which features to disable) when it come sto this type of plugin.
I repeat, “Can be turned off” is unacceptable. More like “can be turned on if needed” would be sufficient enough. Don’t get upset with one of the few negative reviews, this is here just to point out the things that in my opinion should be taken into consideration when offering a plugin that updates often. Have a nice day!
Forum: Plugins
In reply to: [Most Read Posts in XX days] WP Super Cache and Most Read Posts in XX daysI would also like to know does the cache plugins affect the counting. I’m using W3 Total Cache at the moment.
All right, I’ll do that. Thanks.
Can you give me the exact snippet? I can manage getting with
<?php if(pmpro_hasMembershipLevel('1')) : ?>but I would like to have it regardless the if-statement.Hi Kim and thanks for the tips. I got it figured out myself by customizing this snippet: https://gist.github.com/strangerstudios/6688772
Level names can be achieved with
$level_names = $access[2];and then looping them before$textwithforeach($level_names as $level_name) {.Forum: Fixing WordPress
In reply to: Getting user id from username?Thanks. That worked fine for me.
I owe you one π Happy new year 2009.Forum: Fixing WordPress
In reply to: Getting user id from username?So how? Like this?:
var_dump($user) $user = get_userdatabylogin('myusername'); echo $user->ID; // prints the id of the user…which prints out NULL.
Forum: Fixing WordPress
In reply to: Getting user id from username?Bump. Any clue?
Forum: Fixing WordPress
In reply to: Getting user id from username?Does not seem to work. Nothing prints out.
Forum: Fixing WordPress
In reply to: Index.htmlMany thanks ChrisThomson.
Forum: Fixing WordPress
In reply to: Index.html and index.php after upgrading to 2.7Oh, I’m sorry then π WP-guys can close this topic?
Forum: Fixing WordPress
In reply to: Index.htmlSorry, didn’t find this post in time, but I have the same problem also posted here: http://wordpress.org/support/topic/224398
I heard there is no solution yet. Keep me posted.
Rolle.
Forum: Themes and Templates
In reply to: How to run two or more themes simultaneously in same blog?Bump. Do anyone know?