-
chestnut_jp joined the group Welcome Pack 13 years, 9 months ago
-
chestnut_jp started the forum topic Change admin_menu to network_admin_menu for WP 3.1 and BP 1.2.8 in the group BuddyPress Group Email Subscription: 13 years, 9 months ago
In order to use the plugin with WP 3.1 and BP 1.2.8,
1) Activate the plugin as network.
2) Change the following line of bp-activity-subscription-functions.php as below:add_action('admin_menu', 'ass_admin_menu');
add_action('network_admin_menu', 'ass_admin_menu');
And you can see admin menu within BuddyPress…[Read more]
-
chestnut_jp started the forum topic In order to be used with WP 3.1 and BP 1.2.8. in the group BuddyPress Like: 13 years, 9 months ago
Hi @hempsworth, I am still using 0.0.8. In order for it to be used with WP 3.1 and BP 1.2.8: 1) Activate the plugin as Network. 2) Change the line 257 of bp-like.php as below:
add_action( 'admin_menu', 'bp_like_check_installed' ); add_action( 'network_admin_menu', 'bp_like_check_installed' );
3) Change the line 979 of bp-like.php as following: `…[Read more] -
chestnut_jp started the forum topic The way to fix scripts in order to be compatible with WP3.1 and BP 1.2.8 in the group CD BuddyPress Avatar Bubble: 13 years, 9 months ago
Hi @slaFFik, Though I have not yet verified everything in detail, the following changes are at least needed for the plugin to be used with WP 3.1 and BP 1.2.8: At line 16 of cd-ab-admin.php:
add_action( 'admin_menu', array( &$this, 'on_admin_menu' ) ); add_action( 'network_admin_menu', array( &$this, 'on_admin_menu' ) );
At line 74 of…[Read more] -
chestnut_jp posted on the forum topic My customized version of 2.8 in the group BuddyPress Group Email Subscription: 13 years, 9 months ago
Thank you for your advice, @dwenaus. Timezone issue is yes due to WordPress features. Because I started using WordPress from version 3.0, I do not know the process but WordPress fixes date_default_timezone_set to UTC since version 2.9 or so. The simple solution is just comment out the setting starting from the line 30 of wp-settings.php, and […]
-
chestnut_jp posted on the forum topic My customized version of 2.8 in the group BuddyPress Group Email Subscription: 13 years, 9 months ago
Hi @boonebgorges and @dwenaus, Thank you for releasing 2.8.1, and for your comments. To begin with, please understand that I am not trying to disturbing the plugin development. I just want to make it more easy to use, tryin to help on my own way. As I have not yet tried svn and git, it currently is […]
-
chestnut_jp started the forum topic My customized version of 2.8 in the group BuddyPress Group Email Subscription: 13 years, 9 months ago
Thank you very much for the latest version release. Just like the previous post of My customized version of 2.7.9.2 , I customized the latest version of 2.8. In particular, I once again focused on “timezome” setting. 1) “hint” will show in admin page back-end if you choose timezone from “Manual Offset”. 2) For people, who choose […]
-
chestnut_jp posted on the forum topic The way to make faq page visible? in the group Private BuddyPress: 13 years, 10 months ago
No one has no news?
-
chestnut_jp started the forum topic The way to make faq page visible? in the group Private BuddyPress: 13 years, 10 months ago
I am using BP 1.2.7 with WP 3.04, and checked ‘Front Page’ and ‘Registration’ in Privacy setting. Because of unchecked Blog pages, my buddypress is successfully protected by non-members. In order to promote non-members to register, however, I would like them to see some pages, such as “FAQ” that can be viewed by members when […]
-
chestnut_jp started the forum topic Japanese Translation in the group Private BuddyPress: 13 years, 10 months ago
@GIGALinux
I have made Japanese Translation which is available at:
http://staff.blog.bng.net/downloads/private-buddypress-1.0.4.zipI hope you will include it in the next version.
Thanks in advance. -
chestnut_jp posted an update 13 years, 10 months ago
Late to say, but “A Happy New Year”.
I wish this year is the best for everyone! -
chestnut_jp posted on the forum topic single.php has wrong function and format to show next and/or previous post link. in the group How-To and Troubleshooting: 13 years, 11 months ago
Thanks for you comment,@hnla
Yes, I have tried a various ways, and have found that <div> and <ul> collapse the layout of post.
Try and you will see what I mean.Anyway, the point is that single.php uses a wrong function.
-
chestnut_jp started the forum topic single.php has wrong function and format to show next and/or previous post link. in the group How-To and Troubleshooting: 13 years, 11 months ago
I posted to https://trac.buddypress.org/ticket/2982 /bp-themes/bp-default/single.php has a wrong function and format to show the next and/or previous post link. <div class=”alignleft”><?php next_posts_link( __( ‘← Previous Entries’, ‘buddypress’ ) ) ?></div> <div class=”alignright”><?php previous_posts_link( __( ‘Next Entries →’, ‘buddypress’ ) ) ?…[Read more]
-
chestnut_jp posted on the forum topic v1.2 Admin backend side toggles not working in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
Same thing happens here.
Also, I cannot choose or input tag into a new or editing post. -
chestnut_jp started the forum topic Japanese Translation in the group CD BuddyPress Avatar Bubble: 13 years, 11 months ago
Hi @slaFFik,
I forgot to send you Japanese Translation.
I tried to tell you via form in your home page, but 500 Internal Sever Error prevented it. So, I write here.
The zip file is available at:
http://staff.blog.bng.net/downloads/cd-bp-avatar-bubble-1.2.zipI hope you will include this into your next version, thank you.
-
chestnut_jp posted on the forum topic bp_the_profile_field_value always returns ”1970 January 1st” in BP1.2.7 in the group How-To and Troubleshooting: 13 years, 11 months ago
Thank you very much, @boonebgorges.
Without your comment, I would not have noticed my mistake. -
chestnut_jp posted on the forum topic bp_the_profile_field_value always returns ”1970 January 1st” in BP1.2.7 in the group How-To and Troubleshooting: 13 years, 11 months ago
I found the reason.
At line 826 of bp-core/bp-core-templatetags.php:
$date = date( ‘F j, Y ‘, $time_offset );It was my mistake, as I made a typo of “offest” when I change the above time format to Japanese one.
Fixing “offest” to “offset” let the problem disappear. -
chestnut_jp posted on the forum topic bp_the_profile_field_value always returns ”1970 January 1st” in BP1.2.7 in the group How-To and Troubleshooting: 13 years, 11 months ago
Thank you for your comment, @boonebgorges
Yes, I use several bp-related plugins, but all of them were already used with BP 1.2.6.
Since the proplem began surfacing right after BP was upgraded to 1.2.7, I thought it would be a bug in 1.2.7.I will once again test 1.2.7 with bp-related plugins deactivated.
-
chestnut_jp posted on the forum topic bp_the_profile_field_value always returns ”1970 January 1st” in BP1.2.7 in the group How-To and Troubleshooting: 13 years, 11 months ago
Because I know the field name or id for datebox, and I use onlye one datebox for birthday, I changed as following just for myself: At around line 40 of profile-loop.php located in /wp-content/plugins/buddypress/bp-themes/bp-default/members/single/profile <?php bp_the_profile_field_value() ?> <?php if (bp_get_the_profile_field_name() == ‘FIELD…[Read more]
-
chestnut_jp posted on the forum topic bp_the_profile_field_value always returns ”1970 January 1st” in BP1.2.7 in the group How-To and Troubleshooting: 13 years, 11 months ago
Though I tried both “https://trac.buddypress.org/ticket/2947” and “https://trac.buddypress.org/ticket/2240”, the problem prolongs.
The reason why 1970 January 1st is always displayed is that bp_the_profile_field_value and/or related functions always return “0” ignorring the true value.
I need to use date(‘Y/m/d’) instead of…[Read more]
- Load More
@chestnut_jp
Not recently active