PDA

View Full Version : Custom Siggy Dividers


King Kovifor
06-03-2005, 10:00 PM
Specialized to every user!

You know the thing that says:

"_________________
Your siggy would be here"

I was messing around with the templates in the ACP Demo... And I thought this was neat... I changed it from the before to this:

"Person's Title

The siggy..."

This is how I did it:


<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->


Switch to:


<!-- sig -->
<div>
<br /><if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if><br />
$post[signature]
</div>
<!-- / sig -->


And the result would be this:


Post would be here

Member

"Dream as if you'll live forever,
Live as if you'll die today."

This would make every part of the siggy personalised and that would be a cool change from the normal ________________ divider or what everybody else has... But this would mean people would have to be able to change their own title whenever they wanted.

This would also mean you would have to turn on custom titles... ACP -> Manage Styles -> Choose Style -> postbit [<< >>] -> Postbit or Postbit Legacy -> Find lines and change them.

Should work with all vB 3

angelicGrace
06-04-2005, 05:20 PM
what you would be doing is replacing the line with more text. wouldn't that be a bit confusing as to where a post ends and where a siggy begins?

King Kovifor
06-04-2005, 10:33 PM
Not really... I don't think so... Just make it a required Field...

MindTrix
06-06-2005, 09:13 PM
http://www.vbulletintemplates.com/mods/showthread.php?t=5689

like that then :p

King Kovifor
06-06-2005, 11:55 PM
Yes Like That.