|
-
Mar 15th, 2006, 08:43 PM
#1
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
-
Mar 15th, 2006, 08:54 PM
#2
Re: Sending a PM Save Dialog
-
Mar 15th, 2006, 09:37 PM
#3
Re: Sending a PM Save Dialog
Unfortunately there's no way to control the button captions in Javascript.
-
Mar 15th, 2006, 10:14 PM
#4
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.
-
Mar 16th, 2006, 09:14 AM
#5
Re: Sending a PM Save Dialog
Why do we even need that msgbox? It could be an option of some kind on the screen (perhaps a checkbox).
-
Mar 16th, 2006, 10:12 AM
#6
Re: Sending a PM Save Dialog
Then it would only function with IE. No can do
-
Mar 16th, 2006, 11:34 AM
#7
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Mar 16th, 2006, 03:01 PM
#8
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.
-
Mar 16th, 2006, 07:04 PM
#9
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.
-
Mar 16th, 2006, 08:30 PM
#10
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.
-
Mar 16th, 2006, 10:17 PM
#11
-
Mar 16th, 2006, 10:36 PM
#12
Re: Sending a PM Save Dialog
make that four, i agree with you also
-
Mar 17th, 2006, 04:34 AM
#13
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.
-
Mar 17th, 2006, 03:48 PM
#14
Re: Sending a PM Save Dialog
Okay. When are we upgrading? Or are we?
-
Mar 17th, 2006, 07:17 PM
#15
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Mar 17th, 2006, 07:35 PM
#16
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.
-
Mar 17th, 2006, 07:42 PM
#17
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Mar 18th, 2006, 12:57 AM
#18
Re: Sending a PM Save Dialog
 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.
-
Mar 18th, 2006, 06:44 PM
#19
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
Mar 18th, 2006, 07:31 PM
#20
Re: Sending a PM Save Dialog
 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 ...
-
Mar 18th, 2006, 10:04 PM
#21
Re: Sending a PM Save Dialog
 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!
-
Mar 18th, 2006, 10:17 PM
#22
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.
-
Mar 18th, 2006, 10:28 PM
#23
Re: Sending a PM Save Dialog
Fantastic video tutorial Brad!
-
Mar 18th, 2006, 10:51 PM
#24
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 Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API 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 
-
May 18th, 2006, 11:19 AM
#25
Re: Sending a PM Save Dialog
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|