-
Luciano Passuello posted on the forum topic How to remove ’Active xyz hours ago’ ? in the group How-To and Troubleshooting: 13 years, 8 months ago
@aljuk: One thing that I did that might be of interest: only update the “active x ago” indicator when the user generates an activity that gets logged publicly (i.e. goes to the activity stream)
Like this:
remove_action( 'wp_head', 'bp_core_record_activity' );
add_action( 'bp_activity_add', 'bp_core_record_activity'… -
Luciano Passuello joined the group How-To and Troubleshooting 13 years, 8 months ago
-
Luciano Passuello posted on the forum topic Date selector bug? in the group Requests & Feedback: 13 years, 8 months ago
I am experiencing the same problem on BP 1.2.8 and WP 3.1.
Opened a ticket for it: https://trac.buddypress.org/ticket/3125 -
Luciano Passuello joined the group Requests & Feedback 13 years, 8 months ago
-
Luciano Passuello posted on the forum topic Welcome Pack 2.2.1 seems to have serialization problems in the group Welcome Pack: 13 years, 8 months ago
Hi Paul, Thanks for the response! Actually, the removal of
wptexturize
is mentioned just so you have clear repro steps (without the need of installing other plugins). What concerns me regarding this bug is that the functionality worked on 2.1, so the bug was introduced on 2.2 and 2.2.1. I already created a local patch […] -
Luciano Passuello posted on the forum topic Welcome Pack 2.2.1 seems to have serialization problems in the group Welcome Pack: 13 years, 8 months ago
Ironically, it seems Buddypress.org filtered some important chars in my comment… (maybe I should have use the backticks…)
In the expected/actual results, I meant (expected result) and + (actual).
-
Luciano Passuello started the forum topic Welcome Pack 2.2.1 seems to have serialization problems in the group Welcome Pack: 13 years, 8 months ago
Hi, first of all, great plugin! I believe I found a bug in the 2.2.1 version of the plugin (as this used to work on 2.1). It seems obscure at first, but bear with me, as this is an actual usage scenario. To reproduce it: 1. Remove the filter wptexturize on dpw_admin_settings_email. (comment welcome-pack-filters.php or […]
-
Luciano Passuello posted a new activity comment 13 years, 9 months ago
I thought you had translated it… did you?
The way to translate it is by creating a .po file.Did you translate the strings? If so, please send it to me at
M8R-lv1oc31@suremail.infoand I’ll take care of it.
-
Luciano Passuello posted a new activity comment 13 years, 9 months ago
Buddypress.org stripped the code out. The line I’m talking about is bpxs-core, line 127.
-
Luciano Passuello posted an update 13 years, 9 months ago
@travel-junkie Hey, just noticed a small bug in BP Xtra Signup.
The header for the TOS section is being shown even when I don’t have the TOS checkbox marked. The fix is super-easy:In bpxs-core.php, just move the line the line that shows the header
options->signup_title ) ?>
two lines down, inside the
if
statement.All the best!
-
Luciano Passuello posted an update 13 years, 9 months ago
@travel-junkie Doh, just noticed there’s a ‘donate’ tab in the plugin settings right in front of me!
Thanks again for the plugin — there’s a beer coming your way! -
Luciano Passuello posted an update 13 years, 9 months ago
@ultrix I was about to translate it myself!
Can you please send it to me as well? 🙂
I will be glad to peer-review it.
M8R-lv1oc31@suremail.infoThanks!
-
Luciano Passuello posted an update 13 years, 9 months ago
@travel-junkie Hi @travel-junkie. Excellent work on BP Xtra Signup!
Do you take donations? -
Luciano Passuello joined the group BP Xtra Signup 13 years, 9 months ago
-
Luciano Passuello joined the group Welcome Pack 14 years, 1 month ago
-
Luciano Passuello posted on the forum topic How to increase activity-avatar image size? in the group Creating & Extending: 14 years, 1 month ago
Hey @21cdb, did you have any luck with this issue of resizing avatars? I’m also looking for a solution to the same issue.
Thanks!
-
Luciano Passuello joined the group Creating & Extending 14 years, 1 month ago
@lucianop
Not recently active