The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've looked and haven't found this one.
Is there a hack that will keep the signature at the BOTTOM of a users post? As it is, the signature comes right up under a post and if the post is short, there's alot of space between the members' signature content and the bottom of the postbit. We had a hack for this when I ran a phpBB board. Does anyone know? |
#2
|
||||
|
||||
![]()
Well, this code below should work:
Find in postbit_legacy: Code:
<if condition="$post['signature']"> Code:
<!-- bottom signature --> </td> </tr> <tr> <td class="alt2"></td> <td class="alt1"> <!-- / bottom signature --> |
#3
|
|||
|
|||
![]()
well... it worked, but broke up the style, lol. Take a look here using the LS7- Rude style which is the one I'm trying to get the sig on the bottom of.
http://exquisitelyerotic.net/forums/...&postcount=961 this is the entire signature code: <if condition="$post['signature']"><!-- bottom signature --> </td> </tr> <tr> <td class="alt2"></td> <td class="alt1"> <!-- / bottom signature --> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> |
#4
|
|||
|
|||
![]()
This should do it:
https://vborg.vbsupport.ru/showthread.php?t=98197 Not tested it myself though I'm still on 3.0 with the old version of that hack included. |
#5
|
|||
|
|||
![]() Quote:
Code:
<if condition="$post['signature']"> <!-- bottom signature --> </td> </tr> <tr> <td class="alt2"></td> <td class="alt1"> <!-- / bottom signature --> <!-- sig --> <div> <hr> <br /> $post[signature] </div> <!-- / sig --> </if> |
#6
|
||||
|
||||
![]()
Yeah. It was meant for the default postbit_legacy style. I'll need to see Rude's style in order to make the adjustments. Though, I couldn't see your board because it requires registration.
Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|