8bui
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts per Month] No display of the average of posts per months in 1.4.1hey,
sorry for this bug.
Wordpress changed a little bit in the structure and I didn’t check it.I just released a new version (1.4.2) which should fix this bug with the current WordPress version.
I had the same error because I use another plugin that renames the wp-admin login url.
I made a ‘quick fix’ by adding this line:
require_once(ABSPATH . 'wp-admin/includes/screen.php');
in the file:
“plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php”
in line: 466
right before
$screen = get_current_screen();"Forum: Plugins
In reply to: [Last Plugin-Updates] Date Source?The data is fetched from the wordpress API.
for example this plugin fetches the information from
http://api.ww.wp.xz.cn/plugins/info/1.0/last-plugin-updates.json
source: http://codex.ww.wp.xz.cn/ww.wp.xz.cn_APIForum: Plugins
In reply to: [Last Plugin-Updates] Plugin Functionality‘Last Plugin-Updates’ does not provide what you want. it is just ‘reading’ the information it gets. WP is not saving any of the information you need.
maybe this is something for you?
http://ww.wp.xz.cn/plugins/aryo-activity-log
or
https://ww.wp.xz.cn/plugins/xgen-date-information/these two plugins save the information about install/activation/deactivation/.. in the database.
my plugin does not save anything!found here (1 minute of using google):
https://ww.wp.xz.cn/ideas/topic/display-install-date-on-plugins-listForum: Plugins
In reply to: [Last Plugin-Updates] Screen OptionsHey
Sorry for the late response. I didn’t notice your supportmessage :/I can not reproduce this bug. For me everything works fine and the plugin is hidden when i hide it and log in again.
Can you give me more information about this?
Forum: Plugins
In reply to: [Posts per Month] Bug: Link to month ignores permalink-structureHey,
sorry that I answer now and not earlier. I didn’t noticed 🙁
And a big thank you for your bugreport!The bug should be fixed with the update 1.4.
Regards
Tien Bui