Plugin: Welcome Pack

Join this plugin group to follow comments, support topics and reviews.

How can i design the welcome message? (2 posts)

Started 4 months, 2 weeks ago by: ankurm

  • Profile picture of ankurm ankurm said 4 months, 2 weeks ago:

    i am trying to design the welcome message but every time i add html tags in the textarea and click on submit the tags get removed.
    i modified the
    global $allowedtags;
    and added new html tags. after doing so i was able to save the html tags but still the emails being sent were plain.. what might be the issue?

  • Profile picture of Paul Gibbs Paul Gibbs said 4 months, 1 week ago:

    You can’t, really. Welcome Pack just adds a new private message to BuddyPress, and BuddyPress actually generates the email from that.

    Most markup is not permitted in BuddyPress’ private messages, and that’d be where the kses filters are probably stripping it.