Okay... I have a question. I'd love this hack but where I am suppose to add the first template edit I have:
Quote:
<!-- message -->
<if condition="$post['field26'] != '' OR $post['field27'] != ''">
<font style="font-family:$post[field27]; color:$post[field26];">$post[message]</font>
<else />
<div id="post_message_$post[postid]">$post[message]</div>
</if> <!-- / message -->
|
I have this because I have a hack that allows my users to chose their font/color in each posts. Is there a way I can do this without messing up that hack ???
Thanks in advance!!!