Page 4 of 12 FirstFirst 1234567 ... LastLast
Results 121 to 160 of 475

Thread: FORUM ISSUES: Report Upgraded Issues in this thread

  1. #121
    .Net Member dday9's Avatar
    Join Date
    Mar 11
    Location
    South Louisiana
    Posts
    2,203

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    new problem.
    the "rate this post" icons have disappeared on my posts.
    they were working properly 2 hours ago.
    I just noticed that too. It seems as though the only way we can check our rep points in throught the user cp. Or I think it's called settings now. But it's a bummer.

  2. #122
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,467

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Well there was a hack if I remember correctly to the ratings display (prevent rep'ing in non-tech forum(s)). [speculation]It may have been reintroduced after the upgrade causing the icon to display on every post and forum but ran into troubles and reverted back to default.[/speculation]

    I have a couple of vB forums and for this version the way it is now is the default out of the box
    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 (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)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 Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  3. #123
    Administrator brad jones's Avatar
    Join Date
    Nov 02
    Location
    Indianapolis
    Posts
    5,549

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    We have installed an add-in/mod for reputations. That is correct. It allows us to turn of f reps in forums where the discussion is not relevant. As RobDog said - you can't rate your own post, so the icon dosn't show there. You have to go through settings to see your points. Sorry.
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad Jones, VBForums Site Manager
    QuinStreet - Developer.com Network Director / EiC: Software Development
    Overseeing VBForums, Developer.com, CodeGuru, DevX, and more.
    (My recent articles) (I wrote: Web 2.0 Heroes!) (My Blog) (Follow me on Twitter) (New HTML5 Dev Center)

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

  4. #124
    Angel of Code Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,139

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by brad jones View Post
    I was told these items were fixed.
    Nice. Its better but not exactly fixed. It word wraps which tend to make snippets with long lines of code look unreadable. Eg:-

    vbnet Code:
    1. '
    2.     Public Shared Sub ScSend(ByVal sc As Threading.SynchronizationContext, ByVal del As [Delegate], ByVal ParamArray args() As Object)
    3.         sc.Send(New Threading.SendOrPostCallback(AddressOf ProperDelegate), New ThreadExtensions With {.args = args, .DelegateToInvoke = del})
    4.     End Sub

    It works properly in 'Preview post' but not when its actually posted.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  5. #125
    PowerPoster Edgemeal's Avatar
    Join Date
    Sep 06
    Location
    WindowFromPoint(x,y)
    Posts
    3,137

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Niya View Post
    Nice. Its better but not exactly fixed. It word wraps which tend to make snippets with long lines of code look unreadable. Eg:-

    It works properly in 'Preview post' but not when its actually posted.
    I see the wordwrap in IE 9 but FireFox v14.01 looks OK, except after nine lines the numbers on the left are still broken...
    7.
    8.
    9.
    0.
    1.

    EDIT btw, the "PHP Code:" window doesn't have a horiz bar in either IE9 or Firefox and lines wrap around.
    Last edited by Edgemeal; Aug 3rd, 2012 at 07:49 PM.

  6. #126
    Angel of Code Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,139

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Edgemeal View Post
    I see the wordwrap in IE 9 but FireFox v14.01 looks OK, except after nine lines the numbers on the left are still broken...
    I use Chrome and it word wraps there too. It used to work fine in all browsers before the upgrade.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  7. #127
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,417

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Seems like search is still not working.

    What is the status of this?

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  8. #128
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 08
    Location
    Trivandrum, Kerala, India
    Posts
    7,557

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    If you goto this group: http://www.vbforums.com/group.php?groupid=12
    You could see that, the left box showing the members are muddy. I have attached a screenshot when viewed in latest Google Chrome.

    Also, when we click the "insert hyperlink" icon from the editor window, it asks for the link. If enters a link and presses the ok button, it will just insert the url with bbcode and the caret will be at the end. If I remember correctly, before upgrade the working was like: enters the link, then when pressed OK button it asks for the text to be displayed. And when text is entered and pressed the OK button, it inserts the bbcode and the text_to_display will be highlighted. This was more helpful!!

    Attached Images Attached Images  

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater

    Social Group: VBForums - Developers from India

    Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...

  9. #129
    Loquacious User Shaggy Hiker's Avatar
    Join Date
    Aug 02
    Location
    Idaho
    Posts
    20,401

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    The last two items I have are these:

    1) Quick reply needs the code tags. They were there, and I rarely used anything else. I find that I am now typing in the tags rather than Go Advanced. Therefore, if they could be returned, it would make my life ever so slightly better.

    2) The difference between read and unread threads is so faint that I can barely see it. In comparison, there is a HUGE difference between threads with lots of views and threads with few views, yet the distinction between those two is FAR less important than the distinction between read and unread. This may not be changeable, but make this one vote against the pastel faintness that people are going to.

    3) Speed. It's actually pretty good for me, most of the time. Still, if it was faster, it would be better, so this is always an area where improvements are welcome. (This third item isn't a complaint, it is kind of a placeholder, because it wouldn't really matter to me whether or not it was addressed).
    My usual boring signature: Nothing

  10. #130
    Lively Member NiTrOwow's Avatar
    Join Date
    Oct 11
    Posts
    79

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Jesus. This is so slow. Can't work with it. Forget about it. I'll leave.
    Take more the 20 seconds to load each page fully.
    Last edited by penagate; Aug 5th, 2012 at 07:43 PM. Reason: Removed naughty words
    Best Regards

  11. #131
    Angel of Code Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,139

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by NiTrOwow View Post
    Jesus. This is so slow. Can't work with it. Forget about it. I'll leave.
    Take more the 20 seconds to load each page fully.
    It isn't that slow any more. Its almost back to normal performance.
    Last edited by penagate; Aug 5th, 2012 at 07:52 PM. Reason: Removed naughty words in quote
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  12. #132
    Lively Member NiTrOwow's Avatar
    Join Date
    Oct 11
    Posts
    79

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Niya View Post
    It isn't that slow any more. Its almost back to normal performance.
    Are you kidding me? This website is slower then a free hosting company for me. And big website are never slow on my connection. Anything has to run fine. Strange.
    Best Regards

  13. #133
    Angel of Code Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,139

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Well its not quite back to its original performance but its closer than its ever been since the upgrade.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  14. #134
    PowerPoster
    Join Date
    Jul 06
    Location
    Maldon, Essex. UK
    Posts
    5,150

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Don't know if a gremlin crept in but I replied to this thread: http://www.vbforums.com/showthread.p...Error-Handling but the Green Icon with the white Tick ("You have posted in this thread") does not appear when listing the threads.

    It was quite soon after the upgrade so perhaps it was just a temporary glitch - hasn't happened since.

  15. #135
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,417

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Just discovered a major problem - and it's new.

    Enter a quick reply - click SUBMIT button - wait the now new 10 seconds...

    and it gives you the "You are about to navigate away..." pop-up message.

    Obviously "about to navigate away" - I submitted a reply!

    Not clearing the "dirty" flag properly??

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  16. #136
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Lets see what happens
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  17. #137
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    I waited the normal time after posting that last quick reply, but I received no pop up messages.

    Steve: What browser are you using?
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  18. #138
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,417

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Did it happen to you? Happened twice to me this morning and then once it did not happen. Let's see about quick reply...

    It did not happen on this quick reply...

    I'm using IE8 on this box...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  19. #139
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,417

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Reply to thread - not quick reply...

    ok - it's not happening right now. Is that alert "time based" at all??

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  20. #140
    Super Moderator Hack's Avatar
    Join Date
    Aug 01
    Location
    Searching for mendhak
    Posts
    58,283

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    I'm using IE8 as well and this will be my third quick reply and thus far (knock on simulated wood) I have not received that popup you mentioned.

    Edit: Nope....didn't get it. You must have hit the right thing at the wrong time.
    Please use [Code]your code goes in here[/Code] tags when posting code.
    When you have received an answer to your question, please mark it as resolved using the Thread Tools menu.
    Before posting your question, did you look here?
    Got a question on Linux? Visit our Linux sister site.
    I dont answer coding questions via PM or EMail. Please post a thread in the appropriate forum section.

    Creating A Wizard In VB.NET
    Paging A Recordset
    What is wrong with using On Error Resume Next
    Good Article: Language Enhancements In Visual Basic 2010
    Upgrading VB6 Code To VB.NET
    Microsoft MVP 2005/2006/2007/2008/2009/2010/2011/2012/Defrocked

  21. #141
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,417

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Yeah - I can't make it happen again - created a thread in the TEST FORUM and tried to replicate - no luck.

    The speed issues are really painful - took at least 25 seconds for this page to load from clicking on the "link" to go to the last post from the NEW POSTS page.

    btw - I typed long enough for AUTOSAVE to flash - let's see if the pop-up happens now

    [edit] - nope - no popup now either [/edit]

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  22. #142
    Hirsute Mumbler FunkyDexter's Avatar
    Join Date
    Apr 05
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    2,425

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Huh... the blue reply button worked for me as you expected... it took me to the full reply screen...
    Yep, I'm now convinced this is a technical issue. When I hit the "+ Reply to Thread" button I get a swirly set of dots for a couple of seconds (which I assume means "loading page") but then, in stead of being taken to the Reply page I just get returned to the main thread page, as if I hadn't clicked anything.

    This is on IE8 but it's also worth mentioning that I'm inside a government network and come of the infrastucture they've got set up can be... erm... unusual. From home this works fine.
    When one of my minions says, "Hey, he's just one guy, what can he do?" I say "This"... and shoot them.

    The problem with putting your lair in a volcano is keeping your robot army from melting.

    I know that the human being and the fish can coexist peacefully - George Bush

  23. #143
    Angel of Code Niya's Avatar
    Join Date
    Nov 11
    Posts
    3,139

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    You guys need to realize that IE is not a real browser, its a tool Microsoft provides to download FireFox

    On a serious note, the forums do display different behaviors in different browsers. The highlight tags don't word wrap in FireFox which is good but it does in Chrome.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | Create Sortable BindingList(not mine) | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading


    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. -jmcilhinney

  24. #144
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,417

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Niya View Post
    You guys need to realize that IE is not a real browser, its a tool Microsoft provides to download FireFox

    On a serious note, the forums do display different behaviors in different browsers. The highlight tags don't word wrap in FireFox which is good but it does in Chrome.
    I develop with FF - so it's not a good choice for browsing from my "work" machine as it's got all that FIREBUG stuff and what not setup..

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  25. #145
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 04
    Location
    CT
    Posts
    14,417

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by szlamany View Post
    Yeah - I can't make it happen again - created a thread in the TEST FORUM and tried to replicate - no luck.

    The speed issues are really painful - took at least 25 seconds for this page to load from clicking on the "link" to go to the last post from the NEW POSTS page.

    btw - I typed long enough for AUTOSAVE to flash - let's see if the pop-up happens now

    [edit] - nope - no popup now either [/edit]
    Made it happen again - but can't duplicate it.

    I clicked on two links - #1 followed by #2 - and got this message.

    There was no posting on the page going on anyway - so it's a complete red herring
    Attached Images Attached Images  

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  26. #146
    PowerPoster techgnome's Avatar
    Join Date
    May 02
    Posts
    21,657

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Ive gotten that a couple times.... I use chrome.... so its not the browser....

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
    *Proof positive that searching the forums does work: View Thread *
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
    * Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
    "There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN

  27. #147
    Moderator
    Join Date
    Jan 05
    Location
    Sydney
    Posts
    13,612

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Try clearing any vbforums.com cookies.

  28. #148
    PowerPoster
    Join Date
    Jul 06
    Location
    Maldon, Essex. UK
    Posts
    5,150

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by techgnome View Post
    Ive gotten that a couple times.... I use chrome.... so its not the browser....

    -tg
    Happened to me once on Sunday - I assumed it was just my finger trouble.

  29. #149
    Hirsute Mumbler FunkyDexter's Avatar
    Join Date
    Apr 05
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    2,425

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Woot The Formatting Shortcut keys are Operational Again.

    Hurrah for the hard working VbForum Elves.
    When one of my minions says, "Hey, he's just one guy, what can he do?" I say "This"... and shoot them.

    The problem with putting your lair in a volcano is keeping your robot army from melting.

    I know that the human being and the fish can coexist peacefully - George Bush

  30. #150
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,467

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by szlamany View Post
    Just discovered a major problem - and it's new.

    Enter a quick reply - click SUBMIT button - wait the now new 10 seconds...

    and it gives you the "You are about to navigate away..." pop-up message.

    Obviously "about to navigate away" - I submitted a reply!

    Not clearing the "dirty" flag properly??
    We noticed this issue and I believe settings were tweaked. They might need more tweaking (php config variables and vB setting) but it happens more noticeably on slower connections. should be resolved soon in time.
    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 (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)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 Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  31. #151
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 12
    Posts
    5,533

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Niya View Post
    Well its not quite back to its original performance but its closer than its ever been since the upgrade.
    For a while this is true but after a few navigations and a posting or two there is still a point at which it becomes far quicker to close the page altogether and start again from scratch. It's almost worse to have an unpredictable slowness/freeze than to know what you're going to get!

  32. #152
    Fanatic Member
    Join Date
    Mar 09
    Posts
    719

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Just a comment about the vbCode tags.

    They are nice, with the color syntax, but the line numbers make it a pain to cut & paste the code. With
    the previous web design, there was a button, QUOTE, I think, that gave access to the code without the
    line numbers, but that seems not to have made into the upgrade.

    I guess the line numbers allow posters to refer a portion of code they want to discuss, can't think of any
    other reason. They would be fine if you just remove the periods, i. e. 1. 2. ... 10. since my IDE (vb6) allows
    line numbers, but not the periods.

    One other comment: In the main forum window, I don't get any highlighting to show I've been there.
    Using FF for browser.

  33. #153
    PowerPoster stanav's Avatar
    Join Date
    Jul 06
    Location
    Providence, RI - USA
    Posts
    9,167

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by dunfiddlin View Post
    For a while this is true but after a few navigations and a posting or two there is still a point at which it becomes far quicker to close the page altogether and start again from scratch. It's almost worse to have an unpredictable slowness/freeze than to know what you're going to get!
    I have the same experience. For instance, after editing a post, the submission takes forever to complete most of the times. More than often it'll error out (connection reset by server or database error) or pops up the famous "you're leaving this page..." message.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  34. #154
    Fanatic Member SJWhiteley's Avatar
    Join Date
    Feb 09
    Location
    South of the Mason-Dixon Line
    Posts
    885

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by szlamany View Post
    Just discovered a major problem - and it's new.

    Enter a quick reply - click SUBMIT button - wait the now new 10 seconds...

    and it gives you the "You are about to navigate away..." pop-up message.

    Obviously "about to navigate away" - I submitted a reply!

    Not clearing the "dirty" flag properly??
    I have the same issue using FF 14.0.1. i also got a double-post...
    "Ok, my response to that is pending a Google search" - Bucky Katt.

  35. #155
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,744

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by VBClassicRocks View Post
    Just a comment about the vbCode tags.

    They are nice, with the color syntax, but the line numbers make it a pain to cut & paste the code. With
    the previous web design, there was a button, QUOTE, I think, that gave access to the code without the
    line numbers, but that seems not to have made into the upgrade.

    I guess the line numbers allow posters to refer a portion of code they want to discuss, can't think of any
    other reason. They would be fine if you just remove the periods, i. e. 1. 2. ... 10. since my IDE (vb6) allows
    line numbers, but not the periods.

    One other comment: In the main forum window, I don't get any highlighting to show I've been there.
    Using FF for browser.
    If you do a search for .paul. in the CodeBank, I am fairly sure that he created a plugin for Visual Studio that allowed you to paste the content from the code tags, which would then strip out all the line numbers.

    Gary

  36. #156
    PowerPoster
    Join Date
    Jul 06
    Location
    Maldon, Essex. UK
    Posts
    5,150

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by FunkyDexter View Post

    Hurrah for the hard working VbForum Elves.
    I second that - It's a rotten job but somebody has to do it!

    BTW is 'Autosave' a new feature? I hadn't noticed it before.

  37. #157
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,744

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by Doogle View Post
    BTW is 'Autosave' a new feature? I hadn't noticed it before.
    Yip, that is new.

  38. #158
    Hirsute Mumbler FunkyDexter's Avatar
    Join Date
    Apr 05
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    2,425

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    The Reply To Thread button is now operating correctly as well. Now if we can just get the Breadcrumbs added back to the bottom of the threads, a proper shade of blue and the facility to request a free cup of tea and a biscuit I'll feel right at home again.

    Keep it up, guys.



    edit>Scrap that. No it isn't. I guess it's working intermittently.
    When one of my minions says, "Hey, he's just one guy, what can he do?" I say "This"... and shoot them.

    The problem with putting your lair in a volcano is keeping your robot army from melting.

    I know that the human being and the fish can coexist peacefully - George Bush

  39. #159
    Super Moderator RobDog888's Avatar
    Join Date
    Apr 01
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    59,467

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Forum speed has increase dramatically since the upgrade. Still some more speed needed but its a huge database and hope they threw some new hardware at it as part of hte upgrade
    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 (VBA, VB 6, VB.NET, C#)
    Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Star Wars Gangsta Rap Reps & Rating PostsVS.NET on Vista (New)Multiple .NET Framework Versions (New)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 Core 2 Extreme Ed., 2 WD Raptor 10K RPM 150 GB HDs RAID 1, 2 GBs DDR2 667 MHz RAM, 3 Viewsonic 17" LCDs, Windows Vista RTM, IE 7, Office 2007

  40. #160
    vb Coda .paul.'s Avatar
    Join Date
    May 07
    Location
    Chelmsford UK
    Posts
    16,506

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Quote Originally Posted by RobDog888 View Post
    Forum speed has increase dramatically since the upgrade. Still some more speed needed but its a huge database and hope they threw some new hardware at it as part of hte upgrade
    forum has been very slow at times today...

Page 4 of 12 FirstFirst 1234567 ... LastLast

Posting Permissions

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