Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
Post
by BBCode Bot » 06 Mar 2010, 06:58
[pop]Click OK to confirm that you are stupid [/pop]
Popup on enter BBCode
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:
HTML:
Code: Select all
<script type="text/javascript">
alert("{INTTEXT}")
</script>
Helpline:
Example:
Code: Select all
[pop]Click OK to confirm that you are stupid[/pop]
Demo:
This topic
Post
by dsonline » 05 Apr 2010, 03:50
Post
by wide » 08 Apr 2010, 08:30
Nice code!
Thanx!
2 remarks:
1.When I put a ' or a , in the text area,the pop up won't work for me.
2.Is there a limit to the lenght of the text?
Post
by Stoker » 08 Apr 2010, 08:41
It is because it is javascript, it limits the use of those signs.
I think you only can use letters, numbers and spaces.
Dont know about the length, but it should be easy for you to test.
Post
by wide » 08 Apr 2010, 08:43
Ok,
thank you.