Quote:
Originally Posted by Envy-UK
Firstly, I'd love for it to be able to post these images in threads with the [img] tags, as, at the moment, that's not possible.
|
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.
Quote:
Originally Posted by Envy-UK
Secondly, it would be nice to have some sort of either drop down or pop-up thumbnails that have been uploaded by a specific user available to them when posting in the forum, a click on one of these thumbnails would lead to the inserting of the [img] code into the editor.
|
Hrm.. this could get messy in the long run. I'll see if there's an efficient way to implement that.