Results 1 to 25 of 25

Thread: Sending a PM Save Dialog

  1. #1

    Thread Starter
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Sending a PM Save Dialog

    When you 'send' a PM, a dialog appears with Ok, Cancel as options.

    Can OK and Cancel be renamed respectively to say Yes & No to align with the dialog question (something about saving...).

    Have a great VB day

  2. #2

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Sending a PM Save Dialog

    Unfortunately there's no way to control the button captions in Javascript.

  4. #4
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Sending a PM Save Dialog

    but there is in vbscript, it would be possible to detect IE and make it a VBScript for that one function instead of javascript.

    Alot of stuffing around for a word change though, hehe.

    EDIT: I tried adding it to my vbf wrapper, but it was too difficult, there is only so much that i can do to the active scripts, changing a js function to a vb one i'm afraid doesnt seem possible.
    Last edited by Phill64; Mar 15th, 2006 at 10:59 PM.

  5. #5

  6. #6
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Sending a PM Save Dialog

    Then it would only function with IE. No can do

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Sending a PM Save Dialog

    Wel will just require everyone to use IE

    How about changing the PM page template?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  8. #8

    Thread Starter
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: Sending a PM Save Dialog

    Re Rhino's and JPnyc's responses: Good idea Rhino, it should be a user preference; that makes the most sense.
    JPnyc, excuse my ignorance, could it not operate like other user preferences on the User CP so it's effective under all browsers?



    From a VB standpoint - 'Subclass' the bugger!


    Bruce.

  9. #9
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Sending a PM Save Dialog

    A agree 100% with Rhino. It should be an option down with the others below the message textarea. It does not even give you the option if Javascript is disabled.

    It would simply be a matter of changing the PM page template as Rob said, from this
    HTML Code:
    <input type="hidden" name="receipt" value="0" />
    to this under "Miscellaneous Options"
    HTML Code:
    <div><label for="cb_receipt"><input type="checkbox" name="receipt" value="1" id="cb_receipt" checked="checked" />Request a read receipt for this message</label></div>
    Edit: And of course removing the popup box.
    Last edited by penagate; Mar 16th, 2006 at 10:37 PM.

  10. #10
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Sending a PM Save Dialog

    I agree with Rhino and Pengate. It isn't necessary to have a message box pop up every time a PM is sent. It could easily be added as an option next to the "Save copy in inbox" and "Show signature" options.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  11. #11

  12. #12
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    Re: Sending a PM Save Dialog

    make that four, i agree with you also

  13. #13
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Sending a PM Save Dialog

    You've all been beaten to the punch. vBulletin 3.5.4 does just that. It is set to not request a receipt by default as I'm guessing that the vast majority do as I do and press Cancel on that dialogue.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  14. #14
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Sending a PM Save Dialog

    Okay. When are we upgrading? Or are we?
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  15. #15
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Sending a PM Save Dialog

    Probably not for a while unless the new version had some major benefits from upgrading. Remember that it costs allot of $ for the developers to upgrade all 30 sites and re-apply hacks and do any fixes from any complications that may arise.

    Hopefully soon though
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  16. #16
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Sending a PM Save Dialog

    v3.5.4 does have some nice features, like in-place editing of posts. Obviously you'd have to weigh the benefits against the cost. Maybe we should pass a hat around.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  17. #17
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Sending a PM Save Dialog

    Oh I could see the replies about that already.

    "But we have Ads on the site so why do we need to donate?"
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  18. #18
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Sending a PM Save Dialog

    Quote Originally Posted by jmcilhinney
    You've all been beaten to the punch. vBulletin 3.5.4 does just that. It is set to not request a receipt by default as I'm guessing that the vast majority do as I do and press Cancel on that dialogue.
    Why the vast majority would do that? By selecting to receive a confirmation you won't receive another PM, you can see if the PM has been read or not in the message:You have 31 confirmed and 2 unconfirmed private message receipts.
    And that's pretty informative for the sender, so I think the default option should be yes.
    Last edited by jcis; Mar 18th, 2006 at 01:07 AM.

  19. #19
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Sending a PM Save Dialog

    It should be No as I almost always click cancel. What the importance of any communications that are not pertaining to code of conduct issues? Its basically nothing more then private chit chat.

    Plus, its sometimes a bother to click "Confirm" when receiving one. Just another extra step for unimportant type PMs if you ask me.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  20. #20
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Sending a PM Save Dialog

    Quote Originally Posted by jcis
    Why the vast majority would do that? By selecting to receive a confirmation you won't receive another PM, you can see if the PM has been read or not in the message:You have 31 confirmed and 2 unconfirmed private message receipts.
    And that's pretty informative for the sender, so I think the default option should be yes.
    I don't care much about how many messages confirmed and how many not: if person wants to reply he/she will do that so I will receive something back...
    What I don't want is to get annoyed and that message is very annoying - it certainly not a show stopper but ...

  21. #21
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: Sending a PM Save Dialog

    Quote Originally Posted by RobDog888
    Oh I could see the replies about that already.

    "But we have Ads on the site so why do we need to donate?"
    It is not a matter of money, but a matter of developers. We also have about 160 web sites, a graphics division, and more. Our developers are kept overly busy and they have lots of projects lined up to be done. As such, when you start prioritizing the upgrading of forums versus many of the other projects, the other projects tend to win out.

    Having said that, I have several projects in the queue as well. Some of which might be of interest to people on this forum.... Things like the Video articles we just launched on Codeguru. (If you are interested in doing some on VB.NET and you can speak clearly in English, let me know). There is also a new site being developed for my team that might be of interest to you guys as well (can't give details on that because it is confidential), but look for a launch in a few short months!), or many people have been clamoring for a contest -- there is something big, big, big in the works there. And that is just part of my list of items in the queue with the developers -- and I only represent about a dozen of the 160 or so sites.....

    So, I'm willing to consider any changes to this forum. Some Joe (JPnyc) and I can do, but if they require our developers, then justification has to be pretty strong (things like the VBCode button are examples of important coding initiatives on this site).

    << see, this whole response was really about getting people to check out the Video articles

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  22. #22
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Sending a PM Save Dialog

    Sounds like a state of the forums address to me.

    Awesome news Brad! Thanks. I'm looking forward to see how this "big, big, big" contest will play out. I'm all for it.

    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  23. #23
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Sending a PM Save Dialog

    Fantastic video tutorial Brad!

  24. #24
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Sending a PM Save Dialog

    Spam

    False advertisment, 3:54 seconds and not 2 minutes, but very good tutorial.

    What did you use to record your actions and voice?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  25. #25
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Sending a PM Save Dialog

    Quote Originally Posted by brad jones
    ...So, I'm willing to consider any changes to this forum. Some Joe (JPnyc) and I can do, but if they require our developers, then justification has to be pretty strong ...
    Just wonder about the status - are we getting anywhere yet?

    Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width