good job Benjy :up:
Quote:
I like the concept, just afraid my members wouldn't know how to find the ID #....Would there be a way to make a list of the last 15-20 images uploaded with there ID's? Maybe in a pop-up window in the post screen?
|
I have a similar BBCODE hack already at
http://www.gthelp.com but, it's only for images. (no query).
ranger2kxlt,
To display attachment ID add code into newattachmentbit template (
I can't remember if I edited any files to make the below code work):
HTML Code:
<if condition="$attach[extension]=='gif' or $attach[extension]=='jpg'">
<span class="highlight">[image]$attach[attachmentid][/image]
</if>
To display the above in newpost_attachmentbit you will need to hack your files.