Custom Garage BB Code
There's been a lot of call from my members to allow them to post their images, in full size, via a simple BB code, so here's my solution.
Create a new
Custom BB Code, using the following
replacement code:
HTML Code:
<img src="/vbgarage.php?do=getimage&id={param}" border=0 />
I named my tag Garage, but you can use whatever you wish.
To post an image the user is required to enter the image ID number in between the tags. An example, using the image ID of 27.
PHP Code:
[Garage]27[/Garage]
Hope this may be of some use.