Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

4 Posts
2 Users
1 Reactions
1,103 Views
ruchik
Posts: 11
Topic starter
(@ruchik)
Active Member
Joined: 4 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: 3611
(@chris)
Famed Member
Joined: 4 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: 4 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: 4 years ago

Famed Member
Posts: 3611

@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.