
05-30-2004, 11:33 PM
|
|
|
Join Date: Feb 2002
Posts: 346
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Envy-UK
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.
|
That is so cool!
|