I'm trying to create a very simple way for people to add an image that links to another page in my forums and articles. (It's going to be used for defining specific news stories.) I thought the simplest way would be to create a bbcode but I can't seem to get that going. The code is basically
To save people from having to type this out every time I want a simple command that they can enter such as
Is this possible with a bbcode? If not do you have any other recommendation?
HTML Code:
<a href="url"><img src="image link"></a>
Code:
[news_image]
Comment