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

Thread: FORUM ISSUES: Report Upgraded Issues in this thread

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

    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 (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

  2. #122

    Thread Starter
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    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
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

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

  3. #123
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    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 | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    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

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  4. #124
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    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.

  5. #125
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    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 | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    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

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  6. #126
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

  7. #127
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    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 FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  8. #128
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    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

  9. #129
    Lively Member
    Join Date
    Oct 2011
    Posts
    80

    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

  10. #130
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    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 | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    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

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  11. #131
    Lively Member
    Join Date
    Oct 2011
    Posts
    80

    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

  12. #132
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    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 | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    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

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  13. #133
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    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.

  14. #134
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

  15. #135
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Lets see what happens

  16. #136
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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?

  17. #137
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

  18. #138
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

  19. #139
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  20. #140
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

  21. #141
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    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.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  22. #142
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    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 | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    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

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  23. #143
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

  24. #144
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    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

  25. #145
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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 don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * 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??? *

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

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Try clearing any vbforums.com cookies.

  27. #147
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    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.

  28. #148
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Woot The Formatting Shortcut keys are Operational Again.

    Hurrah for the hard working VbForum Elves.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

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

    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 (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

  30. #150
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    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!

  31. #151
    Fanatic Member
    Join Date
    Mar 2009
    Posts
    804

    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.

  32. #152
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    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 -

  33. #153
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    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.
    "There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
    "Before you can 'think outside the box' you need to understand where the box is."

  34. #154
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  35. #155
    PowerPoster
    Join Date
    Jul 2006
    Location
    Maldon, Essex. UK
    Posts
    6,334

    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.

  36. #156
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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.

  37. #157
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    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.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

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

    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 (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

  39. #159
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,414

    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...

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

    Re: FORUM ISSUES: Report Upgraded Issues in this thread

    Yea I got a 404 error when making that post. I wonder if its fine for browsing/reading but any inserts or updates it drags
    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

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
  •  



Click Here to Expand Forum to Full Width