Hey ZiNgA BuRgA
I love this plugin! I want users to be able to upload an image which will be included with the reformatted thread.
How can I do this? I tried to set my plugin settings to:
name:imgone
input type:file
valid file extensions:blank
capture tab key: yes
only accept image files: yes
Display Format:<img src="{URL}" alt="{FILENAME}">
and my intro_firstbit_first and classic templates have this:
<div class="post_body" id="pid_{$post['pid']}">
{$GLOBALS['threadfields']['imgone']}{$post['message']}
Any ideas?
Thanks