Gennady Kovshenin
- Member Since: January 7th, 2012
- Magnitogorsk, Russia
- codeseekah.com
- Home User
- @soulseekah on WordPress.org and Slack
- Core Contributor
- WordCamp Speaker
- WordPress.tv Contributor
- Plugin Developer
-
Confirmed as a speaker for WordCamp Moscow 2017 coming up on August 12th
2 days ago
-
Created a topic, Flexible frontend content management, on the site WordPress.org Forums:
Reminds me of medium. Code is well written and documen…2 weeks ago
-
Confirmed as a speaker for WordCamp Moscow 2016 coming up on August 13th
2 months ago
-
Committed [1670883] to Plugins Trac:
Tag 0.9.32 months ago
-
Committed [1670882] to Plugins Trac:
Update from GitHub2 months ago
-
Created a topic, get_authors addon, on the site WordPress.org Forums:
Here there, just want to share my implementation of ge…4 months ago
-
Created a topic, Easily bypassed, vulnerable, on the site WordPress.org Forums:
This plugin does not really work to stop automated reg…4 months ago
-
Committed [1593202] to Plugins Trac:
Bump compatible version6 months ago
-
Committed [1593200] to Plugins Trac:
Bump compatible version6 months ago
-
Posted a reply to Rounding numbers, on the site WordPress.org Forums:
There's no flexible way to do this right now, we'll think about introducing some sort…6 months ago
-
Posted a reply to Retrieving pageviews in a PHP variable, on the site WordPress.org Forums:
Then use wp_remote_get on https://pv.pjtsu.com//v1/get/key1[,key2[,...]] etc. where keys are simply post_IDs. Makes sense? Don't forget…7 months ago
-
Posted a reply to Retrieving pageviews in a PHP variable, on the site WordPress.org Forums:
Hey there. The whole point of the plugin is to never do anything on the…7 months ago
-
Posted a reply to Write page doesn't work, on the site WordPress Support Forums:
Oh, other roles won't work, only subscribers and authors can write writeshare content. What is…12 months ago
-
Posted a reply to Write page doesn't work, on the site WordPress Support Forums:
What's the role of the user that you're trying to access the /write/ page with?12 months ago
-
Posted a reply to X-Pj-Cache-Status: miss, on the site WordPress Support Forums:
Are you using the latest version of LLA? A quick scan of the code doesn't…12 months ago
-
Posted a reply to X-Pj-Cache-Status: miss, on the site WordPress Support Forums:
We'll have to test this and make sure. Can you provide more information, please? How…12 months ago
-
Posted a reply to Bug fix on chapters, on the site WordPress Support Forums:
Close as resolved please.12 months ago
-
Posted a reply to Write page doesn't work, on the site WordPress Support Forums:
Can you please try the latest version, an update has just been pushed. Thanks so…12 months ago
-
Posted a reply to update_plugins admin check, on the site WordPress Support Forums:
A temporary fix for this problem would be to trigger the menu from the theme's…1 year ago
-
Posted a reply to After installing and activating plugin setup page is not visible on the dashboar, on the site WordPress Support Forums:
1. Press F12 and reload the page and check the console. 2. Install Debug Bar…1 year ago
-
Posted a reply to Setup page not visible, on the site WordPress Support Forums:
Ionel Roiban, it's unclear whether you can't access the page at all, or you have…1 year ago
-
Created a topic, update_plugins admin check, on the site WordPress Support Forums
1 year ago
-
Confirmed as a speaker for WordCamp Moscow 2016 coming up on August 13th
1 year ago
-
Posted a reply to short code in content is possible???, on the site WordPress Support Forums:
Just add add_filter( 'accordions_filter_content', 'do_shortcode' ); to your functions.php to turn on shortcodes.1 year ago
-
Posted a reply to user cant access "submitwritting", on the site WordPress Support Forums:
The issues you describe will be investigated. Stay tuned.1 year ago
-
Posted a reply to user cant access "submitwritting", on the site WordPress Support Forums:
Are you using the latest version of the plugin?1 year ago
-
Posted a reply to user cant access "submitwritting", on the site WordPress Support Forums:
Make sure you're logged in as an author on the site, otherwise it won't let…1 year ago
-
Posted a reply to Err 1118 - Row size too large (> 8126), on the site WordPress Support Forums:
A quick fix for this would be to open your sql dump file find the…1 year ago
-
Posted a reply to Not working, no X-PJ-Cache-Status, on the site WordPress Support Forums:
Were you able to confirm that when visiting any of the warmed-up pages you got…1 year ago
-
Posted a reply to wp-admin not available after activating plugin, on the site WordPress Support Forums:
That is done using the filter wpws_can_access_dashboard1 year ago
-
Posted a reply to Not working, no X-PJ-Cache-Status, on the site WordPress Support Forums:
Victor, So out of the "WP Fastest Cache + Redis object cache + OPcache and…1 year ago
-
Posted a reply to Header check says miss, on the site WordPress Support Forums:
Cache keys are just a way of addressing a specific cached page in the database.…1 year ago
-
Posted a reply to Modifying the template of a page created dynamically, on the site WordPress Support Forums:
writeshare-templates are pulled in automatically if they are detected in /writeshare-templates/ The wpws_default_page_template filter is…1 year ago
-
Posted a reply to Modifying the template of a page created dynamically, on the site WordPress Support Forums:
The same principle is used in WriteShare as in BuddyPress. Create a /writeshare-templates/ directory in…1 year ago
-
Created a topic, Security Vulnerability, on the site WordPress Support Forums
2 years ago
-
Posted a reply to Class 'A2A_SHARE_SAVE_Widget' not found, on the site WordPress Support Forums:
Try to remove and reinstall AddToAny, if this doesn't help contact the developers.2 years ago
-
Created a new ticket, #34508, in Core Trac:
list_table_primary_column doesn't work following some ...2 years ago
-
Posted a reply to use referrer to populate search query, on the site WordPress Support Forums:
You could parse the URL that generated the 404, though, and intelligently generate some suggestions…2 years ago
-
Posted a reply to use referrer to populate search query, on the site WordPress Support Forums:
I don't think there's any keyword data coming from big ol' Google anymore http://searchenginewatch.com/sew/news/2296351/goodbye-keyword-data-google-moves-entirely-to-secure-search2 years ago
-
Posted a reply to Images not showing when uploaded, on the site WordPress Support Forums:
No, you have to view the source of the image that is showing up as…2 years ago
-
Posted a reply to From HTTP to HTTPS, on the site WordPress Support Forums:
You can Google for a more specific answer (there are tons of articles out there),…2 years ago
-
Posted a reply to Lock tags creation, on the site WordPress Support Forums:
There's nothing stopping you. You can try :)2 years ago
-
Posted a reply to Lock tags creation, on the site WordPress Support Forums:
If you have custom terms that use the same capabilities as the default tags they…2 years ago
-
Posted a reply to Lock tags creation, on the site WordPress Support Forums:
Simple, just remove edit_terms from their permissions. You can use something like https://wordpress.org/plugins/wpfront-user-role-editor/2 years ago
-
Posted a reply to How to place child categories below parent in sidebar, on the site WordPress Support Forums:
Although http://codex.wordpress.org/Template_Tags/wp_list_categories this function says it does do indents. What are you using to output…2 years ago
-
Posted a reply to How to place child categories below parent in sidebar, on the site WordPress Support Forums:
Use a Walker https://core.trac.wordpress.org/browser/tags/4.3.1/src//wp-includes/category-template.php#L9602 years ago
-
Posted a reply to Images not showing when uploaded, on the site WordPress Support Forums:
Sounds like a thumbnail issue then, make sure the thumbnails have been created.2 years ago
-
Posted a reply to Site crashing, on the site WordPress Support Forums:
Could be a caching issues, is it still erroring out?2 years ago
-
Posted a reply to How to remove internal 500 error From Search Console? Why is it apperaing, on the site WordPress Support Forums:
Paste it here, let's see it.2 years ago
-
Posted a reply to the_post calls my function twice instead of once, on the site WordPress Support Forums:
You're using the wrong action for the job, Pits. Don't unset the $_POST variables, it…2 years ago
-
Pageviews
Active Installs: 1,000+
-
Random New User Password
Active Installs: 70+
-
Redis Page Cache
Active Installs: 200+