Using Dion's script from here: http://diondesigns.forumotion.com/t8401-signature-separator#9964 I made this script.
It automatically add @ button after signature in right side. I just edited script, it's not fully mine.
- Code:
var x=$('.signature_div').get();
for (i=0; i<x.length; i++) {
var y=$(x[i].parentNode.nextSibling).find('dt').text();
$(x[i]).after('<br/><p class="right"><input class="button2" value="@" onclick="bbfontstyle(\'[b]@'+y+'[/b] \',\'\');return false" type="button" style="height: 22px;"></p>');
}
It automatically add @ button after signature in right side. I just edited script, it's not fully mine.
