vBulletin style problem

Discussion in 'vBulletin' started by Jikdor, Nov 12, 2007.

  1. #1
    I have lost the line that is under the post and over the signature, so it liiks like the signature is in the post... Where in the style options can I change this?
     
    Jikdor, Nov 12, 2007 IP
  2. crashq7

    crashq7 Peon

    Messages:
    264
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you should take a look in the "postbit" template and see if everthing is ok there. it should be something like this:

    
    <if condition="$post['signature']">
    		<!-- sig -->
    			<div>
    				__________________<br />
    				$post[signature]
    			</div>
    		<!-- / sig -->
    		</if>
    
    Code (markup):
     
    crashq7, Nov 12, 2007 IP
  3. Jikdor

    Jikdor Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, fixed it now.
     
    Jikdor, Nov 12, 2007 IP