Shoutbox

Small tiny suggestion. - 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: Small tiny suggestion. (/showthread.php?tid=48514)

Small tiny suggestion. by matty on 08-05-2005 at 05:37 AM

D double izzle Z, I know your lazy and all but could you add an option the UserCP to autoclose the confirmation dialog after reporting a post... like they are always successful and it would be nice that once its been sent it is just closed unless there is an actual error then I could understand leaving it out.

Pretty Pretty please...


RE: Small tiny suggestion. by WDZ on 08-05-2005 at 06:03 AM

I'm very reluctant to add yet another User CP option for such a tiny thing. There are already too many columns in the users table of the database, even more than vBulletin... :s

Maybe there could be a simpler way to do it without modifying the database and the User CP...

* WDZ thinks...


RE: Small tiny suggestion. by matty on 08-05-2005 at 06:05 AM

or have it autoclose no matter what unless there is an error?


RE: Small tiny suggestion. by L. Coyote on 08-05-2005 at 06:23 AM

Put the JavaScript code at the end of the script? If there's an error (exit?) it won't load the code, hence it will not close. :o


RE: Small tiny suggestion. by WDZ on 08-05-2005 at 06:33 AM

quote:
Originally posted by Matty
or have it autoclose no matter what unless there is an error?
Well, that's certainly the easiest way to implement it, but I would like to keep the confirmation so nobody is like "wtf where did that window go?" :p

Of course, newbies never report posts anyway. :lol:
quote:
Originally posted by Regexp
Put the JavaScript code at the end of the script? If there's an error (exit?) it won't load the code, hence it will not close. :o
I know how to insert code, OK? :p And it's not an exit() in that case anyway.
RE: Small tiny suggestion. by L. Coyote on 08-05-2005 at 06:36 AM

quote:
Originally posted by WDZ
quote:
Originally posted by Regexp
Put the JavaScript code at the end of the script? If there's an error (exit?) it won't load the code, hence it will not close. :o
I know how to insert code, OK? :p And it's not an exit() in that case anyway.
Meh, touchy, ain't we? ;)
RE: Small tiny suggestion. by -dt- on 08-05-2005 at 07:17 AM

quote:
Originally posted by WDZ

    quote:Originally posted by Matty
    or have it autoclose no matter what unless there is an error?


Well, that's certainly the easiest way to implement it, but I would like to keep the confirmation so nobody is like "wtf where did that window go?"

Of course, newbies never report posts anyway.


:-/ maby  give the window 3 secs before it closes?
like
"report done....closing in 3...2....1...0*closed*"

then people will see it and know that it auto closed so they dont go "woh! where did that window go"
RE: Small tiny suggestion. by WDZ on 08-05-2005 at 07:34 AM

quote:
Originally posted by -dt-
give the window 3 secs before it closes?
I'd rather click the close button than wait 3 seconds, TBH... :p
RE: Small tiny suggestion. by -dt- on 08-05-2005 at 07:53 AM

quote:
Originally posted by WDZ
quote:
Originally posted by -dt-
give the window 3 secs before it closes?
I'd rather click the close button than wait 3 seconds, TBH... :p
maby have it do that the first time and say that all times from now on this will auto close , then store it in a cookie  saying to auto close it insted of waiting 3 sec.
:P
RE: Small tiny suggestion. by Mike on 08-05-2005 at 08:09 AM

Maybe put a checkbox that says "AutoClose window" and the next time, it will autoclose the report window?
It will store the value on a cookie...