Thursday, June 14, 2007

Testing Nofollow Fix

This is a simple test post for the Nofollow hack I wrote.

The testing is now complete, and I can announce that I have fixed the problem with unquoted Blogger variable tags. Pretty simple.

Will post the solution later this evening. Thanx for you patience on this matter.

6 comments:

  1. Okay that didn't work ... hmmm. I think the WordPress RegEx only works on anchor tags and not multiple lines of text. More research -- ugh.

    Test unescaped quotes while I am here.

    "doubles"

    'singles'

    I

    ReplyDelete
  2. Okay, got around the quotes issue.

    Techie talk here and how it was done.

    Used Heredoc to delimit the $BodyComment& Blogger variable. This in essence converts the variable into a string that can be assigned to a PHP variable. Kewl. Pretty simple, but took me many hours to figure it out. Doh.

    ReplyDelete
  3. Franklin of MxThreadzDecember 8, 2008 at 3:31 PM

    How'd you manage to pull that off? I haven't been able to figure this out yet!

    ReplyDelete
  4. Umm, Franklin, it was mentioned in the comment above yours.

    ReplyDelete