Skip to:
Content
Pages
Categories
Search
Top
Bottom

  • About
  • Plugins
  • Themes
  • Documentation
  • Blog
  • Support
  • Download

BuddyPress.org


  • Register
  • Lost Password
  • Log In

@lucianop active 9 months, 3 weeks ago
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! View
  • Personal
  • Mentions
  • Favorites
  • Profile picture

    Luciano Passuello replied to the forum topic Welcome Pack emails in plaintext in the group Welcome Pack 1 year, 7 months ago

    I was able to figure this out myself by using one of the provided filters.
    For reference, here’s the code that discards all template information, keeping only the message content:

    `
    add_filter( […]

  • Profile picture

    Luciano Passuello started the forum topic Welcome Pack emails in plaintext in the group Welcome Pack 1 year, 7 months ago

    I just upgraded to Welcome Pack 3.1, and noticed that there’s now “theming” in the emails sent. However, I already have a general, Wordpress-wide theming solution that I use (WP Better Emails plugin).

    How […]

  • Profile picture

    Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 2 years ago

    Thanks @dwenaus. Since I’m going to change this in my local copy, what’s the best way to send the changes for you to integrate in the official version?

  • Profile picture

    Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 2 years ago

    Thanks for your help @dwenaus — I ran more tests, and with your help, I figured out what’s wrong: 1. You’re right: you must pass $subject, and you must declare 4 as the number of vars. 2. The subject filter created currently only works for digests, and not for “regular” emails. Hacking the code and adding [...]

  • Profile picture

    Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 2 years ago

    Thanks @boonebgorges but unfortunately moving it to bp-custom.php didn’t help in this case. Any other ideas?

  • Profile picture

    Luciano Passuello posted on the forum topic Plugin should respect custom slugs in the group BuddyPress Group Email Subscription: 2 years ago

    Thanks @dwenaus! Just tested and it’s working fine now!

  • Profile picture

    Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 2 years ago

    I am trying to make this work, but I must be missing something very obvious (as I’m a total newbie in using filters). Here it is (code in functions.php):
    function cleo_ass_digest_subject( $blogname, $title, $type ) {
    return " $title";
    }
    add_filter( 'ass_digest_subject', 'cleo_ass_digest_subject', 10, 3 );

    Any help is…[Read more]

  • Profile picture

    Luciano Passuello posted on the forum topic Admins should be able to move topics to any group in the group Buddypress Topic Mover: 2 years ago

    Sorry, just noticed that this topic I created is a dupe. You may delete it (didn’t find an option to do it myself).

    http://buddypress.org/community/groups/buddypress-topic-mover/forum/topic/move-dropdown-not-showing-all-groups/

  • Profile picture

    Luciano Passuello posted on the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 2 years ago

    That’s fair enough… I agree a filter is the ideal solution — and passing blogname and subject as parameters make it even better. Thanks guys!

  • Profile picture

    Luciano Passuello posted on the forum topic Localization Problems in Javascript in the group BuddyPress Group Email Subscription: 2 years ago

    Thanks Boone, you rock! :)

  • Profile picture

    Luciano Passuello started the forum topic Admins should be able to move topics to any group in the group Buddypress Topic Mover: 2 years ago

    I noticed that I can only move topics to groups I’m a part of. As a site admin, I think it makes sense to be able to move topics from/to any group I want…

  • Profile picture

    Luciano Passuello started the forum topic [Blogname] at the beginning of subject lines in the group BuddyPress Group Email Subscription: 2 years ago

    In WordPress, in general, all notification emails are in the format ‘ subject’, but in BuddyPress Group Email Subscription emails, the ” part is at the end of the subject lines. I customized my local source files to behave like WordPress — I think it help users to identify all emails that go out of [...]

  • Profile picture

    Luciano Passuello started the forum topic Localization Problems in Javascript in the group BuddyPress Group Email Subscription: 2 years ago

    Hi, In the forum topics list, BuddyPress Group Email adds a new button “Mute”/”Follow”. The button label is localized correctly, but when I click it the label goes back to English. I noticed that setting the label is made via Javascript — and that it’s not currently localized with wp_localize_script, hence the problem. PS: I [...]

  • Profile picture

    Luciano Passuello started the forum topic Localizing Buddypress Topic Mover in the group Buddypress Topic Mover: 2 years ago

    Hi, I want to be able to localize strings in this plugin, but I’m not sure how to do it (as there’s no .pot file in the package — languages folder is empty for me). If able to do so, I’ll be happy to contribute with the pt-br (Brazilian Portuguese) version of it. PS: I [...]

  • Profile picture

    Luciano Passuello posted on the forum topic changing the core /groups/ and /forums/ slugs? in the group How-To and Troubleshooting: 2 years, 1 month ago

    I’m also interested in this. Since people often create forum topics in the wrong groups, it’s not usual to have to move them around (using @dwenaus Topic Mover plugin). Moving the topic breaks links to it (in notification emails, activity stream, etc.) Any suggestions on how to change the slug or how to somehow avoid this problem [...]

  • Profile picture

    Luciano Passuello joined the group Buddypress Topic Mover 2 years, 1 month ago

  • Profile picture

    Luciano Passuello started the forum topic Plugin should respect custom slugs in the group BuddyPress Group Email Subscription: 2 years, 1 month ago

    Hi, first of all, congratulations for such a great plugin! The plugin sometimes hardcode slugs that are user-customizable. There are at least two instances to be fixed (didn’t check all the code): In bp-activity-subscription-functions.php, line 407, should be changed to: <a href=&quot;loggedin_user->domain . trailingslashit( BP_SETTINGS_SLUG ) .…[Read more]

  • Profile picture

    Luciano Passuello joined the group BuddyPress Group Email Subscription 2 years, 1 month ago

  • Profile picture

    Luciano Passuello posted on the forum topic When a new user signs up they r automatically marked as a spammer in the group How-To and Troubleshooting: 2 years, 1 month ago

    Same problem here: legitimate users registering and being marked automatically as spammers.
    I am running on WP3.1 with a single main blog. Any help is appreciated!

  • Profile picture

    Luciano Passuello started the forum topic Update 'active x time ago' only when generating public activity in the group How-To and Troubleshooting: 2 years, 1 month ago

    While logged in, simply by browsing the site, the ‘active x time ago’ gets updated. Some users expressed their concern with privacy, and I agree. I want to update the ‘active x time ago’ only when an user generates an activity that gets logged publicly (i.e. goes to the activity stream). Here’s my first try: [...]

  • Load More
Profile picture of Luciano Passuello
  • Activity
    • Personal
    • Mentions
    • Favorites
  • Profile
    • View
  • Sites 0
    • My Sites
  • Forums
    • Topics Started
    • Replies Created
    • Favorites

See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS

Follow BuddyPress on Twitter • GPL • Contact Us • Terms of Service

Skip to toolbar
    • WordPress.org
      • About WordPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • bbPress.org
      • About bbPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
    • BuddyPress.org
      • About BuddyPress
      • Documentation
      • Support Forums
      • Feedback
      • Developer Trac
      • Developer Blog
  • BuddyPress.org
    • Log in
  • Anonymous
    • AnonymousNot Logged In
    • Register
    • Lost Password
    • Log In
Log Out