The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
Well, the text is a class and so the easiest way to modify it is in the css. But, if you don't want to do it that way, you may do it inline (<span style="font-size:10px">whatever the text is</span>) but you may have to modify a few templates. To find the templates - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
For the postbit, you can probably just add it in here (this is from 3.6.8, yours may be a bit different): Code:
<!-- message --> <div id="post_message_$post[postid]" style="font-size:10px;">$post[message]</div> <!-- / message --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|