-
chestnut_jp posted on the forum topic Regarding 2.7.8 in the group BuddyPress Group Email Subscription: 13 years, 11 months ago
Here is another solution. Though I do not know how important to add_action for load_plugin_textdomain, because just write load_plugin_textdomain() has power over the whole plugin, I decided not to delete add_action as described above. Since translation is not made only in “function ass_group_notification_activity( $content )”, I just add…[Read more]
-
chestnut_jp posted on the forum topic Regarding 2.7.8 in the group BuddyPress Group Email Subscription: 13 years, 11 months ago
@dwenaus I have been misunderstood how “weekly summary” works. It includes only topics in the forum. I thought it includes all, such as an update. Now that weekly summary appears to work, I will incorporate some alternations regarding timezone in the latest version, which I have just upgraded the plugin to. And then, after testing awhile, […]
-
chestnut_jp posted on the forum topic Regarding 2.7.8 in the group BuddyPress Group Email Subscription: 13 years, 11 months ago
I just fixed it. In bp-activity-subscription.php,
function activitysub_textdomain() { load_plugin_textdomain( 'bp-ass', false, dirname(plugin_basename(__FILE__ ) ) . '/languages/' ); } add_action( 'init', 'activitysub_textdomain' );
=>//function activitysub_textdomain() { load_plugin_textdomain( 'bp-ass', false, dirname(plugin_basename(__FILE__ )…
[Read more] -
chestnut_jp posted an update 13 years, 11 months ago
I am very much exhaused after spending many many hours for plugin verification…
-
chestnut_jp posted on the forum topic Regarding 2.7.8 in the group BuddyPress Group Email Subscription: 13 years, 11 months ago
I am still investigating the way to translate for “function ass_group_notification_activity” which is the only that is not translated. Since it is inconvenient, I now wrote Japanese directly into the script so that email notification is translate. When I specify the language file to buddypress, switching from bp-ass, the mail is translated except…[Read more]
-
chestnut_jp started the forum topic Needs to change in order to translate ”Show Blog Post Likes” in the group BuddyPress Like: 13 years, 11 months ago
Hi @hempsworth,
At 851 in bp-like.php:
echo 'Show Blog Post Likes'
;
=>
echo '' . bp_like_get_text( 'show_blogpost_likes' ) . '';
Otherwise, the custom text set in back-end for “Show Blog Post Likes” won’t be shown in the list of activity stream.
-
chestnut_jp started the forum topic Regarding 2.7.8 in the group BuddyPress Group Email Subscription: 13 years, 11 months ago
@dwenaus I have almost finished the addition of the function to switch to the user’s local timezone. It will take some more time for me to announce, as I need more time for verification. By the way, I have faced two problems, one is that weekly digest does not appear to be sent, but this needs […]
-
chestnut_jp posted on the forum topic Regarding 2.7.5 in the group BuddyPress Group Email Subscription: 13 years, 12 months ago
@dwenaus Thank you for your kind reply. Yes, as always, I myself first make codes, then post what I changes, and then put the link to my customized package, which you can easily find where I change by searching the word “chestnut_jp”. As you point out, I will next time make two zips, one is just […]
-
chestnut_jp posted on the forum topic Regarding 2.7.5 in the group BuddyPress Group Email Subscription: 13 years, 12 months ago
@dwenaus Oh, I see. In the latest plugin, you warn that if date_default_timezone_set is needed, it should be added to wp-config.php. This is completely misguiding users. Please delete it. And people who do not mind calculating the delivery time, comparing local timezone to UTC, just like you, do not care how local timezone is ignored even […]
-
chestnut_jp posted on the forum topic Regarding 2.7.5 in the group BuddyPress Group Email Subscription: 13 years, 12 months ago
@dwenaus
Sounds nice!
As I have been busy, it may take some time for me to proceed.
Well, I tried adding “date_default_timezone_set” to wp-config.php, but in vain.
It does not work as I expected.
Is it really working for you?Anyway, it is very good news that you will make hook for persons like me.
-
chestnut_jp posted on the forum topic Regarding 2.7.5 in the group BuddyPress Group Email Subscription: 13 years, 12 months ago
@dwenaus Yes, it is a PHP issue, but all of you have misunderstood. I told about the reason why we had to set date_default_timezone_set in the plugin script when I first released my customized version. Look at around line 32 of wp-settings.php, located in root place of WP installation. It reads: `// Set default timezone in […]
-
chestnut_jp started the forum topic Regarding 2.7.7 in the group BuddyPress Group Email Subscription: 13 years, 12 months ago
@dwenaus I just upgraded my 2.7.5.2 to the latest original version of 2.7.7. You still have misunderstood how to load textdomain. Translation still do not work for 2.7.7. As I wrote before, please use the following:
load_plugin_textdomain('bp-ass', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/languages');
In 2.7.7, it reads:load_plugin_textd…
[Read more] -
chestnut_jp posted on the forum topic Regarding 2.7.6 in the group BuddyPress Group Email Subscription: 14 years ago
@dwenaus I have just made a brand new buddypress site and installed 2.7.6. When activating the plugin, no Japanese are shown. The “languages” directory surely has “buddypress-group-email-subscription-ja.mo”. I just installed the plugin. Thus, there seems to be a bug for translation. Have you changed something about internationalization of the…[Read more]
-
chestnut_jp posted on the forum topic Email subject and accent in the group BuddyPress Group Email Subscription: 14 years ago
@dwenaus Has the bug been existing since the first version of the plugin? Or it comes out in 2.7.6? If it has been there since the first version, I have not seen the bug perhaps because Japanese sentenses do not use spaces between words, or the bug reveals itself depending on the charactor code? This will […]
-
chestnut_jp posted on the forum topic Email subject and accent in the group BuddyPress Group Email Subscription: 14 years ago
-
chestnut_jp posted on the forum topic Regarding 2.7.6 in the group BuddyPress Group Email Subscription: 14 years ago
@dwenaus Yes, you are right. I noticed it (pot includes Japanese) when I created 2.7.5.2, and I already removed Japanese characters from the pot file in the 2.7.5.2 package. I have been very glad to cooperate with you on the plugin, so tell me when you find something wrong. I am still preparing the brand new […]
-
chestnut_jp posted a new activity comment 14 years ago
Thank you very much!
-
chestnut_jp posted a new activity comment 14 years ago
@hempsworth
That’s great!
I will send you Japanese Translation when I make. -
chestnut_jp posted a new activity comment 14 years ago
Thank you for your reply.
I am looking forward to using the new version. -
chestnut_jp posted on the forum topic Regarding 2.7.6 in the group BuddyPress Group Email Subscription: 14 years ago
@dwenaus
Now I am making a brand new multisite in order to see if cron works and in order to verify 2.7.6.It will take some time but I will report when I find something.
- Load More
@chestnut_jp
Not recently active