Regarding 2.7.6
-
Note: this is moved from http://buddypress.org/community/groups/buddypress-group-email-subscription/forum/topic/regarding-2-7-5/
@dwenaus
Thanks for releasing the new version.
Though I am still searching the reason, because sometimes “cache” cause something wrong, updated to the new version doesn’t show Japanese any more.Looking at your-made pot file, some words seems to be deleted from my original pot, ex: “yes”, “no”, or “Yes”, “No”, all of which you mentioned, were already in my pot file, but they are disappeared.
Some words were using “buddypress” because they were not translated, for unknown reason or maybe due to the definition of “global $bp”, or they are existing buddypress.
As for “date_default_timezone_set”, it might affect other plugin or BP settings.
Setting the “date_default_timezone_set(‘America/New_York’);” in the “bp-activity-subscription-digest.php” may not affect, while setting it to “date_default_timezone_set(‘Asia/Tokyo’);” may result in that the time displayed in activity stream shows “sometime ago” instead of “0 second ago” or “10 minutes ago” unless that activity passes a long time, due to the time zone difference from UTC.This happens because, in bp-core.php file, the time displayed in the activity stream was decided by “$since = $newer_date – $older_date;”, and the older_date goes bigger than newer_date accoring to the setting of “date_default_timezone_set” in this plugin.
This is not only this plugin but some other plugins appear to have the same problem.
Because I first did not notice the reason why the time displayed “sometime ago”, which is not this plugin’s fault but others that are already disabled, I reported it as buddypress bug. Nevertheless, the reason is not buddypress but plugins.
I will send you my email address via email.
Please once again review my new customized package available at:
http://staff.blog.bng.net/downloads/buddypress-group-email-subscription-2.7.5.1.zipThis package is not included cron bug fixed, though.
I will continue to verify your new version.
P.S.:
Your made pot file has some error due to rn, which should be n only.
So, please continut using my pot file.I will add or change after comparing with your pot file.
You must be logged in to reply to this topic.