Dric
Forum Replies Created
-
Fixed in 1.7.1
The problem was caused by another plugin.
Forum: Plugins
In reply to: [WP-Activity] [Plugin: WP-Activity] IP logging for activityThx for the feedback. I will add it on next version.
Forum: Plugins
In reply to: incomplete RSS feed for wp-activityThe name is indeed missing, I will fix in next release.
Thx for the feedback.
I tested in two different installations of WP, the graph is displaying in FF and IE.
Could you send me the source code of the page, and the javascript errors displayed by FF console at [email protected] ?
By ‘logging in with same guest account’, you mean enter credentials or just coming to the blog being already authentificated ?
The two arguments needed by this function should be returned by the login or cookie authentification process. If you have a plugin that modify login (facebook login or something similar), it may not return the needed arguments.
I will look for a patch, at least to avoid the error.
Forum: Plugins
In reply to: [WP-Activity] wp-activity 1.5 Filter issues1) It will be fixed in next version, I found what was wrong with IE.
2) This could be a bug with translations. datepicker.regional is used for translation of the little calendar who is displayed when you want to change the date range. If the translation is messing the javascript code, then datepicker.regional become undefined and it breaks all javascript loaded on the page (including the hello, admin link).
3) Please send it to [email protected] . Thx. If the 2) bug is translation related, I will be able to reproduce it with your translation file.
Forum: Plugins
In reply to: [WP-Activity] wp-activity 1.5 Filter issues1) This seems to be only occurs when you open the .csv file via IE (I tried with other browsers, but only IE has this behavior). If you choose to save it, the name will be wp-activity.csv and it will not open in read-only mode. I will try to see how to solve the problem.
2) If there are no logins during the date range you selected (this is the last week by default), the graph is not displayed. But I guess that you have logins and no graph. In IE8, try to press F12 to display development tools. Do you have error messages in console tab ?
3) I don’t have dutch translation, but I would be happy to have one !
Thx for the feedback.
Forum: Plugins
In reply to: [WP-Activity] wp-activity 1.5 Filter issuesThe csv export is fixed in v1.6 !
Forum: Plugins
In reply to: [WP-Activity] [Plugin: WP-Activity] Logon Failed in Right Now widgetSolved in v1.6.
Forum: Plugins
In reply to: [WP-Activity] [Plugin: WP-Activity] Logon Failed in Right Now widgetOops, it’s a bug. I will fix it in next version. Thx.
Forum: Plugins
In reply to: [WP-Activity] wp-activity 1.5 Filter issuesI have more informations for bug #3. It seems that under Windows, the url to the generated csv file is processed by WordPress, who doesn’t recognize a valid permalink : WordPress tags it 404 error.
On linux the url is processed by the server who sees a valid url.If you comment out line 485 of /wp-includes/class-wp.php, you will be able to access csv file.
I will try to access it via a wp-test/wp-admin/admin.php?page=export-csv-file, but I’m not sure I will succeed.
Forum: Plugins
In reply to: [WP-Activity] wp-activity 1.5 Filter issues2) In fact when comes a login failure, there is no user_id as the user couldn’t log in. When displaying activity list I set the name used for the failed logon in the user column, but there is no link with users table.
That’s why I can’t add login failures to filter by user.3) The path seems to be correct. But I was able to reproduce the bug with a WAMP installation, that produces a 404 error. It runs OK under linux, but not under Windows. On which OS are you hosting your blog ?
Forum: Plugins
In reply to: [WP-Activity] [Plugin: WP-Activity] Blank "last login" column when using UAMI finally installed UAM to test it.
In fact this a strange behavior of wordpress. The plugin who was last loaded in user list was the only one to display data. When I lowered priority of WP-Activity, the UAM column was empty and last login data was ok.It should be fixed in v1.6.
Edit : after a better look, this is an UAM bug. I submitted a patch to the author, but even if he doesn’t patch his plugin Wp-activity will deal with it.