create a new bbcode tag for inserting pictures from album

Hi there,
I am now using a couple of modifications that allow users to add pictures from the album in their message, displaying at the same time the id of the picture in the album.
However, so far, they need to insert the following line to add a clickable thumbnail in their text :
This is obviously not very convenient, so I wonder if it would be difficult to create a simple extra bbcode, allowing users to only use the id of the picture bewteen a tag like for example
which would insert the picture 56 with the corresponding link.
I unfortunately how no idea how to add a new bbcode, so if you have any suggestion where I should start looking at, it would be greatly appreciated. I haven't find any mod doing that so far...
Thanks in advance,
sanji
I am now using a couple of modifications that allow users to add pictures from the album in their message, displaying at the same time the id of the picture in the album.
However, so far, they need to insert the following line to add a clickable thumbnail in their text :
- Code: Select all
[url=http][flash=,]http://www.secret-japan.com/forum/album_thumbnail.php?pic_id=XX[/flash:y5mj2i6d][/url]
This is obviously not very convenient, so I wonder if it would be difficult to create a simple extra bbcode, allowing users to only use the id of the picture bewteen a tag like for example
- Code: Select all
[picalbum]56[/picalbum]
which would insert the picture 56 with the corresponding link.
I unfortunately how no idea how to add a new bbcode, so if you have any suggestion where I should start looking at, it would be greatly appreciated. I haven't find any mod doing that so far...
Thanks in advance,
sanji