Already install it, thank you.
another suggestion to add IFRAME with Ubb code button
Already have in older version 5.xx
I tried to modify codebuttons.js but still no success.
before you need to remove illegal_html_tag from ubb_lib.cgi
add:
function iframe() {
if (helpstat) {
alert("iframeed tag\nlefts the enclosed text.\nUSE: [iframe]This text is iframeed[/iframe]");
} else if (basic) {
AddTxt="[iframe][/iframe]";
AddText(AddTxt);
} else {
txt=prompt("your wording here.","http://");
if (txt!=null) {
AddTxt="\r[iframe]"+txt+"[/iframe]";
AddText(AddTxt);
}
}
}
please help>
Regards.
