|
-
Jul 30th, 2007, 07:40 PM
#1
-
Jul 30th, 2007, 07:48 PM
#2
Re: VB.Net new thread title
Yes, when we initially implemented the Hack for .NET versioning subject titles we tried seeing if it was feasible to require a selection with a minimum length and it was seen that to force the selection and length would hinder their posting experience. Plus, there are some instances where the version may be multiple, all or none so it just starts to complicate the php script and maintenance issues etc.
Seeing a thread like the one you linked to is rare now that the feature has been in place for a while now.
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 
-
Jul 30th, 2007, 07:54 PM
#3
Re: VB.Net new thread title
Thanks Rob. But validation shouldn't be that difficult - you would only search for one of three values and there is only 85 chars you can type.
-
Jul 30th, 2007, 08:00 PM
#4
Re: VB.Net new thread title
Yes, but perhaps Joe could elaborate on that point.
But still forcing the selection can be bypassed by editing the subject before submitting. They can remove it, edit it, etc. So checking after submit would be required too. Then figure in the point about not wanting to force a selection and in cases where its not a simple selection. Its hard enough to get them to post sensible thread subject titles as well. Seems like we can only do so much without dedgragating the posting experience.
I would like to see some kind of built in feature in a future vB release as it would be the best option IMO.
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 
-
Jul 30th, 2007, 08:09 PM
#5
Re: VB.Net new thread title
I understand that Rob.
All I'm saying is that validation may take place when you hit the Submit button - all you would validate is Title and within that you're checking if it contains only default selection ([2005] or so).
It's already a hack so it just needs to be extended a bit further.
Anyway, it's not that critical - was curious. Thanks.
-
Jul 30th, 2007, 08:14 PM
#6
Re: VB.Net new thread title
Well I didnt write hte code so Im hoping JP will chime in as I remembered some issues we had trying to implement what you are asking.
It would be cool if we could have an optional list of choices and a mandetory minimum length only when the version tag is selected. So if they wanted to leave out the version they would need to meet one minimum level but if they choose a version tag then teh minimum would be increased to compensate for the tags length so we wouldnt end up with thread subjects like that linked one.
Agreed there but not sure if Joe can extend the current Hack.
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 
-
Jul 30th, 2007, 08:17 PM
#7
Re: VB.Net new thread title
-
Jul 31st, 2007, 06:24 AM
#8
Re: VB.Net new thread title
As Rob said, we don't see that a lot, but I do see it occasionally.
Typically, I will send the member a PM thanking them for using the version selection, and asking that they also use a thread title descriptive of their issue.
In many cases, the member has gone back and added one.
-
Jul 31st, 2007, 07:14 AM
#9
Re: VB.Net new thread title
Joe would have to answer to give a completely correct answer, but let me speculate -
I believe the hack for adding the version is within the form display. The validate length check is in another location. As such, it would be a separate location to modify so it would be considered a new hack.
I agree that I don't see this being that much of an issue, and thus not worth another hack. It is no worse than someone typing in "I have a question" or "Help me"....
Brad!
-
Jul 31st, 2007, 07:18 AM
#10
Re: VB.Net new thread title
Thanks Hack and Brad for your replies.
-
Jul 31st, 2007, 08:26 AM
#11
Re: VB.Net new thread title
Since I don't do a lot of thread creation in .Net forum yet I often create this problem for myself.
I type in the thread title first - get happy with it - then realize I forgot to click the 2005 radio button.
And of course when you do that it clears the thread title and replaces it with [2005].
It really should "insert" [2005] at the head of the title if a title already exists.
-
Jul 31st, 2007, 08:28 AM
#12
Re: VB.Net new thread title
Hah... That I didn't even notice.
So, if you selected the wrong version and have to change it the entire title will be gone? Nice.
In such case it should replace at least one occurence of the previously selected option.
-
Jul 31st, 2007, 08:46 AM
#13
Re: VB.Net new thread title
 Originally Posted by szlamany
It really should "insert" [2005] at the head of the title if a title already exists.
Hmmm.... I thought Joe had made it to do this..... We'll have to see if Joe has any time to play around with the script and fix it.
Brad!
-
Jul 31st, 2007, 12:34 PM
#14
Re: VB.Net new thread title
It did work that way in the last version. The upgrade must've broken it. I don't have the time now but I'll check into it when I do.
-
Jul 31st, 2007, 12:38 PM
#15
Re: VB.Net new thread title
-
Jul 31st, 2007, 12:39 PM
#16
Re: VB.Net new thread title
4 minutes between posts - your good
Thanks!
-
Jul 31st, 2007, 12:42 PM
#17
Re: VB.Net new thread title
And I went for coffee too!
-
Jul 31st, 2007, 01:21 PM
#18
Re: VB.Net new thread title
This is why Joe Rocks! 
Thanks
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 
-
Jul 31st, 2007, 01:26 PM
#19
Re: VB.Net new thread title
I do, I rock. Ga'head, just ask me 
(actually it was my own fault, I failed to include a tidbit of code that populated a variable, when we did the last upgrade, so ok, I guess I don't rock)
-
Jul 31st, 2007, 01:29 PM
#20
Re: VB.Net new thread title
From where I sit fixing bugs I created rocks just the same!
-
Jul 31st, 2007, 01:32 PM
#21
Re: VB.Net new thread title
That does it, get this ^ guy a pint on me!
-
Jul 31st, 2007, 03:20 PM
#22
Re: VB.Net new thread title
-
Jul 31st, 2007, 04:03 PM
#23
Re: VB.Net new thread title
You're welcome. Because you guys reported it here, I also fixed it on another forum. I never noticed it was broken, so thanks for that too.
-
Jul 31st, 2007, 04:14 PM
#24
Re: VB.Net new thread title
Great so let's make it resolved.
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
|