Detach Smilies from poll mod
Brings up the pop up window for smilies in poll mod
Uses Add Smilies 2.3 and Poll mod
You need to have Add smilies 2.3 and poll mod installed
My name is Sunny Tellez but I have to give the credit to Omario cause he made the mod. I just made it to work for the poll mod.
Sources/Poll.pl
~;
~;
if ($detach ne 1){
$i=0;
while($SmilieURL[$i]) {
$yymain .= qq~document.write("$SmilieLinebreak[$i] ");~;
$i++;
}
}
$yymain .= qq~
}
else { document.write("$txt{'215'}"); }
//-->
~;
if ($detach == 1){
$yymain .= qq~
More smilies
~;
}
$yymain .= qq~