The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Click to show signature
I'm trying to make the signature of a user hidden until someone clicks a link.
I have the functionality working but all signatures load in a div at the bottom of the last post. Here's an example: http://www.rockonpublishing.co.uk/showthread.php?t=13 The signature link is under each reply named "show signature". The code i've used is: -below the message (reply): Code:
<a href="#" onclick="return toggle_collapse('sig_$post[userid]_1')">Show signature</a> Code:
<if condition="$post['signature']"> <!-- sig --> <div align="bottom"> <div id="collapseobj_sig_$post[userid]_1" style="display: none; width: 100%; border-left: 1px solid #000; border-bottom: 1px solid #000; border-right: 1px solid #000; background-color: #CCC; height: 80px; overflow: auto;"> $post[signature] </div> </div> <!-- / sig --> </if> Anyone know what's wrong? --------------- Added [DATE]1257453865[/DATE] at [TIME]1257453865[/TIME] --------------- Sorry to bump but i'd really love for this to work Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|