
04-28-2004, 08:51 PM
|
|
|
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by magnus
Actually, you can get around this.. create a new BBCODE, [car] (you can of course name this whatever you like), and have it use the HTML:
HTML Code:
<a href="$vboptions[bburl]/vbgarage.php?do=getimage&id={param}"><img src="$vboptions[bburl]/vbgarage.php?do=thumb&width=100&id={param}" border=0 /></a>
This will allow the user to insert: [car]{picture id}[/car] in a thread, which will be replaced with a thumbnail of that id as well as a link to the original size.
|
from: https://vborg.vbsupport.ru/showpost....&postcount=147
the code you talk about here is not showing the image in a new thread. im using 3.1.1...any ideas?
|