The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
|
#12
|
||||
|
||||
it's easy ... just add another row
view attached image |
#13
|
|||
|
|||
There's got to be a way to do this. I have tried a few different ways and they aren't working right. Ikonboard can do it - I looked through its templates and I can't figure it out. That other site isn't working. Can someone help?
|
#14
|
|||
|
|||
anyone got this working?
|
#15
|
||||
|
||||
Try this and it should work, and it should work on both the regular postbit and legacy.
Open postbit: # Find: <if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> # Remove it # # Find: <!-- / edit note --> </if> </td> </tr> # Directly below this add: <tr> <td class="alt2"> </td> <td class="alt1" align="$stylevar[right]"> <if condition="$post['signature']"> <!-- sig --> <div> __________________________<br /> $post[signature] </div> <!-- / sig --> </if> </td> </tr> --------------------------------------------------------------------------------------------- Done! To align the signature on the left hand side just change the align="$stylevar[right]"> to align="$stylevar[left]">. Hope this helps. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|