Author: TechnoTriz
Description: The Popup on enter BBCode displays a little box with text of your choice when you enter a topic (note no punctuations)
BBCode:
Code: Select all
[pop]{INTTEXT}[/pop]
Code: Select all
<script type="text/javascript">
alert("{INTTEXT}")
</script>
Code: Select all
Pop: [pop]any text[/pop]
Code: Select all
[pop]Click OK to confirm that you are stupid[/pop]
This topic