Log in

View Full Version : How do I change the font for location/Join date/etc?


Club3G
03-16-2005, 10:31 PM
Hi all,

I'd like to make a quick change to the thread display. Under a user's post, I'd like to change the font for Location, Join Date, Post Count and everything else that can be displayed there, but keep the template settings for the data the user actually inputs.

For example:

Location: Boston

Any insight would be appreciated. :) Thanks!

Club3G
03-27-2005, 01:12 AM
*boink* :)

tnguy3n
03-27-2005, 04:18 AM
In postbit (or postbit_legacy) template, look for this following codes
<div class="smallfont">
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>
<if condition="$post['age']"><div>$vbphrase[age]: $post[age]</div></if>
<div>
$vbphrase[posts]: $post[posts]
</div>