Notifications
Clear all

wpForo 1.x.x [Closed] Email Notification Message body

4 Posts
2 Users
1 Likes
662 Views
ruchik
Posts: 11
Topic starter
(@ruchik)
Active Member
Joined: 2 years ago

In Email Notification Message body if I want to add Table how do I add because every time I add table tag and save it, it just removes table tag.

3 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

@ruchik

Try this:

$allowed_html['table']['class'] = true;
$allowed_html['tr']['class'] = true;
$allowed_html['th']['class'] = true;
$allowed_html['td']['class'] = true;
ruchik
Posts: 11
Topic starter
(@ruchik)
Active Member
Joined: 2 years ago

Thanks @chris for this help. I have one more question, I am adding a rounded button in message body but in outlook it's not supported and for that I need to use VML. So, Can I use VML in message body of WPFORO

1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@ruchik,

We hadn't tried VML, and don't know would it work or not, however you can change the styles of the button with attributes.