Quote:
Originally Posted by Zero Tolerance
Uhh, i was just porting a few of my minor hacks so i could get used to the vB 3.5 set up  But i'll look into it
- Zero Tolerance
|
Hehe...
Just a tad template quirk that I found, the "Lock Post" button is larger than the other vB posting buttons...
In the editpost_lockpost template, change:
Code:
<input type="submit" class="bginput" value="<if condition="$postinfo[postlock] == 0">$vbphrase[lock_this_message]<else />$vbphrase[lock_unlock_message]</if>" tabindex="1" />
to
Code:
<input type="submit" class="button" value="<if condition="$postinfo[postlock] == 0">$vbphrase[lock_this_message]<else />$vbphrase[lock_unlock_message]</if>" tabindex="1" />
This will make the "Lock Post" submit button the same size as the other vB posting buttons
Satan