Quote:
Originally Posted by kerrghann
I'm looking for something static, for sure.
|
In order for it to be static, you could use PHP, and parse the post either on preview or submitting the post (whichever happens first) to change pre-defined text into the dice roll before the post is saved to the db. You could choose to have the parsing only take place when the post is submitted, and skip the preview, allowing the tags or whatever code you define to be a dice roll remain until the post is actually submitted. My choice would be to parse the post in both places.
I do something similar in a couple of my products.
Let me know the parameters you want (number of dice, number of faces on each die, etc.) and I will see what I can come up with.