Log in

View Full Version : How to change thread preview font size ?


TRABZONLUKAPLAN
09-06-2009, 12:47 AM
Hook Location : postbit_display_complete
Name : change font size
Execution Order : 5
Plugin PHP Code :

$post['message']="<font size='2' face='Arial'>".$post['message']."</font>";

Plugin is Active : Yes


I made this change for the posts but its not working for the preview. How can I make a change also for the post preview ?

Thanks in advance.

Lynne
09-06-2009, 02:30 AM
Post preview where? I can think of no place in default vbulletin where the post is previewed (except in forumdisplay, but that preview text is just the title text and you can't change the size of it).

(Also, the font tag is deprecated - you should use css for that.)