MyBB Attach Code - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: General (/forumdisplay.php?fid=11) +---- Forum: Forum & Website (/forumdisplay.php?fid=13) +----- Thread: MyBB Attach Code (/showthread.php?tid=25241) MyBB Attach Code by Concord Dawn on 05-14-2004 at 12:16 AM
Is there a way to attach an image using just code? Such as: RE: MyBB Attach Code by dotNorma on 05-14-2004 at 12:19 AM
There isn't right now (That I know of) RE: MyBB Attach Code by Concord Dawn on 05-14-2004 at 12:23 AM Because I use the quick reply box always, unless I need to attach a file. This way I wouldn't need to go to the reply form for anything. RE: MyBB Attach Code by .blade// on 05-14-2004 at 01:24 AM There should be an extra button that says "Post with attatchment" which triggers a dialouge box RE: MyBB Attach Code by Concord Dawn on 05-14-2004 at 01:25 AM That would probably be better. RE: MyBB Attach Code by WDZ on 05-14-2004 at 02:39 AM
quote:No, it's not possible. You need an actual form field (<input type="file">) to get a file from a user's hard drive, and the user must choose the file with that. Any other method could be a major security risk. RE: MyBB Attach Code by Concord Dawn on 05-14-2004 at 03:16 AM
Then could you possibly create a form at the bottom of the quick reply box for us geeks? RE: MyBB Attach Code by WDZ on 05-14-2004 at 03:22 AM
But then nobody would use the regular reply anymore, and the quick reply would be less quick/simple. RE: MyBB Attach Code by Concord Dawn on 05-14-2004 at 03:23 AM I think I will.... RE: MyBB Attach Code by musicalmidget on 05-14-2004 at 02:51 PM
An "Attachments" field has been requested for the quick reply box a few times now, but WDZ is right, the ordinary reply page would be completely redundant if it was added. RE: MyBB Attach Code by Concord Dawn on 05-14-2004 at 03:10 PM
I do.... RE: MyBB Attach Code by martin on 05-14-2004 at 03:25 PM for me, no matter where im at home (dailup) or school (no idea but lots faster) the newreply page and editpost all ways load really slow. but me still agree with DZ RE: MyBB Attach Code by Choli on 05-14-2004 at 04:31 PM
quote:the regular reply would still be useful for polls Anyway, I thin k it's better leave them as they're now. (just make something to the regular reply in order it loads faster) RE: MyBB Attach Code by kao on 05-14-2004 at 05:09 PM Add an option in the User CP to turn on attachment field in quick reply area, make it off by defualt, so if people really want it, they can turn it on? RE: MyBB Attach Code by WDZ on 05-14-2004 at 05:51 PM
quote:IMO, a better option would be for hiding the bbcode/smilie inserters on the full reply page. They're what makes it load so slow. I hate adding new per-user options though... there's so many fields in that poor table already... RE: MyBB Attach Code by Johnny_Mac on 05-14-2004 at 09:09 PM
quote:If it makes showthread.php slower then no. I get annoyed at postreply.php enough. If stuff like that will slow this page down then I vote no. RE: MyBB Attach Code by Choli on 05-14-2004 at 10:18 PM
quote:* Choli agrees you can even delete (not only hide) those inserters. anyway, who uses that crap? RE: MyBB Attach Code by surfichris on 05-14-2004 at 10:24 PM
quote:Move the <script> tags below the textarea, it should speed it up. RE: MyBB Attach Code by WDZ on 05-15-2004 at 04:18 AM
quote:One form field isn't going to slow the page down a noticable amount... I'm more concerned with the visual/practical aspects. quote:But the textarea isn't part of the codebuttons, and the <script> include is in the codebuttons template... |