Not sure if anyone can help me here. I did get this to work on 3.8.1. I tried to add font size and got some success, but not complete success.
I create a profile field called font size. I did a drop down menu just like I did for the font. A little different than this mod, but it makes it much easier for the members instead of writing in the font. Anyway. I changed the code to the following
PHP Code:
<if condition="$post['field10'] != '' OR $post['field12'] != '' OR $post['field13'] != ''"> <font style="font-size:$post[field13]; font-family:$post[field12]; color:$post[field10]; ">$post[message]</font> <else /> $post[message] </if>
That replaces
$post[message]
in postbit or postbit legacy
It works if you post in the quick reply, but when the page is refreshed, it goes back to normal. It is not staying the font size. I am not a coder at all. I just tried to duplicate what was done for the other two fields. If anyone can tell me what is wrong with the code, I would greatly appreciate it.