Results 1 to 11 of 11

Thread: [RESOLVED] Rollover Advertisements Inserted On Key Words

  1. #1

    Thread Starter
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Resolved [RESOLVED] Rollover Advertisements Inserted On Key Words

    Those rollover ads are very annoying, but I recognise that a site such as this must support itself. That said, here's an example of how those ads make a mess of code snippets formatted with [HIGHLIGHT] tags:

    http://www.vbforums.com/showpost.php...55&postcount=2
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Rollover Advertisements Inserted On Key Words

    Are saying you get those rollover ads when you hover over normal links like you linked to above? If so, I only get those ads when there is a key word in the link.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    Re: Rollover Advertisements Inserted On Key Words

    No what jm means is that the code automatically gets underlined...
    A good exercise for the Heart is to bend down and help another up...
    Please Mark your Thread "Resolved", if the query is solved


    MyGear:
    ★ CPU ★ Ryzen 5 5800X
    ★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
    ★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
    ★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
    ★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
    ★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
    ★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
    ★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
    ★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
    ★ Keyboard ★ TVS Electronics Gold Keyboard
    ★ Mouse ★ Logitech G502 Hero

  4. #4

    Thread Starter
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Rollover Advertisements Inserted On Key Words

    Maybe it's not because of the rollover ads inserted but here's one of the lines of code from that post:

    Dim lines As String() = IO.File.ReadAllLines(filePath)

    Here's what it looks like in CODE tags:
    Code:
    Dim lines As String() = IO.File.ReadAllLines(filePath)
    Here's what it looks like in HIGHLIGHT tags:
    vb.net Code:
    1. Dim lines As String() = IO.File.ReadAllLines(filePath)
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Rollover Advertisements Inserted On Key Words

    Does it happen just when the code is something as above or no matter what the code is? I say that because my post here uses the highlight tags but it displays normally.
    Last edited by Nightwalker83; Jun 12th, 2010 at 04:58 AM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  6. #6
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Rollover Advertisements Inserted On Key Words

    Quote Originally Posted by jmcilhinney View Post
    Maybe it's not because of the rollover ads inserted but here's one of the lines of code from that post:

    Dim lines As String() = IO.File.ReadAllLines(filePath)

    Here's what it looks like in CODE tags:
    Code:
    Dim lines As String() = IO.File.ReadAllLines(filePath)
    Here's what it looks like in HIGHLIGHT tags:
    vb.net Code:
    1. Dim lines As String() = IO.File.ReadAllLines(filePath)
    I don't see an ad but I do see the underlining. It's interesting that when I click on the "link" I get a Google search for <span style=

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

    Re: Rollover Advertisements Inserted On Key Words

    I'll ask someone to look into this.

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

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

  8. #8

    Thread Starter
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Rollover Advertisements Inserted On Key Words

    Hmmm... I assumed that "File" had been identified as a key word and an ad link was inserted and that link was what was getting messed up in the HIGHLIGHT tag but now I see that File wasn't identified as a key word elsewhere, so that mustn't be it. In fact, it seems like lots of words that were previously becoming links to popup ads are no longer, so I assume that that policy has changed. It just seems to be the word "File" inside a HIGHLIGHT tag that displays this specific issue. It's a problem, and a new problem, but not the problem I first thought. Your attention is appreciated gentlemen.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  9. #9

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

    Re: Rollover Advertisements Inserted On Key Words

    This issue has been looked into by Heidi. It is a result of a change to the code color highlighting updates that were recently added. The changes have been rolled back, so the issue should go away.

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

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

  11. #11

    Thread Starter
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Rollover Advertisements Inserted On Key Words

    Thanks to all involved. I'll be less likely to jump to conclusions in future.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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