02-26-2007, 09:12 PM
Definition MyCode
MyCode Title: Definition
MyCode Desciption: Allows users to post words with their hover-over definitions.
Regular expression:
Replacement:
Activate MyCode: Yes
Now use:
and it will show up as
[def=Word]Word Definition here[/def]
[edit]Had to fix the replacement[/edit]
MyCode Title: Definition
MyCode Desciption: Allows users to post words with their hover-over definitions.
Regular expression:
Code:
\[def=(.*?)\](.*?)\[/def\]PHP Code:
<acronym title="$2">$1</acronym>
Activate MyCode: Yes
Now use:
Code:
[def=Word]Word Definition here[/def][def=Word]Word Definition here[/def]
[edit]Had to fix the replacement[/edit]


