I'm using Subscriptions and BBCode modules in my drupal forums to simulate some other traditional forum softwares such as vb or phpbb. But there is a problem within notifications body. BBCode tags appear within messages in the same way which they are enterded. (are not converted to html tags)

sorry for my bad english!

Comments

salvis’s picture

Assigned: AKAli » Unassigned
Status: Active » Closed (works as designed)

Subscriptions sends plain-text emails, not HTML. If there is HTML, an attempt is made to convert it to plain text.

Your BBCode modules would have to do the conversion from BBCode to HTML.