BBCode is rather easy to use, and I have a simple understanding of it, but my issue is in making it easier to use.
For example, if I wanted to create an IMDB BBCode, I'd have to do [imdb={NUMBER}]{TEXT}[/imdb] in order to do it. The number would be the ID of the IMDB entry, and the text would be what one would like to name the link.
The code would be:
So the user would have to do [imdb=0405422]40 Year Old Virgin[/imdb] which is a bit of a hassle.
Is there anyway I could make it easier on the users than having to find the ID, then name it? They could basically have just used the bbcode with not much more trouble....ficly better. Is there anyway I can do this?
For example, if I wanted to create an IMDB BBCode, I'd have to do [imdb={NUMBER}]{TEXT}[/imdb] in order to do it. The number would be the ID of the IMDB entry, and the text would be what one would like to name the link.
The code would be:
Code:
<a href="www.imdb.com/title/tt{NUMBER}">{TEXT}</a>
So the user would have to do [imdb=0405422]40 Year Old Virgin[/imdb] which is a bit of a hassle.
Is there anyway I could make it easier on the users than having to find the ID, then name it? They could basically have just used the bbcode with not much more trouble....ficly better. Is there anyway I can do this?